1. 349506a [polly] Update uses of DEBUG macro to LLVM_DEBUG. by Nicola Zaghen · 7 years ago
  2. 3a99893 Adjust to clang-format changes by Tobias Grosser · 8 years ago
  3. cb5155b [ManagedMemoryRewrite] Use `unit64_t` to store size, not `int`. by Siddharth Bhat · 8 years ago
  4. 6035448 [ManagedMemoryRewrite] Get size in bytes rather than in bits and dividing by 8. by Siddharth Bhat · 8 years ago
  5. a8c329b [ManagedMemoryRewrite] slightly tweak debug output style. [NFC] by Siddharth Bhat · 8 years ago
  6. 557ce3a [ManagedMemoryRewrite] Print reasons for skipping global array to dbgs(). [NFC] by Siddharth Bhat · 8 years ago
  7. 0a198dc [ManagedMemoryRewrite] hide debug output behing DEBUG(...). [NFC] by Siddharth Bhat · 8 years ago
  8. 9041118 [ManagedMemoryRewrite] Make pass more robust and fix memory issue by Tobias Grosser · 8 years ago
  9. 205a78a [ManagedMemoryRewrite] Iterate over operands of the expanded instruction, not the constantexpr itself. by Siddharth Bhat · 8 years ago
  10. a2c4112 [ManagedMemoryRewrite] Rewrite malloc, free correctly inside `Constant`s. by Siddharth Bhat · 8 years ago
  11. 8a2c07f [ManagedMemoryRewrite] Learn how to rewrite global arrays, allocas. by Siddharth Bhat · 8 years ago
  12. 9298ff2 [ManagedMemoryRewrite] [Polly] Erase original malloc and free. [NFC] by Siddharth Bhat · 8 years ago
  13. c4a4af4 [ManagedMemoryRewrite] Introduce a new pass to rewrite modules to use managed memory. by Siddharth Bhat · 8 years ago