summaryrefslogtreecommitdiffstats
path: root/polly
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: Add a dwo output file argument to addPassesToEmitFile and hook it up...Peter Collingbourne2018-05-211-2/+3
* [polly] Drop nonexistant LLVM_PLUGIN_EXPORT macro from llvmGetPassPluginInfo()Roman Lebedev2018-05-191-1/+1
* [SCEVAffinator] BB can be null; don't use it to get the LLVMContext.Eli Friedman2018-05-181-1/+1
* [DeLICM] Avoid assertion on out-of-quota.Michael Kruse2018-05-162-0/+135
* [ScopInfo] Remove usage of isl_set_n_basic_set()Philip Pfaffe2018-05-161-14/+12
* [SI] Create Scop Name lazilyPhilip Pfaffe2018-05-152-4/+9
* [arc] Remove unittesting from arcconfigPhilip Pfaffe2018-05-154-310/+1
* [polly] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-1521-238/+268
* [SCEVAffinator] Fix handling of pwaff complexity limit.Eli Friedman2018-05-143-3/+49
* Adjust to debug info metadata format change.Tobias Grosser2018-05-1015-20/+20
* [ScopInfo] Remove bail out condition in buildMinMaxAccess().Michael Kruse2018-05-092-12/+119
* [test] Replace undef with true/false to make test case less fragileTobias Grosser2018-05-081-5/+5
* Pass compiler arguments in the create_ll.sh scriptPhilip Pfaffe2018-05-021-2/+5
* Revert "[polly] [ScopInfo] Don't pre-compute the name of the Scop's region."Philip Pfaffe2018-05-022-3/+6
* Remove keep/take/give from isl C++ bindingsTobias Grosser2018-04-291-816/+0
* Remove another set or release() callsTobias Grosser2018-04-293-10/+10
* Remove the last uses of isl::give and isl::takeTobias Grosser2018-04-2911-221/+187
* Fix one unit testTobias Grosser2018-04-291-5/+2
* [DeLICM] Remove uses of isl::giveTobias Grosser2018-04-285-94/+62
* [ZoneAlgo] Remove uses of isl::give - IITobias Grosser2018-04-281-13/+8
* [ZoneAlgo] Remove uses of isl::giveTobias Grosser2018-04-281-41/+33
* [islpp] Remove use of isl::give from unittestsTobias Grosser2018-04-283-31/+24
* [MaximalStaticExpansion] Replace copied function with version from ISLToolsTobias Grosser2018-04-281-43/+1
* Update to latest version of the isl c++ bindingsTobias Grosser2018-04-281-1871/+4047
* [CodeGen] Fix comment. NFC.Michael Kruse2018-04-251-2/+2
* [CodeGen] Print executed statement instances at runtime.Michael Kruse2018-04-255-1/+208
* [ScopDetect] Reject loop with multiple exit blocks.Michael Kruse2018-04-2515-1/+520
* Update isl to isl-0.19-114-g385262afTobias Grosser2018-04-2513-41/+248
* Fixup Polly for an LLVM header file change.David Blaikie2018-04-242-0/+2
* Update isl to isl-0.19-107-gc4fe33d8Tobias Grosser2018-04-2188-979/+4985
* [isl++] abort() on assertion violation.Michael Kruse2018-04-201-0/+1
* Allow arbitrary function calls for debugging purposes.Michael Kruse2018-04-206-1/+120
* [RuntimeDebugBuilder] Do not break for 64 bit integersTobias Grosser2018-04-191-3/+6
* [RuntimeDebugBuilder] Print vectors passed without withspacesTobias Grosser2018-04-181-8/+2
* [RuntimeDebugBuilder] Turn assert into an unreachableTobias Grosser2018-04-181-2/+1
* [ScopDetect / ScopInfo] Get statistics for scops without any loop correctlyTobias Grosser2018-04-183-5/+37
* [NewPM] Update pass registration for the LLVM plugin interfacePhilip Pfaffe2018-04-173-0/+23
* Add isl operator overloads for isl::pw_aff (Try II)Tobias Grosser2018-04-122-0/+288
* Revert r327216 'Add isl operator overloads for isl::pw_aff'Tobias Grosser2018-04-113-187/+0
* [CodeGen] Allow undefined loads in statement instances outside context.Michael Kruse2018-04-105-1/+209
* [CodeGen] Convert BlockGenerator::generateScalarLoads to isl++. NFC.Michael Kruse2018-04-101-5/+3
* [ScopInfo] Avoid iterator invalidation.Michael Kruse2018-04-102-1/+61
* [ScopInfo] Completely remove MemoryAccesses when their parent statement is re...Michael Kruse2018-04-093-14/+135
* [ScopInfo] Actually remove from list.Michael Kruse2018-04-091-2/+4
* Remove immediate dominator heuristic for error block detection.Michael Kruse2018-04-097-136/+96
* [doc] Overhaul doc on preparing IR for processing by Polly.Michael Kruse2018-04-061-8/+66
* Silence msvc warning on isl. NFC.Michael Kruse2018-04-051-0/+1
* Remove namespace comment at end of class. NFC.Michael Kruse2018-04-051-1/+1
* [Polly][IslAst] Fix minimal dependence distance.Huihui Zhang2018-04-043-3/+66
* Fix polly build after r328717Reid Kleckner2018-03-282-0/+2
OpenPOWER on IntegriCloud