| Commit message (Expand) | Author | Age | Files | Lines |
| * | Sink all InitializePasses.h includes | Reid Kleckner | 2019-11-13 | 1 | -0/+1 |
| * | Apply include-what-you-use #include removal suggestions. NFC. | Michael Kruse | 2019-03-28 | 1 | -13/+0 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [polly] Update uses of DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-15 | 1 | -2/+2 |
| * | Adjust to clang-format changes | Tobias Grosser | 2018-03-20 | 1 | -2/+0 |
| * | Check whether IslAstInfo and DependenceInfo were computed for the same Scop. | Michael Kruse | 2017-09-21 | 1 | -1/+20 |
| * | [PM] Properly require and preserve OptimizationRemarkEmitter. NFCI. | Michael Kruse | 2017-08-28 | 1 | -11/+2 |
| * | [Polly] Fix some Clang-tidy modernize and Include What You Use warnings; othe... | Eugene Zelenko | 2017-08-24 | 1 | -12/+32 |
| * | Add more statistics. | Michael Kruse | 2017-08-23 | 1 | -0/+16 |
| * | [PPCGCodeGeneration] Enable `polly-codegen-perf-monitoring` for PPCGCodegen. | Siddharth Bhat | 2017-08-21 | 1 | -4/+6 |
| * | [Polly][PM] Improve invalidation in the Scop-Pipeline | Philip Pfaffe | 2017-08-10 | 1 | -1/+3 |
| * | [Polly] [PPCGCodeGeneration] Handle failing of invariant load hoisting gracef... | Siddharth Bhat | 2017-08-08 | 1 | -11/+14 |
| * | [ScopInfo] Translate Scop::getContext to isl++ [NFC] | Tobias Grosser | 2017-08-06 | 1 | -1/+1 |
| * | [ScopInfo] Print instructions in dump(). | Michael Kruse | 2017-07-21 | 1 | -1/+1 |
| * | [PPCGCodeGeneration] Fix runtime check adjustments since they make assumption... | Siddharth Bhat | 2017-07-14 | 1 | -1/+1 |
| * | Introduce a hybrid target to generate code for either the GPU or CPU | Singapuram Sanjay Srivallabh | 2017-06-30 | 1 | -0/+4 |
| * | Heap allocation for new arrays. | Michael Kruse | 2017-06-28 | 1 | -2/+9 |
| * | [NFC][CodeGen] Use the ExitBlock explicitly. | Andreas Simbuerger | 2017-06-27 | 1 | -4/+2 |
| * | [NFC] Return both polly.start and polly.exiting from executeScopConditionally. | Andreas Simbuerger | 2017-06-26 | 1 | -1/+3 |
| * | [CodeGen] Emit aliasing metadata for new arrays. | Michael Kruse | 2017-06-19 | 1 | -2/+5 |
| * | Fix a lot of typos. NFC. | Michael Kruse | 2017-06-08 | 1 | -2/+2 |
| * | [CodeGen] Extend Performance Counter to track per-scop information. | Siddharth Bhat | 2017-06-02 | 1 | -1/+1 |
| * | [Polly][NewPM] Port CodeGen to the new PM | Philip Pfaffe | 2017-05-23 | 1 | -189/+206 |
| * | [Polly][NewPM] Port IslAst to the new ScopPassManager | Philip Pfaffe | 2017-05-23 | 1 | -4/+4 |
| * | [Polly][NewPM] Port ScopDetection to the new PassManager | Philip Pfaffe | 2017-05-12 | 1 | -3/+3 |
| * | [Codegen] Disable Polly's codegen verification by default | Tobias Grosser | 2017-04-28 | 1 | -1/+1 |
| * | [CodeGen] Skip verify if -polly-codegen-verify is set to false | Tobias Grosser | 2017-04-28 | 1 | -1/+1 |
| * | Remove llvm.lifetime.start/end in original region. | Michael Kruse | 2017-04-05 | 1 | -0/+54 |
| * | [Polly][NewPM] Pull references to the legacy PM interface from utilities and ... | Philip Pfaffe | 2017-04-04 | 1 | -2/+2 |
| * | [CodeGen] Add Performance Monitor | Tobias Grosser | 2017-04-03 | 1 | -0/+18 |
| * | Remove all references to PostDominators. NFC. | Michael Kruse | 2017-02-23 | 1 | -2/+0 |
| * | [Polly CodeGen] Break critical edge from RTC to original loop. | Eli Friedman | 2016-11-02 | 1 | -2/+3 |
| * | Drop '@brief' from doxygen comments | Tobias Grosser | 2016-09-02 | 1 | -4/+4 |
| * | [IslNodeBuilder] Move run-time check generation to NodeBuilder [NFC] | Tobias Grosser | 2016-08-08 | 1 | -22/+1 |
| * | [CodeGeneration] Do not set insert position redundantly | Tobias Grosser | 2016-08-08 | 1 | -1/+0 |
| * | Extend the jscop interface to allow the user to declare new arrays and to ref... | Roman Gareev | 2016-07-30 | 1 | -0/+1 |
| * | IslNodeBuilder: Make finalize() virtual | Tobias Grosser | 2016-07-25 | 1 | -2/+1 |
| * | clang-tidy: Add llvm namespace comments | Tobias Grosser | 2016-06-23 | 1 | -1/+1 |
| * | This reverts recent expression type changes | Tobias Grosser | 2016-06-11 | 1 | -6/+4 |
| * | [NFC] Generate runtime checks after the SCoP | Johannes Doerfert | 2016-06-06 | 1 | -4/+6 |
| * | [NFC] Simplify code | Johannes Doerfert | 2016-06-06 | 1 | -2/+2 |
| * | Decouple SCoP building logic from pass | Johannes Doerfert | 2016-05-31 | 1 | -2/+2 |
| * | Duplicate part of the Region interface in the Scop class [NFC] | Johannes Doerfert | 2016-05-23 | 1 | -2/+2 |
| * | Directly access information through the Scop class [NFC] | Johannes Doerfert | 2016-05-23 | 1 | -1/+1 |
| * | Check overflows in RTCs and bail accordingly | Johannes Doerfert | 2016-05-12 | 1 | -1/+8 |
| * | Collect and verify generated parallel subfunctions | Johannes Doerfert | 2016-04-08 | 1 | -0/+2 |
| * | Codegen:Do not invalidate dominator tree when bailing out during code generation | Tobias Grosser | 2016-03-23 | 1 | -6/+28 |
| * | Adapt to LLVM head, again | Hongbin Zheng | 2016-02-25 | 1 | -1/+1 |
| * | Revert "Adapt to LLVM head. NFC" | Hongbin Zheng | 2016-02-25 | 1 | -1/+1 |
| * | Adapt to LLVM head. NFC | Hongbin Zheng | 2016-02-25 | 1 | -1/+1 |