summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZ.h
AgeCommit message (Expand)Author
2016-11-28[SystemZ] Improve use of conditional instructionsUlrich Weigand
2016-07-10[SystemZ] Utilize Test Data Class instructions.Marcin Koscielnicki
2015-05-05[SystemZ] Add vector intrinsicsUlrich Weigand
2015-05-05[SystemZ] Add CodeGen support for integer vector typesUlrich Weigand
2015-04-01[SystemZ] Support transactional execution on zEC12Ulrich Weigand
2015-02-18[SystemZ] Support all TLS access models - CodeGen partUlrich Weigand
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-03-06[SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford
2013-10-16[SystemZ] Improve handling of SETCCRichard Sandiford
2013-09-25[SystemZ] Add instruction-shortening passRichard Sandiford
2013-09-03[SystemZ] Add support for TMHH, TMHL, TMLH and TMLLRichard Sandiford
2013-08-28[SystemZ] Add support for TMHH, TMHL, TMLH and TMLLRichard Sandiford
2013-08-23[SystemZ] Add basic prefetch supportRichard Sandiford
2013-08-20[SystemZ] Use SRST to optimize memchrRichard Sandiford
2013-08-05[SystemZ] Split out comparison elimination into a separate passRichard Sandiford
2013-07-31[SystemZ] Be more careful about inverting CC masksRichard Sandiford
2013-05-20[SystemZ] Add long branch passRichard Sandiford
2013-05-06[SystemZ] Add back endUlrich Weigand
2011-10-24Remove the SystemZ backend.Dan Gohman
2011-07-14Next round of MC refactoring. This patch factor MC table instantiations, MCEvan Cheng
2011-06-28Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.incEvan Cheng
2011-06-27Merge XXXGenRegisterDesc.inc XXXGenRegisterNames.inc XXXGenRegisterInfo.h.incEvan Cheng
2009-07-25Add new helpers for registering targets.Daniel Dunbar
2009-07-18Put Target definitions inside Target specific header, and llvm namespace.Daniel Dunbar
2009-07-16UnbreakAnton Korobeynikov
2009-07-16Add bunch of branch folding stuffAnton Korobeynikov
2009-07-16Implement all comparisonsAnton Korobeynikov
2009-07-16Conditional branches and comparisonsAnton Korobeynikov
2009-07-16Let's start another backend :)Anton Korobeynikov