summaryrefslogtreecommitdiff
path: root/lib/Target/R600/SIFixSGPRCopies.cpp
Commit message (Expand)AuthorAge
* R600/SI: Fix a bug with handling of INSERT_SUBREG in SIFixSGPRCopiesTom Stellard2014-05-15
* R600/SI: Use VALU instructions for copying i1 valuesTom Stellard2014-04-30
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* R600/SI: Handle INSERT_SUBREG in SIFixSGPRCopiesTom Stellard2014-04-07
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-13
* R600/SI: Don't assume copies will be coalesced in SIFixSGPRCopiesTom Stellard2014-02-04
* R600/SI: Fix illegal VGPR->SGPR copy inside of loopTom Stellard2013-11-18
* R600/SI: Fix another case of illegal VGPR->SGPR copyTom Stellard2013-11-18
* R600/SI: Remove redundant legalizeOperands callMatt Arsenault2013-11-14
* Add #include raw_ostream.h in lib/Target/R600/SIFixSGPRCopies.cppHans Wennborg2013-11-14
* Fix trailing whitespace in debug printingMatt Arsenault2013-11-14
* R600/SIFixSGPRCopies.cpp: Fix \param to \return. [-Wdocumentation]NAKAMURA Takumi2013-11-14
* Whitespace.NAKAMURA Takumi2013-11-14
* R600/SI: Prefer SALU instructions for bit shift operationsTom Stellard2013-11-13
* R600/SI: Fix another case of illegal VGPR to SGPR copyTom Stellard2013-08-22
* R600/SI: Use VSrc_* register classes as the default classes for typesTom Stellard2013-08-06