summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZTargetMachine.h
Commit message (Expand)AuthorAge
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* [SystemZ] Use MVC for memcpyRichard Sandiford2013-07-08
* [SystemZ] Add back endUlrich Weigand2013-05-06
* Remove the SystemZ backend.Dan Gohman2011-10-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
* 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
* Use const qualifiers with TargetLowering. This eliminates severalDan Gohman2010-04-17
* Change TargetAsmInfo to be constructed via TargetRegistry from a Target+TripleChris Lattner2009-08-12
* Move most targets TargetMachine constructor to only taking a target triple.Daniel Dunbar2009-08-02
* UnbreakAnton Korobeynikov2009-07-16
* Provide proper stack offsets for outgoing argumentsAnton Korobeynikov2009-07-16
* Let's start another backend :)Anton Korobeynikov2009-07-16