1. 44b30b4 AMDGPU: Remove #include "MCTargetDesc/AMDGPUMCTargetDesc.h" from common headers by Tom Stellard · 7 years ago
  2. 6bda14b Sort the remaining #include lines in include/... and lib/.... by Chandler Carruth · 8 years ago
  3. 3ea1704 AMDGPU/R600: Fix ALU clause markers use detection by Jan Vesely · 9 years ago
  4. 4b1243f AMDGPU/R600: Assert on infinite loop in EmitClauseMarkers by Jan Vesely · 9 years ago
  5. 734bb7b [AMDGPU] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC). by Eugene Zelenko · 9 years ago
  6. 117296c Use StringRef in Pass/PassManager APIs (NFC) by Mehdi Amini · 9 years ago
  7. 0dd9ed1 Fix more dereferenced end() iterators after r278532 by Hans Wennborg · 9 years ago
  8. 4d29511 AMDGPU: Remove implicit iterator conversions, NFC by Duncan P. N. Exon Smith · 9 years ago
  9. 9cfc75c CodeGen: Use MachineInstr& in TargetInstrInfo, NFC by Duncan P. N. Exon Smith · 9 years ago
  10. 43e92fe AMDGPU: Cleanup subtarget handling. by Matt Arsenault · 9 years ago
  11. 37fefd6 AMDGPU: Fix trailing whitespace by Matt Arsenault · 9 years ago
  12. 45bb48e R600 -> AMDGPU rename by Tom Stellard · 10 years ago[Renamed from llvm/lib/Target/R600/R600EmitClauseMarkers.cpp]
  13. fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
  14. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  15. 5656db4 [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. R600 edition by Craig Topper · 12 years ago
  16. 062a2ba [C++] Use 'nullptr'. Target edition. by Craig Topper · 12 years ago
  17. 1de5582 R600: Register R600EmitClauseMarkers pass by Tom Stellard · 12 years ago
  18. 8f9fc20 R600: Fix scheduling of instructions that use the LDS output queue by Tom Stellard · 12 years ago
  19. ed0ceec R600: Use StructurizeCFGPass for non SI targets by Tom Stellard · 12 years ago
  20. 0b342d6 R600: Put PRED_X instruction in its own clause by Vincent Lejeune · 12 years ago
  21. b94011f Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector size. by Craig Topper · 12 years ago
  22. ce49974 R600: Do not predicated basic block with multiple alu clause by Vincent Lejeune · 12 years ago
  23. ce54033 R600: Add support for GROUP_BARRIER instruction by Tom Stellard · 12 years ago
  24. 37e9adb Don't cache the instruction and register info from the TargetMachine, because by Bill Wendling · 12 years ago
  25. c689679 R600: Const/Neg/Abs can be folded to dot4 by Vincent Lejeune · 12 years ago
  26. d78bb46 Move passes from namespace llvm into anonymous namespaces. Sort includes while there. by Benjamin Kramer · 12 years ago
  27. 519f21e R600: Relax some vector constraints on Dot4. by Vincent Lejeune · 12 years ago
  28. 0fca91d R600: Some factorization by Vincent Lejeune · 12 years ago
  29. c3d3f9b R600: Fix last ALU of a clause being emitted in a separate clause by Vincent Lejeune · 13 years ago
  30. 80031d9f R600: Factorize maximum alu per clause in a single location by Vincent Lejeune · 13 years ago
  31. 9931298 R600: Consider KILLGT as an ALU instruction by Vincent Lejeune · 13 years ago
  32. f43bc57 R600: Emit CF_ALU and use true kcache register. by Vincent Lejeune · 13 years ago