1. 2e59a45 R600: Move AMDGPUInstrInfo from AMDGPUTargetMachine into AMDGPUSubtarget by Tom Stellard · 11 years ago
  2. 062a2ba [C++] Use 'nullptr'. Target edition. by Craig Topper · 12 years ago
  3. 84e68b2 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  4. d7f890e Factor MI-Sched in preparation for post-ra scheduling support. by Andrew Trick · 12 years ago
  5. 8f9fc20 R600: Fix scheduling of instructions that use the LDS output queue by Tom Stellard · 12 years ago
  6. 7f6fa4c R600: Don't use trans slot for instructions that read LDS source registers by Tom Stellard · 12 years ago
  7. 7e2c832 R600: Non vector only instruction can be scheduled on trans unit by Vincent Lejeune · 12 years ago
  8. ca69a53 Revert "R600: Non vector only instruction can be scheduled on trans unit" by Tom Stellard · 12 years ago
  9. df18804 R600: Non vector only instruction can be scheduled on trans unit by Vincent Lejeune · 12 years ago
  10. 77a8352 R600: Support schedule and packetization of trans-only inst by Vincent Lejeune · 12 years ago
  11. c026e8b R600: Add local memory support via LDS by Tom Stellard · 12 years ago
  12. ce54033 R600: Add support for GROUP_BARRIER instruction by Tom Stellard · 12 years ago
  13. d1a9d18 R600: Use a refined heuristic to choose when switching clause by Vincent Lejeune · 12 years ago
  14. a6c6e1b R600: Rework subtarget info and remove AMDILDevice classes by Tom Stellard · 12 years ago
  15. 54476a1 R600: Remove leftover code in R600MachineScheduler.cpp by Vincent Lejeune · 12 years ago
  16. 4b5b849 R600: Schedule copy from phys register at beginning of block by Vincent Lejeune · 12 years ago
  17. aad5376 R600: Make sure to schedule AR register uses and defs in the same clause by Tom Stellard · 12 years ago
  18. d78bb46 Move passes from namespace llvm into anonymous namespaces. Sort includes while there. by Benjamin Kramer · 12 years ago
  19. 3d5118c R600: Use bottom up scheduling algorithm by Vincent Lejeune · 12 years ago
  20. 4c81d4d R600: Use depth first scheduling algorithm by Vincent Lejeune · 12 years ago
  21. e958c8e R600: Replace big texture opcode switch in scheduler by usesTC/usesVC by Vincent Lejeune · 12 years ago
  22. 519f21e R600: Relax some vector constraints on Dot4. by Vincent Lejeune · 12 years ago
  23. f9f4e1e R600: Factorize Fetch size limit inside AMDGPUSubTarget by Vincent Lejeune · 12 years ago
  24. 80031d9f R600: Factorize maximum alu per clause in a single location by Vincent Lejeune · 13 years ago
  25. 0a22bc4 R600: Factorize code handling Const Read Port limitation by Vincent Lejeune · 13 years ago
  26. 756cf88 R600MachineScheduler.cpp: Fix use cases of dbgs(). Don't include <iostream> here. by NAKAMURA Takumi · 13 years ago
  27. 68b6b6d R600: initial scheduler code by Vincent Lejeune · 13 years ago