- Move CodeModel from a TargetMachine global option to MCCodeGenInfo.
[oota-llvm.git] / lib / Target / CBackend / CTargetMachine.h
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
2011-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2010-05-11 Dan GohmanRemove the "WantsWholeFile" concept, as it's no longer...
2010-02-28 Dan GohmanAdd a flag to addPassesToEmit* to disable the Verifier...
2009-08-04 Daniel DunbarRemove now unused Module argument to createTargetMachine.
2009-08-03 Daniel DunbarChange C, CBE, MSIL to not provide target data via...
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-15 Daniel DunbarReapply TargetRegistry refactoring commits.
2009-07-15 Stuart HastingsRevert 75762, 75763, 75766..75769, 75772..75775, 75778...
2009-07-15 Daniel DunbarKill off old (TargetMachine level, not Target level...
2009-07-15 Daniel DunbarProvide TargetMachine implementations with reference...
2009-07-14 David GreeneHave asm printers use formatted_raw_ostream directly...
2009-04-29 Bill WendlingInstead of passing in an unsigned value for the optimiz...
2009-04-29 Bill WendlingSecond attempt:
2009-04-28 Bill Wendlingr70270 isn't ready yet. Back this out. Sorry for the...
2009-04-28 Bill WendlingMassive check in. This changes the "-fast" flag to...
2009-04-20 Devang PatelMatch C backend only if it explicitly requested.
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2006-09-04 Chris LattnerCompletely rearchitect the interface between targets...
2006-09-03 Chris LattnerSimplify target construction.
2006-06-16 Chris LattnerDon't pass target name into TargetData anymore, it...
2006-05-12 Owen AndersonRefactor a bunch of includes so that TargetMachine...
2006-05-03 Chris LattnerFix a bug in Owen's checkin that broke the CBE on all...
2006-05-03 Owen AndersonRefactor TargetMachine, pushing handling of TargetData...
2006-03-23 Chris LattnerEliminate IntrinsicLowering from TargetMachine.
2005-11-08 Chris LattnerAdd a new option to indicate we want the code generator...
2005-09-01 Jim Laskey1. Use SubtargetFeatures in llc/lli.
2005-06-25 Chris LattnerRefactor the addPassesToEmitAssembly interface into...
2005-04-20 Misha BrukmanRemove trailing whitespace, patch by Markus Oberhumer.
2004-07-11 Chris LattnerAuto-registrate target
2004-06-02 Chris LattnerStubs are no longer needed
2004-03-03 Chris LattnerSPECIFY a target data to initialize the CBE target...
2004-03-01 Brian GaekeTargetCacheInfo has been removed; its only uses were...
2004-02-13 Chris LattnerConvert the C backend into a target, for use with LLC...