aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/R600InstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-9/+5
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-18/+17
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-22/+68
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-4/+4
* Update to LLVM 3.5a.Stephen Hines2014-04-241-2/+8
* Merging r195399:Bill Wendling2013-11-221-0/+12
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-1/+1
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-1/+1
* R600: Make dot_4 instructions predicableVincent Lejeune2013-11-161-0/+19
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-1/+1
* R600: Fix scheduling of instructions that use the LDS output queueTom Stellard2013-11-151-0/+8
* R600/SI: Add support for private address space load/storeTom Stellard2013-11-131-47/+5
* R600: Simplify handling of private address spaceTom Stellard2013-10-221-11/+16
* R600: Remove unused InstrInfo::getMovImmInstr() functionTom Stellard2013-10-221-12/+0
* R600: add a pass that merges clauses.Vincent Lejeune2013-10-011-0/+18
* R600: Enable -verify-machineinstrs in some tests.Vincent Lejeune2013-10-011-0/+9
* IfConverter: Use TargetSchedule for instruction latenciesArnold Schwaighofer2013-09-301-0/+4
* R600: Don't use trans slot for instructions that read LDS source registersTom Stellard2013-09-121-0/+16
* R600: Use shared op optimization when checking cycle compatibilityVincent Lejeune2013-09-041-0/+2
* R600: Non vector only instruction can be scheduled on trans unitVincent Lejeune2013-09-041-0/+3
* R600: Use SchedModel enum for is{Trans,Vector}Only functionsVincent Lejeune2013-09-041-1/+11
* R600: Add support for i8 and i16 local memory storesTom Stellard2013-08-261-1/+2
* R600: Add IsExport bit to TableGen instruction definitionsTom Stellard2013-08-161-0/+4
* R600: Add 64-bit float load/store supportTom Stellard2013-08-011-8/+11
* Revert "R600: Non vector only instruction can be scheduled on trans unit"Tom Stellard2013-07-311-3/+0
* Revert "R600: Use SchedModel enum for is{Trans,Vector}Only functions"Tom Stellard2013-07-311-11/+1
* R600: Avoid more than 4 literals in the same instruction group at schedulingVincent Lejeune2013-07-311-0/+5
* R600: Non vector only instruction can be scheduled on trans unitVincent Lejeune2013-07-311-0/+3
* R600: Use SchedModel enum for is{Trans,Vector}Only functionsVincent Lejeune2013-07-311-1/+11
* R600: Move CONST_ADDRESS folding into AMDGPUDAGToDAGISel::Select()Tom Stellard2013-07-231-0/+36
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-141-1/+1
* Replacing an empty switch with its moral equivalent. No functional changes i...Aaron Ballman2013-07-101-3/+1
* R600: Do not predicated basic block with multiple alu clauseVincent Lejeune2013-07-091-0/+45
* R600: Fix an unitialized variable in R600InstrInfo.cppVincent Lejeune2013-06-301-1/+1
* R600: Unbreak GCC build.Benjamin Kramer2013-06-291-1/+2
* R600: Support schedule and packetization of trans-only instVincent Lejeune2013-06-291-39/+146
* R600: Bank Swizzle now display SCL equivalentVincent Lejeune2013-06-291-4/+4
* R600: Add local memory support via LDSTom Stellard2013-06-281-8/+38
* R600: Add support for GROUP_BARRIER instructionTom Stellard2013-06-281-0/+10
* R600: Add ALUInst bit to tablegen definitions v2Tom Stellard2013-06-281-3/+1
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-251-116/+74
* R600: PV stores Reg id, not indexVincent Lejeune2013-06-171-1/+1
* R600: Rework subtarget info and remove AMDILDevice classesTom Stellard2013-06-071-1/+1
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-1/+1
* R600: Make sure to schedule AR register uses and defs in the same clauseTom Stellard2013-06-051-2/+4
* R600: Const/Neg/Abs can be folded to dot4Vincent Lejeune2013-06-041-0/+35
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-231-1/+1
* R600: Relax some vector constraints on Dot4.Vincent Lejeune2013-05-171-3/+89
* R600: Some factorizationVincent Lejeune2013-05-171-24/+162
* R600: Remove dead code from the CodeEmitter v2Tom Stellard2013-05-061-3/+2