summaryrefslogtreecommitdiff
path: root/lib/Target/R600/AMDGPUSubtarget.h
Commit message (Expand)AuthorAge
* R600: Move trivial getters into header, use initializer listMatt Arsenault2014-06-27
* R600: Trivial subtarget feature cleanups.Matt Arsenault2014-06-20
* R600: Use LDS and vectors for private memoryTom Stellard2014-06-17
* R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtargetTom Stellard2014-06-13
* R600: Use BCNT_INT for evergreenMatt Arsenault2014-06-10
* R600: Handle fcopysignMatt Arsenault2014-06-10
* R600: Remove unused function AMDGPUSubtarget::getDefaultSize()Tom Stellard2014-04-30
* De-virtualize or remove some methods that have no overrides nor override anyt...Craig Topper2014-04-30
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* R600: Match 24-bit arithmetic patterns in a Target DAGCombineTom Stellard2014-04-07
* R600: Match sign_extend_inreg to BFE instructionsMatt Arsenault2014-03-17
* 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
* R600: Add a SubtargetFeatture for disabling the ifcvt pass.Tom Stellard2013-11-18
* R600/SI: Add compute support for CI v2Tom Stellard2013-10-29
* R600: Use StructurizeCFGPass for non SI targetsTom Stellard2013-10-10
* Allow subtarget selection of the default MachineScheduler and document the in...Andrew Trick2013-09-20
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-07
* 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
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-13
* Add R600 backendTom Stellard2012-12-11