summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDGPUSubtarget.cpp
Commit message (Expand)AuthorAge
* R600: Move trivial getters into header, use initializer listMatt Arsenault2014-06-27
* R600: Use LDS and vectors for private memoryTom Stellard2014-06-17
* R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtargetTom Stellard2014-06-13
* R600: Remove unused function AMDGPUSubtarget::getDefaultSize()Tom Stellard2014-04-30
* [Modules] Make Support/Debug.h modular. This requires it to not changeChandler Carruth2014-04-21
* R600: Recommit 199842: Add work-around for the CF stack entry HW bugTom Stellard2014-01-23
* Revert "R600: Add work-around for the CF stack entry HW bug"Tom Stellard2014-01-22
* R600: Add work-around for the CF stack entry HW bugTom Stellard2014-01-22
* R600: Refactor stack size calculationTom Stellard2014-01-22
* R600: Add wavefront size property to the subtargets v2Tom Stellard2014-01-22
* Turn AMDGPUSubtarget::getDataLayout into a static function.Rafael Espindola2013-12-14
* Fix an index array check.Eric Christopher2013-12-06
* R600: Enable the IR structurizer by defaultTom Stellard2013-11-18
* R600: Add a SubtargetFeatture for disabling the ifcvt pass.Tom Stellard2013-11-18
* R600: Use StructurizeCFGPass for non SI targetsTom Stellard2013-10-10
* SelectionDAG: Use correct pointer size when lowering function arguments v2Tom Stellard2013-08-26
* Remove unused stdio.h includesDmitri Gribenko2013-08-18
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-07
* R600: Fix the fetch limits for R600 generation GPUsTom Stellard2013-06-07
* Temporary fix to get rid of gcc warning.Patrik Hagglund2013-05-29
* R600: Factorize Fetch size limit inside AMDGPUSubTargetVincent Lejeune2013-05-17
* R600: Add FetchInst bit to instruction defs to denote vertex/tex instructionsVincent Lejeune2013-04-30
* Add R600 backendTom Stellard2012-12-11