Introduce MCCodeGenInfo, which keeps information that can affect codegen
[oota-llvm.git] / include / llvm / Target / TargetSelect.h
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-18 Evan ChengSink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-11 Evan Cheng- Eliminate MCCodeEmitter's dependency on TargetMachine...
2011-07-09 Evan ChengChange createAsmParser to take a MCSubtargetInfo instea...
2011-03-09 Jan SjödinAdd InitializeNativeAsmParser function.
2010-08-30 Eric ChristopherFix LLVM target initialization to deal with sociopathic...
2010-08-08 Eric ChristopherFix PR7809 by creating a header for just llvm variables...
2010-08-05 Eric ChristopherRevert my last commit, apparently it's a runtime issue.
2010-08-05 Eric ChristopherRemove unnecessary include.
2010-08-03 Daniel Dunbarbuild: Add LLVM_NATIVE_ARCHNAME, which has the sensible...
2010-08-01 Daniel DunbarTargets: Add InitializeNativeTargetAsmPrinter(), patch...
2009-11-25 Daniel DunbarAdd the rest of the build system logic for optional...
2009-07-17 Daniel DunbarAdd llvm::InitializeAllTargetInfos and llvm::Initialize...
2009-07-16 Daniel DunbarAdd explicit comment that clients can call target initi...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarInitialize the target info via the InitializeNativeTarg...
2009-07-15 Daniel DunbarInclude Target specific Info initialization routine...
2009-06-23 Bob WilsonProvide InitializeAllTargets and InitializeNativeTarget...
2009-06-23 Douglas GregorWork around build problem with OpenJDK, which defines...
2009-06-17 Chris LattnerAdd a utility header that makes it easy to link in...