Move the subtarget dependent features from the target machine to
[oota-llvm.git] / lib / Target / MSP430 / MSP430TargetMachine.h
2014-06-27 Eric ChristopherMove the subtarget dependent features from the target...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2013-01-07 Chandler CarruthSwitch TargetTransformInfo from an immutable analysis...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-10-18 Nadav RotemReapply the TargerTransformInfo changes, minus the...
2012-10-18 Bob WilsonTemporarily revert the TargetTransform changes.
2012-10-10 Nadav RotemAdd a new interface to allow IR-level passes to access...
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-02-18 Jia LiuEmacs-tag and some comment fix for all ARM, CellSPU...
2012-02-04 Andrew TrickTargetPassConfig: confine the MC configuration to Targe...
2012-02-03 Andrew TrickAdded TargetPassConfig. The first little step toward...
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-06-30 Evan ChengFix the ridiculous SubtargetFeatures API where it impli...
2011-01-10 Anton KorobeynikovRename TargetFrameInfo into TargetFrameLowering. Also...
2010-11-15 Anton KorobeynikovFirst step of huge frame-related refactoring: move...
2010-05-11 Dan GohmanImplement a bunch more TargetSelectionDAGInfo infrastru...
2010-04-17 Dan GohmanUse const qualifiers with TargetLowering. This eliminat...
2010-01-15 Anton KorobeynikovAdd branch relaxation pass (shamelessly stolen from...
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-07-15 Daniel DunbarLift addAssemblyEmitter into LLVMTargetMachine.
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-05-03 Anton KorobeynikovUpdate due to mainline API change
2009-05-03 Anton KorobeynikovAdd 'msp430' target triple recognizer
2009-05-03 Anton KorobeynikovDummy MSP430 backend