summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/R600/R600Packetizer.cpp
Commit message (Expand)AuthorAgeFilesLines
* R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtargetTom Stellard2014-06-131-0/+1
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-9/+12
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-5/+5
* Fix known typosAlp Toker2014-01-241-1/+1
* 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
OpenPOWER on IntegriCloud