Sort includes for all of the .h files under the 'lib' tree. These were
[oota-llvm.git] / lib / Target / CppBackend / CPPTargetMachine.h
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-07-02 Bob WilsonExtend TargetPassConfig to allow running only a subset...
2011-12-02 Nick LewyckyMove global variables in TargetMachine into new TargetO...
2011-11-16 Evan ChengSink codegen optimization level into MCCodeGenInfo...
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...
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-04-23 Anton KorobeynikovFirst step of implementing PR1538: move llvm2cpp logic...