summaryrefslogtreecommitdiff
path: root/lib/Target/R600/R600InstrInfo.cpp
Commit message (Expand)AuthorAge
* R600: Remove dead code from the CodeEmitter v2Tom Stellard2013-05-06
* R600: Always use texture cache for compute shadersVincent Lejeune2013-04-30
* R600: Packetize instructionsVincent Lejeune2013-04-30
* R600: Rework Scheduling to handle difference between VLIW4 and VLIW5 chipsVincent Lejeune2013-04-30
* R600: Add a Bank Swizzle operandVincent Lejeune2013-04-30
* R600: Add FetchInst bit to instruction defs to denote vertex/tex instructionsVincent Lejeune2013-04-30
* R600: Factorize maximum alu per clause in a single locationVincent Lejeune2013-04-03
* R600: Factorize code handling Const Read Port limitationVincent Lejeune2013-03-14
* R600: Fix JUMP handling so that MachineInstr verification can occurVincent Lejeune2013-03-11
* R600: Do not predicate vector opVincent Lejeune2013-03-05
* R600: Support for indirect addressing v4Tom Stellard2013-02-06
* R600: improve inputs/interpolation handlingTom Stellard2013-02-05
* R600: rework handling of the constantsTom Stellard2013-01-23
* Resort the #include lines in include/... and lib/... with theChandler Carruth2013-01-02
* Target/R600: Update MIB according to r170588.NAKAMURA Takumi2012-12-20
* Fix warnings with -DNDEBUGTom Stellard2012-12-13
* Add R600 backendTom Stellard2012-12-11