summaryrefslogtreecommitdiff
path: root/lib/Target/SystemZ/SystemZLongBranch.cpp
Commit message (Expand)AuthorAge
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [SystemZ] Remove "virtual" from override methodsRichard Sandiford2014-03-06
* [SystemZ] Use "for (auto" a bitRichard Sandiford2014-03-06
* [SystemZ] Update namespace formatting to match current guidelinesRichard Sandiford2014-03-06
* [SystemZ] Add unsigned compare-and-branch instructionsRichard Sandiford2013-09-18
* [SystemZ] Use BRCT and BRCTG to eliminate add-&-compare sequencesRichard Sandiford2013-08-05
* [SystemZ] Split out comparison elimination into a separate passRichard Sandiford2013-08-05
* [SystemZ] Reuse CC results for integer comparisons with zeroRichard Sandiford2013-08-01
* [SystemZ] Be more careful about inverting CC masksRichard Sandiford2013-07-31
* [SystemZ] Move compare-and-branch generation even laterRichard Sandiford2013-07-31
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* [SystemZ] Immediate compare-and-branch supportRichard Sandiford2013-05-29
* [SystemZ] Register compare-and-branch supportRichard Sandiford2013-05-28
* [SystemZ] Tweak SystemZInstrInfo::isBranch() interfaceRichard Sandiford2013-05-28
* [SystemZ] Fix thinko in long branch passRichard Sandiford2013-05-22
* Fix indentationRichard Sandiford2013-05-21
* [SystemZ] Add long branch passRichard Sandiford2013-05-20