Fix MO's analyzePhysReg, it was confusing sub- and super-registers. Problem pointed...
[oota-llvm.git] / lib / Target / SystemZ / SystemZLongBranch.cpp
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-06 Richard Sandiford[SystemZ] Remove "virtual" from override methods
2014-03-06 Richard Sandiford[SystemZ] Use "for (auto" a bit
2014-03-06 Richard Sandiford[SystemZ] Update namespace formatting to match current...
2013-09-18 Richard Sandiford[SystemZ] Add unsigned compare-and-branch instructions
2013-08-05 Richard Sandiford[SystemZ] Use BRCT and BRCTG to eliminate add-&-compare...
2013-08-05 Richard Sandiford[SystemZ] Split out comparison elimination into a separ...
2013-08-01 Richard Sandiford[SystemZ] Reuse CC results for integer comparisons...
2013-07-31 Richard Sandiford[SystemZ] Be more careful about inverting CC masks
2013-07-31 Richard Sandiford[SystemZ] Move compare-and-branch generation even later
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-05-29 Richard Sandiford[SystemZ] Immediate compare-and-branch support
2013-05-28 Richard Sandiford[SystemZ] Register compare-and-branch support
2013-05-28 Richard Sandiford[SystemZ] Tweak SystemZInstrInfo::isBranch() interface
2013-05-22 Richard Sandiford[SystemZ] Fix thinko in long branch pass
2013-05-21 Richard SandifordFix indentation
2013-05-20 Richard Sandiford[SystemZ] Add long branch pass