aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/SystemZTargetMachine.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-0/+7
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-5/+5
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-8/+14
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-1/+4
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-11/+5
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+5
* [SystemZ] Add instruction-shortening passRichard Sandiford2013-09-251-0/+2
* Turn MipsOptimizeMathLibCalls into a target-independent scalar transformRichard Sandiford2013-08-231-0/+7
* [SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequencesRichard Sandiford2013-08-051-0/+3
* [SystemZ] Split out comparison elimination into a separate passRichard Sandiford2013-08-051-0/+22
* [SystemZ] Add LOCR and LOCGRRichard Sandiford2013-07-251-0/+7
* [SystemZ] Add long branch passRichard Sandiford2013-05-201-1/+7
* Remove the MachineMove class.Rafael Espindola2013-05-131-0/+1
* [SystemZ] Add back endUlrich Weigand2013-05-061-0/+60
* Remove the SystemZ backend.Dan Gohman2011-10-241-40/+0
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-241-1/+1
* - Move CodeModel from a TargetMachine global option to MCCodeGenInfo.Evan Cheng2011-07-201-4/+4
* Introduce MCCodeGenInfo, which keeps information that can affect codegenEvan Cheng2011-07-191-7/+4
* Rename createAsmInfo to createMCAsmInfo and move registration code to MCTarge...Evan Cheng2011-07-141-2/+0
* Eliminate asm parser's dependency on TargetMachine:Evan Cheng2011-07-081-1/+1
* Fix the ridiculous SubtargetFeatures API where it implicitly expects CPU name toEvan Cheng2011-06-301-1/+2
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-101-1/+1
* First step of huge frame-related refactoring: move emit{Prologue,Epilogue} ou...Anton Korobeynikov2010-11-151-1/+1
* Implement a bunch more TargetSelectionDAGInfo infrastructure.Dan Gohman2010-05-111-1/+1
* indicate what the native integer types for the target are.Chris Lattner2009-11-071-1/+1
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-121-7/+1
* pass the TargetTriple down from each target ctor to theChris Lattner2009-08-111-1/+1
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-021-14/+2
* Normalize Subtarget constructors to take a target triple string instead ofDaniel Dunbar2009-08-021-1/+1
* eliminate the TM argument to the TAI class, remove comment about supportingChris Lattner2009-08-021-2/+1
* Add new helpers for registering targets.Daniel Dunbar2009-07-251-11/+4
* Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar2009-07-181-1/+0
* UnbreakAnton Korobeynikov2009-07-161-22/+18
* Implement 'large' PIC modelAnton Korobeynikov2009-07-161-0/+3
* Preliminary asmprinting of globalsAnton Korobeynikov2009-07-161-1/+1
* Add simple frame index eliminationAnton Korobeynikov2009-07-161-1/+1
* Let's start another backend :)Anton Korobeynikov2009-07-161-0/+72