summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/R600InstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* radeon/llvm: Lower UDIV using the Selection DAGTom Stellard2012-05-241-35/+0
* radeon/llvm: Remove auto-generated AMDIL->ISA conversion codeTom Stellard2012-05-241-1/+1
* radeon/llvm: Remove AMDIL bitshift instructions (SHL, SHR, USHR)Tom Stellard2012-05-241-4/+0
* radeon/llvm: Remove AMDIL ADD instructionsTom Stellard2012-05-241-2/+0
* radeon/llvm: Remove AMDIL binary instrutions (OR, AND, XOR, NOT)Tom Stellard2012-05-241-2/+0
* radeon/llvm: Handle SETGE_INT, SETGE_UINT, and SETGT_UINT opcodesTom Stellard2012-05-241-0/+6
* radeon/llvm: Handle selectcc DAG nodeTom Stellard2012-05-201-0/+4
* radeon/llvm: Add some commentsTom Stellard2012-05-101-2/+2
* radeon/llvm: add support for AHSR/LSHR/LSHL instructionsVadim Girlin2012-05-081-0/+12
* r600g/llvm: Handle copies between vector registersTom Stellard2012-04-231-2/+20
* r600g/llvm: Remove debugging hack from R600InstrInfo::copyPhysReg()Tom Stellard2012-04-231-4/+0
* radeonsi: initial WIP SI codeTom Stellard2012-04-131-0/+109