aboutsummaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/radeon_llvm_emit.cpp
Commit message (Expand)AuthorAgeFilesLines
* radeon/llvm: replace shader type intrinsic with function attributeChristian König2013-03-071-0/+22
* radeon/llvm: Fix build with LLVM 3.3Tom Stellard2013-02-191-1/+8
* radeon/llvm: Remove backend code from MesaTom Stellard2013-01-041-26/+0
* Support LLVM >= 3.2 on radeonsi and opencl.Johannes Obermayr2013-01-041-0/+7
* radeon/llvm: Fix build with LLVM 3.2Tom Stellard2012-10-111-3/+10
* radeon/llvm: Only initialize the AMDGPU targetTom Stellard2012-10-011-7/+1
* radeon: Support LLVM 3.2Tom Stellard2012-10-011-0/+1
* radeon/llvm: Use the MCCodeEmitter for SITom Stellard2012-08-231-1/+3
* radeon-llvm: Start multithreaded before using llvm.Mathias Fröhlich2012-08-201-0/+15
* radeon/llvm: Remove AMDILTargetMachineTom Stellard2012-05-291-6/+6
* radeon/llvm: Fix MachineInstr dumpTom Stellard2012-05-021-7/+7
* radeon/llvm: Add subtarget feature: DumpCodeTom Stellard2012-05-011-0/+1
* radeon/llvm: Don't print an error message when there is no errorTom Stellard2012-04-231-2/+1
* radeon: Move radeon_llvm_emit.cpp declarations into their own headerTom Stellard2012-04-231-1/+1
* radeon: Remove HAVE_LLVM ifdefsTom Stellard2012-04-231-10/+0
* radeonsi: initial WIP SI codeTom Stellard2012-04-131-0/+145