summaryrefslogtreecommitdiff
path: root/lib/Target/R600/R600Packetizer.cpp
Commit message (Expand)AuthorAge
* R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtargetTom Stellard2014-06-13
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Fix known typosAlp Toker2014-01-24
* R600: Simplify handling of private address spaceTom Stellard2013-10-22
* R600: Use StructurizeCFGPass for non SI targetsTom Stellard2013-10-10
* R600: Don't use trans slot for instructions that read LDS source registersTom Stellard2013-09-12
* R600: Non vector only instruction can be scheduled on trans unitVincent Lejeune2013-09-04
* Revert "R600: Non vector only instruction can be scheduled on trans unit"Tom Stellard2013-07-31
* R600: Non vector only instruction can be scheduled on trans unitVincent Lejeune2013-07-31
* R600: Don't mix LDS and non-LDS instructions in the same groupVincent Lejeune2013-07-31
* R600: Do not predicated basic block with multiple alu clauseVincent Lejeune2013-07-09
* R600: Support schedule and packetization of trans-only instVincent Lejeune2013-06-29
* R600: Add local memory support via LDSTom Stellard2013-06-28
* R600: Add support for GROUP_BARRIER instructionTom Stellard2013-06-28
* R600: Use new getNamedOperandIdx function generated by TableGenTom Stellard2013-06-25
* R600: 3 op instructions have no write bit but the result are store in PVVincent Lejeune2013-06-03
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-23
* R600: Relax some vector constraints on Dot4.Vincent Lejeune2013-05-17
* R600: Some factorizationVincent Lejeune2013-05-17
* R600: If previous bundle is dot4, PV valid chan is always XVincent Lejeune2013-05-02
* R600: Packetize instructionsVincent Lejeune2013-04-30