Remove the TargetMachine forwards for TargetSubtargetInfo based
[oota-llvm.git] / lib / Target / SystemZ / SystemZTargetMachine.h
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-01 Eric ChristopherMove the subtarget dependent features from SystemZTarge...
2014-03-06 Richard Sandiford[SystemZ] Remove "virtual" from override methods
2014-03-02 Craig TopperSwitch all uses of LLVM_OVERRIDE to just use 'override...
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2013-07-08 Richard Sandiford[SystemZ] Use MVC for memcpy
2013-05-06 Ulrich Weigand[SystemZ] Add back end
2011-10-24 Dan GohmanRemove the SystemZ backend.
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...
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-07-16 Anton KorobeynikovUnbreak
2009-07-16 Anton KorobeynikovProvide proper stack offsets for outgoing arguments
2009-07-16 Anton KorobeynikovLet's start another backend :)