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