llvm-6502/include/llvm
Ted Kremenek afc9e06021 Rework CrashRecoveryContextCleanup to provide a simpler way to create cleanup objects, and provide a new cleanup for
decrementing reference counts of objects with intrusive reference counts.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@128055 91177308-0d34-0410-b5e6-96231b3b80d8
2011-03-22 01:15:10 +00:00
..
ADT Relax access control on 'Release' method of RefCountedBase. 2011-03-22 01:15:07 +00:00
Analysis Avoid creating canonical induction variables for non-native types. 2011-03-18 16:50:32 +00:00
Assembly
Bitcode
CodeGen Dead code elimination may separate the live interval into multiple connected components. 2011-03-17 20:37:07 +00:00
CompilerDriver If a class inherits from RefCountedBaseVPTR allow all its subclasses to be used with IntrusiveRefCntPtr. 2011-03-20 06:14:56 +00:00
Config Add InitializeNativeAsmParser function. 2011-03-09 17:25:46 +00:00
ExecutionEngine Library-ize the dyld components of llvm-rtdyld. 2011-03-21 22:15:52 +00:00
MC Reapply 127939 since Daniel fixed the breakage. <rdar://problem/9012638> 2011-03-19 02:42:31 +00:00
Object
Support Rework CrashRecoveryContextCleanup to provide a simpler way to create cleanup objects, and provide a new cleanup for 2011-03-22 01:15:10 +00:00
Target Fix unused param warning. 2011-03-21 18:06:32 +00:00
Transforms If an AllocaInst referred by DbgDeclareInst is used by a LoadInst then the LoadInst should also get a corresponding llvm.dbg.value intrinsic. 2011-03-18 23:45:43 +00:00
AbstractTypeUser.h
Argument.h
Attributes.h
AutoUpgrade.h
BasicBlock.h
CallGraphSCCPass.h
CallingConv.h
CMakeLists.txt
Constant.h
Constants.h ConstantInt has some getters which return ConstantInt's or ConstantVector's of 2011-03-06 03:36:19 +00:00
DebugInfoProbe.h Introduce DebugInfoProbe. This is used to monitor how llvm optimizer is treating debugging information. 2011-03-10 00:21:25 +00:00
DerivedTypes.h
Function.h
GlobalAlias.h
GlobalValue.h
GlobalVariable.h
GVMaterializer.h
InitializePasses.h
InlineAsm.h
InstrTypes.h
Instruction.def
Instruction.h
Instructions.h
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
IntrinsicsAlpha.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsPTX.td PTX: Set PTX 2.0 as the minimum supported version 2011-03-15 13:24:15 +00:00
IntrinsicsX86.td
IntrinsicsXCore.td Add XCore intrinsic for setpsc. 2011-03-17 18:42:05 +00:00
LinkAllPasses.h
LinkAllVMCore.h
Linker.h
LLVMContext.h
Metadata.h
Module.h
OperandTraits.h
Operator.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassRegistry.h
PassSupport.h
SymbolTableListTraits.h
Type.h
TypeSymbolTable.h
Use.h
User.h Fix typos in assert messages. 2011-03-21 16:38:22 +00:00
Value.h fix incorrect comment. 2011-03-08 16:59:03 +00:00
ValueSymbolTable.h