1. c5fce69 AMDGPU: Fix mishandling array allocations when promoting alloca by Matt Arsenault · 10 years ago
  2. 0547b01 AMDGPU: Account for globals in AMDGPUPromoteAlloca pass by Matt Arsenault · 10 years ago
  3. 7de74af Add optimization bisect opt-in calls for AMDGPU passes by Andrew Kaylor · 10 years ago
  4. 79a1fd7 AMDGPU: allow specifying a workgroup size that needs to fit in a compute unit by Tom Stellard · 10 years ago
  5. 0a30e45 AMDGPU: Promote alloca should skip volatiles by Matt Arsenault · 10 years ago
  6. bafc9dc AMDGPU: Don't use InstVisitor for AMDGPUPromoteAlloca by Matt Arsenault · 10 years ago
  7. 56356c8 AMDGPU: Remove a fixme for ptrrtoint handling by Matt Arsenault · 10 years ago
  8. cf84e26 AMDGPU: Preserve alignments on new created globals by Matt Arsenault · 10 years ago
  9. de42081 AMDGPU: Do not promote allocas with non-inbounds GEPs by Matt Arsenault · 10 years ago
  10. 7e747f1 AMDGPU: Handle promoting memmove by Matt Arsenault · 10 years ago
  11. 8b17567 AMDGPU: Skip promote alloca with no optimizations by Matt Arsenault · 10 years ago
  12. fb8cdba AMDGPU: Minor cleanups for AMDGPUPromoteAlloca by Matt Arsenault · 10 years ago
  13. e5737f7 AMDGPU: Report AMDGPUPromoteAlloca changed the function by Matt Arsenault · 10 years ago
  14. ad13484 AMDGPU: Whitelist handled intrinsics by Matt Arsenault · 10 years ago
  15. 853a1fc AMDGPU: Use inbounds when calculating workitem offset by Matt Arsenault · 10 years ago
  16. e013246 AMDGPU: Fix emitting invalid workitem intrinsics for HSA by Matt Arsenault · 10 years ago
  17. 0b783ef0 AMDGPU: Fix crash with invariant markers by Matt Arsenault · 10 years ago
  18. 5f6eaac GlobalValue: use getValueType() instead of getType()->getPointerElementType(). by Manuel Jacob · 10 years ago
  19. 67cf9a7 Revert "Change memcpy/memset/memmove to have dest and source alignments." by Pete Cooper · 10 years ago
  20. 72bc23e Change memcpy/memset/memmove to have dest and source alignments. by Pete Cooper · 10 years ago
  21. a73371a AMDGPU: Remove implicit ilist iterator conversions, NFC by Duncan P. N. Exon Smith · 10 years ago
  22. 19c5488 AMDGPU: Produce error on dynamic_stackalloc by Matt Arsenault · 10 years ago
  23. e3dcce9 De-constify pointers to Type since they can't be modified. NFC by Craig Topper · 10 years ago
  24. 7227cc1 AMDGPU: Don't try to use LDS/vector for private if pointer value stored by Matt Arsenault · 10 years ago
  25. fdcd39a AMDGPU: Fix crash if called function is a bitcast by Matt Arsenault · 10 years ago
  26. 45bb48e R600 -> AMDGPU rename by Tom Stellard · 10 years ago[Renamed from llvm/lib/Target/R600/AMDGPUPromoteAlloca.cpp]
  27. ff6409d Simplify IRBuilder::CreateCall* by using ArrayRef+initializer_list/braced init only by David Blaikie · 10 years ago
  28. 75e0c4b Remove superfluous .str() and replace std::string concatenation with Twine. by Yaron Keren · 11 years ago
  29. 156d46e Opaque Pointer Types: GEP API migrations to specify the gep type explicitly by David Blaikie · 11 years ago
  30. 16132e6 Purge unused includes throughout libSupport. by Benjamin Kramer · 11 years ago
  31. 46a4355 Make DataLayout Non-Optional in the Module by Mehdi Amini · 11 years ago
  32. 5b2927f R600: Don't promote allocas when one of the users is a ptrtoint instruction by Tom Stellard · 11 years ago
  33. c6cc58e Remove unnecessary copying or replace it with moves in a bunch of places. by Benjamin Kramer · 11 years ago
  34. 65f67e4 R600/SI: Fix promote alloca pass breaking addrspacecast by Matt Arsenault · 11 years ago
  35. 8c90fd7 Add override to overriden virtual methods, remove virtual keywords. by Benjamin Kramer · 11 years ago
  36. 642d2e7 R600: Don't crash on unhandled instruction in promote alloca by Matt Arsenault · 11 years ago
  37. 6f62cf8 Fix missing newline and simplify debug printing. by Matt Arsenault · 11 years ago
  38. 880a80a R600: Use LDS and vectors for private memory by Tom Stellard · 11 years ago