summaryrefslogtreecommitdiff
path: root/lib/Target/R600/R600OptimizeVectorRegisters.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
* Phase 2 of the great MachineRegisterInfo cleanup. This time, we're changingOwen Anderson2014-03-13
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Use llvm_unreachable instead of assert(0)Matt Arsenault2013-12-10
* R600: Enable folding of inline literals into REQ_SEQUENCE instructionsTom Stellard2013-08-16
* R600: Do not mergevector after a vector reg is usedVincent Lejeune2013-07-31
* R600: Fix wrong export reswizzlingVincent Lejeune2013-07-09
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* Vincent says the element is at most once in the vector, so we don't need a fu...Benjamin Kramer2013-06-07
* R600: Fix a potential iterator invalidation issue.Benjamin Kramer2013-06-07
* R600: Remove an extra break in R600OptimizeVectorRegisters.cppVincent Lejeune2013-06-07
* R600: Rewrite an awkward loop in R600MachineSchedulerVincent Lejeune2013-06-06
* R600OptimizeVectorRegisters.cpp: Tweak a warning. [-Wsometimes-uninitialized]NAKAMURA Takumi2013-06-06
* R600OptimizeVectorRegisters.cpp: Suppress a warning. [-Wunused-variable]NAKAMURA Takumi2013-06-06
* Trailing linefeed.NAKAMURA Takumi2013-06-06
* R600: Add a pass that merge Vector RegisterVincent Lejeune2013-06-05
* Revert "R600: Add a pass that merge Vector Register"Rafael Espindola2013-06-05
* R600: Add a pass that merge Vector RegisterVincent Lejeune2013-06-04