aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/R600/R600Packetizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-1/+1
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-8/+7
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-0/+1
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-10/+14
* Update to LLVM 3.5a.Stephen Hines2014-04-241-6/+6
* R600: Simplify handling of private address spaceTom Stellard2013-10-221-0/+8
* R600: Use StructurizeCFGPass for non SI targetsTom Stellard2013-10-101-1/+1
* R600: Don't use trans slot for instructions that read LDS source registersTom Stellard2013-09-121-0/+4
* R600: Non vector only instruction can be scheduled on trans unitVincent Lejeune2013-09-041-5/+33
* Revert "R600: Non vector only instruction can be scheduled on trans unit"Tom Stellard2013-07-311-33/+5
* R600: Non vector only instruction can be scheduled on trans unitVincent Lejeune2013-07-311-5/+33
* R600: Don't mix LDS and non-LDS instructions in the same groupVincent Lejeune2013-07-311-0/+4
* R600: Do not predicated basic block with multiple alu clauseVincent Lejeune2013-07-091-1/+2
* R600: Support schedule and packetization of trans-only instVincent Lejeune2013-06-291-34/+56
* R600: Add local memory support via LDSTom Stellard2013-06-281-0/+3
* R600: Add support for GROUP_BARRIER instructionTom Stellard2013-06-281-1/+7
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-251-9/+9
* R600: 3 op instructions have no write bit but the result are store in PVVincent Lejeune2013-06-031-3/+1
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-231-12/+9
* R600: Relax some vector constraints on Dot4.Vincent Lejeune2013-05-171-1/+2
* R600: Some factorizationVincent Lejeune2013-05-171-138/+11
* R600: If previous bundle is dot4, PV valid chan is always XVincent Lejeune2013-05-021-38/+51
* R600: Packetize instructionsVincent Lejeune2013-04-301-0/+446