summaryrefslogtreecommitdiffstats
path: root/src/gallium/drivers/radeon/SILowerLiteralConstants.cpp
Commit message (Collapse)AuthorAgeFilesLines
* radeon/llvm: Remove backend code from MesaTom Stellard2013-01-041-105/+0
| | | | | | | | | | | | This code now lives in an external tree. For the next Mesa release fetch the code from the master branch of this LLVM repo: http://cgit.freedesktop.org/~tstellar/llvm/ For all subsequent Mesa releases, fetch the code from the official LLVM project: www.llvm.org
* radeon/llvm: Rework how immediate operands are handled with SITom Stellard2012-08-311-0/+105
Immediate operands were previously handled in the CodeEmitter, but that code was buggy and very confusing. This commit adds a pass that simplifies the handling of immediate operands by spliting the loading of the immediate into a sperate insruction that is bundled with the original.