summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZTargetMachine.cpp
Commit message (Expand)AuthorAge
* Remove the MachineMove class.Rafael Espindola2013-05-13
* [SystemZ] Add back endUlrich Weigand2013-05-06
* Remove the SystemZ backend.Dan Gohman2011-10-24
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-20
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-19
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-14
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-08
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-30
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-15
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-11
* indicate what the native integer types for the target are.Chris Lattner2009-11-07
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-12
* pass the TargetTriple down from each target ctor to theChris Lattner2009-08-11
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-02
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-02
* eliminate the TM argument to the TAI class, remove comment about supportingChris Lattner2009-08-02
* Add new helpers for registering targets.Daniel Dunbar2009-07-25
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-18
* UnbreakAnton Korobeynikov2009-07-16
* Implement 'large' PIC modelAnton Korobeynikov2009-07-16
* Preliminary asmprinting of globalsAnton Korobeynikov2009-07-16
* Add simple frame index eliminationAnton Korobeynikov2009-07-16
* Let's start another backend :)Anton Korobeynikov2009-07-16