summaryrefslogtreecommitdiffstats
path: root/polly/lib/Transform/CodePreparation.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sink all InitializePasses.h includesReid Kleckner2019-11-131-0/+1
* Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse2019-03-281-2/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Update for a header file move in LLVMDavid Blaikie2018-06-041-1/+1
* Update for LLVM header movementDavid Blaikie2018-03-211-1/+1
* [Polly][PM][WIP] Polly pass registrationPhilip Pfaffe2017-08-021-0/+23
* Add opt-bisect support to polly.Eli Friedman2017-06-011-1/+4
* [CodePrepa] Remove unused declaration. NFC.Michael Kruse2017-01-271-2/+0
* Drop '@brief' from doxygen commentsTobias Grosser2016-09-021-1/+1
* clang-tidy: Add llvm namespace commentsTobias Grosser2016-06-231-1/+1
* Adapt to LLVM head, againHongbin Zheng2016-02-251-1/+1
* Revert "Adapt to LLVM head. NFC"Hongbin Zheng2016-02-251-1/+1
* Adapt to LLVM head. NFCHongbin Zheng2016-02-251-1/+1
* [NFC] Move helper functions to ScopHelperJohannes Doerfert2015-10-091-1/+0
* Fix Polly after SCEV port to new pass managerTobias Grosser2015-08-171-2/+2
* Remove code for scalar and PHI to array translationTobias Grosser2015-06-261-133/+4
* Sort include directivesTobias Grosser2015-05-091-1/+1
* Do some preparation even with scalar and phi modeling enabledJohannes Doerfert2015-02-271-4/+2
* 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
* Model PHI nodes without demoting themJohannes Doerfert2015-02-061-0/+4
* [PM] Update Polly following LLVM r226373 which refactors LoopInfo inChandler Carruth2015-01-171-4/+4
* Remove -polly-codegen-scev option and related codeTobias Grosser2014-11-301-28/+7
* Added arcanist linters and cleaned errors and warningsJohannes Doerfert2014-08-181-1/+1
* Update for RegionInfo changes.Matt Arsenault2014-07-191-1/+2
* Delete trivial PHI nodes (aka stack slot sharing)Tobias Grosser2014-04-011-18/+83
* Move transformations into own directoryAndreas Simbuerger2014-03-111-0/+182
OpenPOWER on IntegriCloud