Revert 239644.
[oota-llvm.git] / lib / Target / R600 / SIFixSGPRCopies.cpp
2015-05-12 Tom StellardR600/SI: Remove M0Reg register class
2015-05-12 Tom StellardR600/SI: Replace TRI->getRegClass(Reg) with TRI->getPhy...
2015-01-07 Tom StellardR600/SI: Remove VReg_32 register class
2014-12-03 Matt ArsenaultR600/SI: Fix SIFixSGPRCopies for copies to physical...
2014-12-03 Matt ArsenaultR600/SI: Remove incorrect assertion
2014-12-03 Matt ArsenaultR600/SI: Fix suspicious indexing
2014-11-25 Matt ArsenaultR600/SI: Only use one DEBUG()
2014-11-17 Matt ArsenaultR600/SI: Assume SIFixSGPRCopies makes changes
2014-10-17 Matt ArsenaultR600/SI: Simplify debug printing
2014-09-24 Tom StellardR600/SI: Move PHIs that define SGPRs to the VALU in...
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-05-15 Tom StellardR600/SI: Fix a bug with handling of INSERT_SUBREG in...
2014-04-30 Tom StellardR600/SI: Use VALU instructions for copying i1 values
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-04-07 Tom StellardR600/SI: Handle INSERT_SUBREG in SIFixSGPRCopies
2014-03-13 Owen AndersonPhase 2 of the great MachineRegisterInfo cleanup. ...
2014-02-04 Tom StellardR600/SI: Don't assume copies will be coalesced in SIFix...
2013-11-18 Tom StellardR600/SI: Fix illegal VGPR->SGPR copy inside of loop
2013-11-18 Tom StellardR600/SI: Fix another case of illegal VGPR->SGPR copy
2013-11-14 Matt ArsenaultR600/SI: Remove redundant legalizeOperands call
2013-11-14 Hans WennborgAdd #include raw_ostream.h in lib/Target/R600/SIFixSGPR...
2013-11-14 Matt ArsenaultFix trailing whitespace in debug printing
2013-11-14 NAKAMURA TakumiR600/SIFixSGPRCopies.cpp: Fix \param to \return. [...
2013-11-14 NAKAMURA TakumiWhitespace.
2013-11-13 Tom StellardR600/SI: Prefer SALU instructions for bit shift operations
2013-08-22 Tom StellardR600/SI: Fix another case of illegal VGPR to SGPR copy
2013-08-06 Tom StellardR600/SI: Use VSrc_* register classes as the default...