aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Target/TargetSelect.h
AgeCommit message (Expand)Author
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-07-22Combine all MC initialization routines into one. e.g. InitializeX86MCAsmInfo,Evan Cheng
2011-07-19Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng
2011-07-18Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo downEvan Cheng
2011-07-14Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng
2011-07-11- Eliminate MCCodeEmitter's dependency on TargetMachine. It now uses MCInstrInfoEvan Cheng
2011-07-09Change createAsmParser to take a MCSubtargetInfo instead of triple,Evan Cheng
2011-03-09Add InitializeNativeAsmParser function.Jan Sjödin
2010-08-30Fix LLVM target initialization to deal with sociopathic outside projectsEric Christopher
2010-08-08Fix PR7809 by creating a header for just llvm variables that can beEric Christopher
2010-08-05Revert my last commit, apparently it's a runtime issue.Eric Christopher
2010-08-05Remove unnecessary include.Eric Christopher
2010-08-03build: Add LLVM_NATIVE_ARCHNAME, which has the sensible value, without "Target"Daniel Dunbar
2010-08-01Targets: Add InitializeNativeTargetAsmPrinter(), patch by Jan Sjodin, althoughDaniel Dunbar
2009-11-25Add the rest of the build system logic for optional target disassemblersDaniel Dunbar
2009-07-17Add llvm::InitializeAllTargetInfos and llvm::InitializeAllAsmParsers.Daniel Dunbar
2009-07-16Add explicit comment that clients can call target initialization functionsDaniel Dunbar
2009-07-15Reapply TargetRegistry refactoring commits.Daniel Dunbar
2009-07-15Revert 75762, 75763, 75766..75769, 75772..75775, 75778, 75780, 75782 to repai...Stuart Hastings
2009-07-15Initialize the target info via the InitializeNativeTarget() hook.Daniel Dunbar
2009-07-15Include Target specific Info initialization routine when initializing allDaniel Dunbar
2009-06-23Provide InitializeAllTargets and InitializeNativeTarget functions in theBob Wilson
2009-06-23Work around build problem with OpenJDK, which defines X86 as aDouglas Gregor
2009-06-17Add a utility header that makes it easy to link in the right set Chris Lattner