llvm-6502/include/llvm
David Chisnall 7a817eae6c Add a mechanism for optimisation plugins to register passes that all front ends can use without needing to be aware of the plugin (or the plugin be aware of the front end).
Before 3.0, I'd like to add a mechanism for automatically loading a set of plugins from a config file.  API suggestions welcome...



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@137717 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-16 13:58:41 +00:00
..
ADT Fix an obscure bug in PointerUnion that would bite PointerUnion3/4. Basically, 2011-08-12 04:31:38 +00:00
Analysis Add a finalize() hook, that'll let DIBuilder construct compile unit lazily. 2011-08-15 23:00:00 +00:00
Assembly
Bitcode Initial commit of the 'landingpad' instruction. 2011-08-12 20:24:12 +00:00
CodeGen Constify. 2011-08-12 18:18:02 +00:00
CompilerDriver
Config include/llvm/Config/config.h.cmake: Reorder to follow config.h.in, and import stuff from llvm-config.h.cmake and clang/config.h. 2011-08-12 03:27:54 +00:00
ExecutionEngine
MC Remove unimplemented method. Fixes PR10658. 2011-08-16 13:53:50 +00:00
Object
Support Initial commit of the 'landingpad' instruction. 2011-08-12 20:24:12 +00:00
Target Trim an unneeded header. 2011-08-09 23:49:21 +00:00
Transforms Add a mechanism for optimisation plugins to register passes that all front ends can use without needing to be aware of the plugin (or the plugin be aware of the front end). 2011-08-16 13:58:41 +00:00
Argument.h
Attributes.h
AutoUpgrade.h
BasicBlock.h Initial commit of the 'landingpad' instruction. 2011-08-12 20:24:12 +00:00
CallGraphSCCPass.h
CallingConv.h
CMakeLists.txt
Constant.h
Constants.h
DebugInfoProbe.h
DefaultPasses.h
DerivedTypes.h add ifdef's to let people easily remove these dead api for testing. 2011-08-12 18:08:19 +00:00
Function.h
GlobalAlias.h The operands of a GlobalAlias are always Constants. Simplify things 2011-08-01 12:20:36 +00:00
GlobalValue.h
GlobalVariable.h
GVMaterializer.h
InitializePasses.h Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets. 2011-08-03 22:18:20 +00:00
InlineAsm.h
InstrTypes.h
Instruction.def Initial commit of the 'landingpad' instruction. 2011-08-12 20:24:12 +00:00
Instruction.h
Instructions.h Initial commit of the 'landingpad' instruction. 2011-08-12 20:24:12 +00:00
IntrinsicInst.h
Intrinsics.h
Intrinsics.td
IntrinsicsAlpha.td
IntrinsicsARM.td
IntrinsicsCellSPU.td
IntrinsicsPowerPC.td
IntrinsicsPTX.td
IntrinsicsX86.td
IntrinsicsXCore.td
LinkAllPasses.h Remove the LowerSetJmp pass. It wasn't used effectively by any of the targets. 2011-08-03 22:18:20 +00:00
LinkAllVMCore.h
Linker.h
LLVMContext.h
Metadata.h
Module.h Remove the last improper use of getGlobalContext() from LLVM. 2011-08-13 01:04:44 +00:00
OperandTraits.h
Operator.h
Pass.h
PassAnalysisSupport.h
PassManager.h
PassManagers.h
PassRegistry.h
PassSupport.h
SymbolTableListTraits.h
Type.h
Use.h
User.h
Value.h Typo. 2011-08-11 00:22:48 +00:00
ValueSymbolTable.h