Move TargetRegistry and TargetSelect from Target to Support where they belong.
[oota-llvm.git] / lib / Target / SystemZ / SystemZTargetMachine.cpp
2011-08-24 Evan ChengMove TargetRegistry and TargetSelect from Target to...
2011-07-20 Evan Cheng- Move CodeModel from a TargetMachine global option...
2011-07-19 Evan ChengIntroduce MCCodeGenInfo, which keeps information that...
2011-07-14 Evan ChengRename createAsmInfo to createMCAsmInfo and move regist...
2011-07-08 Evan ChengEliminate asm parser's dependency on TargetMachine:
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...
2009-11-07 Chris Lattnerindicate what the native integer types for the target...
2009-08-22 Chris LattnerRename TargetAsmInfo (and its subclasses) to MCAsmInfo.
2009-08-12 Chris LattnerChange TargetAsmInfo to be constructed via TargetRegist...
2009-08-11 Chris Lattnerpass the TargetTriple down from each target ctor to the
2009-08-02 Daniel DunbarMove most targets TargetMachine constructor to only...
2009-08-02 Daniel DunbarNormalize Subtarget constructors to take a target tripl...
2009-08-02 Chris Lattnereliminate the TM argument to the TAI class, remove...
2009-07-25 Daniel DunbarAdd new helpers for registering targets.
2009-07-18 Daniel DunbarPut Target definitions inside Target specific header...
2009-07-16 Anton KorobeynikovUnbreak
2009-07-16 Anton KorobeynikovImplement 'large' PIC model
2009-07-16 Anton KorobeynikovPreliminary asmprinting of globals
2009-07-16 Anton KorobeynikovAdd simple frame index elimination
2009-07-16 Anton KorobeynikovLet's start another backend :)