1. 48d70cb Revert "AMDGPU: Remove unused control flow intrinsic" by Matt Arsenault · 9 years ago
  2. 8f0a92f AMDGPU: Remove unused control flow intrinsic by Matt Arsenault · 9 years ago
  3. 37fefd6 AMDGPU: Fix trailing whitespace by Matt Arsenault · 9 years ago
  4. 05b127d [StructurizeCFG] Annotate branches that were treated as uniform by Nicolai Haehnle · 10 years ago
  5. 19f0f51 AMDGPU: change a redundant if () to an assert(). NFC by Nicolai Haehnle · 10 years ago
  6. 279970c AMDGPU/SI: Fix a mis-compilation of multi-level breaks by Nicolai Haehnle · 10 years ago
  7. bc4497b AMDGPU/SI: Detect uniform branches and emit s_cbranch instructions by Tom Stellard · 10 years ago
  8. e07f1aa AMDGPU/SI: Annotate Loops with Constant Condition in SIAnnotateControlFlow pass. by Changpeng Fang · 10 years ago
  9. 7898b90 AMDGPU: Change control flow intrinsics to use amdgcn prefix by Matt Arsenault · 10 years ago
  10. 77a1777 Correctly initialize SIAnnotateControlFlow by Tom Stellard · 10 years ago
  11. a73371a AMDGPU: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  12. 96ada25 [PM/AA] Remove all of the dead AliasAnalysis pointers being threaded by Chandler Carruth · 10 years ago
  13. 45bb48e R600 -> AMDGPU rename by Tom Stellard · 10 years ago[Renamed from llvm/lib/Target/R600/SIAnnotateControlFlow.cpp]
  14. 0b7feb1 R600/SI: Fix verifier errors from the SIAnnotateControlFlow pass by Tom Stellard · 11 years ago
  15. d4a1950 R600/SI: Fix verifier error caused by SIAnnotateControlFlow by Tom Stellard · 11 years ago
  16. 0f29de7 R600/SI: Fix bug from insertion of llvm.SI.end.cf into loop headers by Tom Stellard · 11 years ago
  17. de16a2e R600/SI: SI Control Flow Annotation bug fixed by Tom Stellard · 11 years ago
  18. 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
  19. 062a2ba [C++] Use 'nullptr'. Target edition. by Craig Topper · 12 years ago
  20. 84e68b2 [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE by Chandler Carruth · 12 years ago
  21. d5ab971 Add DEBUG_TYPE to SIAnnotateControlFlow by Matt Arsenault · 12 years ago
  22. 7352302 [PM] Split DominatorTree into a concrete analysis result object which by Chandler Carruth · 12 years ago
  23. 5ad5f15 [cleanup] Move the Dominators.h and Verifier.h headers into the IR by Chandler Carruth · 12 years ago
  24. eaa3a7e Use llvm_unreachable instead of assert(0) by Matt Arsenault · 12 years ago
  25. f907b89 Correct word hyphenations by Alp Toker · 12 years ago
  26. d3a34f8 Add 'const' qualifiers to static const char* variables. by Craig Topper · 12 years ago
  27. b0804ec R600: Remove unnecessary include by Tom Stellard · 12 years ago
  28. ae0a403 R600/SI: Check for empty stack in SIAnnotateControlFlow::isTopOfStack by Michel Danzer · 13 years ago
  29. 9fb823b Move all of the header files which are involved in modelling the LLVM IR by Chandler Carruth · 13 years ago
  30. be81023 Resort the #include lines in include/... and lib/... with the by Chandler Carruth · 13 years ago
  31. 09ef842 R600: Coding style - remove empty spaces from the beginning of functions by Tom Stellard · 13 years ago
  32. f879435 R600: New control flow for SI v2 by Tom Stellard · 13 years ago