summaryrefslogtreecommitdiffstats
path: root/polly/lib/CodeGen/ManagedMemoryRewrite.cpp
Commit message (Expand)AuthorAgeFilesLines
* [GPGPU] Fix #includes.Michael Kruse2019-11-141-0/+1
* Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse2019-03-281-21/+4
* [opaque pointer types] Update calls to CreateCall to pass the functionJames Y Knight2019-02-081-2/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [polly] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-14/+15
* Adjust to clang-format changesTobias Grosser2018-03-201-1/+0
* [ManagedMemoryRewrite] Use `unit64_t` to store size, not `int`.Siddharth Bhat2017-08-221-1/+2
* [ManagedMemoryRewrite] Get size in bytes rather than in bits and dividing by 8.Siddharth Bhat2017-08-221-1/+1
* [ManagedMemoryRewrite] slightly tweak debug output style. [NFC]Siddharth Bhat2017-08-211-10/+10
* [ManagedMemoryRewrite] Print reasons for skipping global array to dbgs(). [NFC]Siddharth Bhat2017-08-211-2/+12
* [ManagedMemoryRewrite] hide debug output behing DEBUG(...). [NFC]Siddharth Bhat2017-08-211-1/+1
* [ManagedMemoryRewrite] Make pass more robust and fix memory issueTobias Grosser2017-08-191-2/+4
* [ManagedMemoryRewrite] Iterate over operands of the expanded instruction, not...Siddharth Bhat2017-08-191-6/+11
* [ManagedMemoryRewrite] Rewrite malloc, free correctly inside `Constant`s.Siddharth Bhat2017-08-171-2/+33
* [ManagedMemoryRewrite] Learn how to rewrite global arrays, allocas.Siddharth Bhat2017-08-171-16/+263
* [ManagedMemoryRewrite] [Polly] Erase original malloc and free. [NFC]Siddharth Bhat2017-08-091-0/+2
* [ManagedMemoryRewrite] Introduce a new pass to rewrite modules to use managed...Siddharth Bhat2017-08-091-0/+144
OpenPOWER on IntegriCloud