Remove target machine caching from SystemZInstrInfo and
[oota-llvm.git] / lib / Target / SystemZ / SystemZTargetMachine.cpp
2014-06-27 Eric ChristopherRemove target machine caching from SystemZInstrInfo and
2014-06-27 Eric ChristopherHave SystemZSelectionDAGInfo constructor take a DataLay...
2014-06-05 Ulrich Weigand[SystemZ] Do not install IfConverter pass at -O0
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-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-16 Rafael EspindolaOn DataLayout, omit the default of p:64:64:64.
2013-12-12 Rafael EspindolaSimplify the SystemZ datalayout string.
2013-12-12 Rafael EspindolaUse "a" instead of "a0" in DataLayout.
2013-09-25 Richard Sandiford[SystemZ] Add instruction-shortening pass
2013-08-23 Richard SandifordTurn MipsOptimizeMathLibCalls into a target-independent...
2013-08-05 Richard Sandiford[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare...
2013-08-05 Richard Sandiford[SystemZ] Split out comparison elimination into a separ...
2013-07-25 Richard Sandiford[SystemZ] Add LOCR and LOCGR
2013-05-20 Richard Sandiford[SystemZ] Add long branch pass
2013-05-13 Rafael EspindolaRemove the MachineMove class.
2013-05-06 Ulrich Weigand[SystemZ] Add back end
2011-10-24 Dan GohmanRemove the SystemZ backend.
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 :)