aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/R600Instructions.td
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-0/+5
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-20/+16
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-12/+27
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-35/+123
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-0/+6
* Update to LLVM 3.5a.Stephen Hines2014-04-241-775/+13
* Merging r195878:Bill Wendling2013-12-011-4/+14
* Merging r195514:Bill Wendling2013-11-251-3/+3
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-131-1/+0
* R600: Use function inputs to represent data stored in gprVincent Lejeune2013-11-111-1/+1
* R600: Clear the VPM bit of export instructions.Vincent Lejeune2013-10-131-4/+4
* R600: Add a ldptr intrinsic to support MSAA.Vincent Lejeune2013-10-021-0/+4
* R600: add a pass that merges clauses.Vincent Lejeune2013-10-011-0/+1
* R600: Enable -verify-machineinstrs in some tests.Vincent Lejeune2013-10-011-1/+1
* R600: Fix handling of NAN in comparison instructionsTom Stellard2013-09-281-43/+11
* SelectionDAG: Try to expand all condition codes using getCCSwappedOperands()Tom Stellard2013-09-281-48/+0
* R600: Add support for LDS atomic subtractAaron Watry2013-09-061-0/+4
* R600: Add support for local memory atomic addTom Stellard2013-09-051-7/+35
* R600: Use SchedModel enum for is{Trans,Vector}Only functionsVincent Lejeune2013-09-041-20/+6
* R600: Add support for i8 and i16 local memory loadsTom Stellard2013-08-261-0/+12
* R600: Add support for i8 and i16 local memory storesTom Stellard2013-08-261-3/+21
* R600: Add support for i16 and i8 global storesTom Stellard2013-08-161-0/+13
* R600: Add support for v4i32 stores on CaymanTom Stellard2013-08-161-0/+1
* R600: Add IsExport bit to TableGen instruction definitionsTom Stellard2013-08-161-0/+3
* R600: Change the RAT instruction assembly names so they match the docsTom Stellard2013-08-161-30/+33
* R600/SI: Handle MSAA texture targetsTom Stellard2013-08-141-1/+15
* R600: Add 64-bit float load/store supportTom Stellard2013-08-011-5/+75
* Revert "R600: Use SchedModel enum for is{Trans,Vector}Only functions"Tom Stellard2013-07-311-6/+20
* R600: Use SchedModel enum for is{Trans,Vector}Only functionsVincent Lejeune2013-07-311-20/+6
* R600: Remove predicated_break instVincent Lejeune2013-07-311-3/+0
* R600: Treat CONSTANT_ADDRESS loads like GLOBAL_ADDRESS loads when necessaryTom Stellard2013-07-231-19/+0
* R600: Add support for 24-bit MAD instructionsTom Stellard2013-07-231-0/+6
* R600: Add support for 24-bit MUL instructionsTom Stellard2013-07-231-0/+7
* R600: Improve support for < 32-bit loadsTom Stellard2013-07-231-0/+8
* R600: Use KCache for kernel argumentsTom Stellard2013-07-231-1/+1
* R600: Clean up extended load patternsTom Stellard2013-07-231-8/+8
* R600: Don't emit empty then clause and use alu_pop_afterVincent Lejeune2013-07-191-0/+1
* R600: Do not predicated basic block with multiple alu clauseVincent Lejeune2013-07-091-1/+1
* R600: Use DAG lowering pass to handle fcos/fsinVincent Lejeune2013-07-091-22/+10
* R600: Print Export SwizzleVincent Lejeune2013-07-091-2/+2
* R600: Support schedule and packetization of trans-only instVincent Lejeune2013-06-291-0/+2
* R600: Add local memory support via LDSTom Stellard2013-06-281-0/+75
* R600: Add support for GROUP_BARRIER instructionTom Stellard2013-06-281-0/+30
* R600: Add ALUInst bit to tablegen definitions v2Tom Stellard2013-06-281-0/+3
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-251-4/+12
* R600: Add support for i32 loads from the constant address space on CaymanTom Stellard2013-06-251-0/+9
* R600: Fix spelling error in commentAaron Watry2013-06-241-1/+1
* R600: Properly set COUNT_3 bit in TEX clause initiating inst for pre EG gen.Vincent Lejeune2013-06-171-14/+16
* R600: Use correct encoding for Vertex Fetch instructions on CaymanTom Stellard2013-06-141-150/+268
* R600: Use EXPORT_RAT_INST_STORE_DWORD for stores on CaymanTom Stellard2013-06-141-37/+56