summaryrefslogtreecommitdiffstats
path: root/polly/lib/Transform/Canonicalization.cpp
Commit message (Expand)AuthorAgeFilesLines
* Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse2019-03-281-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Fixup Polly for an LLVM header file change.David Blaikie2018-04-241-0/+1
* Fix polly build after r328717Reid Kleckner2018-03-281-0/+1
* [Polly] Run early cse + memory SSA to remove redundancies in the input codeTobias Grosser2017-08-191-0/+2
* Add rewrite by-reference parameter passTobias Grosser2017-08-171-0/+1
* Rerun mem2reg after the inlinerJohannes Doerfert2016-12-021-0/+1
* clang-tidy: Add llvm namespace commentsTobias Grosser2016-06-231-1/+1
* Fix separator in header commentTobias Grosser2016-06-221-1/+1
* Adjust formatting to clang-format changes in 256149Tobias Grosser2015-12-211-1/+1
* Sort includes using 'clang-format -sort-includes'Tobias Grosser2015-10-151-2/+2
* RegisterPasses: Optionally run inliner before PollyTobias Grosser2015-10-121-0/+13
* Add indvar pass to canonicalization sequenceTobias Grosser2015-05-301-0/+1
* Fix formattingTobias Grosser2015-02-161-2/+1
* Update Polly for the removal of LLVM_DELETED_FUNCTION now that '= delete' wor...David Blaikie2015-02-151-2/+2
* [PM] Convert Polly over to directly use the legacy pass managerChandler Carruth2015-02-131-2/+2
* Remove -polly-codegen-scev option and related codeTobias Grosser2014-11-301-6/+1
* No need to run -mem2reg twiceTobias Grosser2014-08-021-1/+0
* Move transformations into own directoryAndreas Simbuerger2014-03-111-0/+86
OpenPOWER on IntegriCloud