1. 7de74af Add optimization bisect opt-in calls for AMDGPU passes by Andrew Kaylor · 10 years ago
  2. 074ea28 AMDGPU/SI: Optimize adjacent s_nop instructions by Matt Arsenault · 10 years ago
  3. b6be202 AMDGPU: Use s_addk_i32 / s_mulk_i32 by Matt Arsenault · 10 years ago
  4. 9a19c24 AMDGPU: Materialize sign bits with bfrev by Matt Arsenault · 10 years ago
  5. 8226fc4 AMDGPU: Simplify boolean conditional return statements by Matt Arsenault · 10 years ago
  6. cc4c871 [AMDGPU] Rename $dst operand to $vdst for VOP instructions. by Tom Stellard · 10 years ago
  7. 3add643 AMDGPU: Add MachineInstr overloads for instruction format tests by Matt Arsenault · 10 years ago
  8. e0b4404 AMDGPU: Simplify debug printing by Matt Arsenault · 10 years ago
  9. 4635915 AMDGPU/SI: Remove VCCReg by Matt Arsenault · 10 years ago
  10. 6942d1a AMDGPU/SI: Remove source uses of VCCReg by Matt Arsenault · 10 years ago
  11. e48fe2a AMDGPU/SI: Add support for shrinking v_cndmask_b32_e32 instructions by Tom Stellard · 10 years ago
  12. db5a11f AMDGPU/SI: Select mad patterns to v_mac_f32 by Tom Stellard · 10 years ago
  13. ab6e9c0 AMDGPU/SI: The SIShrinkInstructions pass should only fold immediates with one use by Tom Stellard · 10 years ago
  14. 45bb48e R600 -> AMDGPU rename by Tom Stellard · 10 years ago[Renamed from llvm/lib/Target/R600/SIShrinkInstructions.cpp]
  15. 16132e6 Purge unused includes throughout libSupport. by Benjamin Kramer · 11 years ago
  16. 5224df3 R600/SI: Add 32-bit encoding of v_cndmask_b32 by Tom Stellard · 11 years ago
  17. 11a4d67 R600/SI: Allow f64 inline immediates in i64 operands by Matt Arsenault · 11 years ago
  18. a93603d R600/SI: Don't shrink instructions whose e32 encoding doesn't exist by Marek Olsak · 11 years ago
  19. fb77f00 R600/SI: Add pattern for bitcasting fp immediates to integers by Tom Stellard · 11 years ago
  20. 13bd95bb R600/SI: Move continue after checking s_mov_b32. by Matt Arsenault · 11 years ago
  21. 7784992 R600/SI: Use s_movk_i32 by Matt Arsenault · 11 years ago
  22. e184482 R600/SI: Also check for FPImm literal constants by Matt Arsenault · 11 years ago
  23. 8943d24 R600/SI: Simplify code with hasModifiersSet by Matt Arsenault · 11 years ago
  24. ffc5d5b R600/SI: Cleanup code with ChangeToFPImmediate by Matt Arsenault · 11 years ago
  25. a9627ae Fix typo by Matt Arsenault · 11 years ago
  26. 6652403 Fix typo by Matt Arsenault · 11 years ago
  27. 5d26d04 Fix typo by Matt Arsenault · 11 years ago
  28. fd38cbe Remove 'virtual' keyword from methods markedwith 'override' keyword. by Craig Topper · 11 years ago
  29. fc6de42 Have MachineFunction cache a pointer to the subtarget to make lookups by Eric Christopher · 11 years ago
  30. d913448 Remove the TargetMachine forwards for TargetSubtargetInfo based by Eric Christopher · 11 years ago
  31. d44c023 R600/SI: Remove leftover debugging code by Tom Stellard · 11 years ago
  32. b4a313a R600/SI: Do abs/neg folding with ComplexPatterns by Tom Stellard · 11 years ago
  33. 6407e1e R600/SI: Fold immediates when shrinking instructions by Tom Stellard · 11 years ago
  34. 86d12eb R600/SI: Fix incorrect commute operation in shrink instructions pass by Tom Stellard · 11 years ago
  35. 1aaad69 R600/SI: Add instruction shrinking pass by Tom Stellard · 11 years ago