summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/SIFoldOperands.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600 -> AMDGPU renameTom Stellard2015-06-131-288/+0
* R600/SI: Replace TRI->getRegClass(Reg) with TRI->getPhysRegClass(Reg)Tom Stellard2015-05-121-2/+2
* Re-sort includes with sort-includes.py and insert raw_ostream.h where it's used.Benjamin Kramer2015-03-231-1/+2
* R600/SI: Fix asam errors in SIFoldOperandsTom Stellard2015-02-171-1/+2
* R600/SI: Fix phys reg copies in SIFoldOperandsMatt Arsenault2015-02-141-3/+13
* R600/SI: Allow f64 inline immediates in i64 operandsMatt Arsenault2015-02-131-1/+2
* Fix typoMatt Arsenault2015-01-311-1/+1
* R600/SI: Add pattern for bitcasting fp immediates to integersTom Stellard2015-01-131-7/+2
* R600/SI: Commute instructions to enable more folding opportunitiesTom Stellard2015-01-071-18/+47
* R600/SI: Only fold immediates that have one useTom Stellard2015-01-071-1/+8
* R600/SI: Add a V_MOV_B64 pseudo instructionTom Stellard2015-01-071-0/+1
* R600/SI: Teach SIFoldOperands to split 64-bit constants when foldingTom Stellard2015-01-071-25/+37
* R600/SI: Refactor SIFoldOperands to simplify immediate foldingTom Stellard2015-01-071-25/+54
* R600/SI: Add SIFoldOperands passTom Stellard2014-11-211-0/+202
OpenPOWER on IntegriCloud