summaryrefslogtreecommitdiffstats
path: root/polly/lib/Support/GICHelper.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Support] Force instantiation of isl dump() methods. NFC.Michael Kruse2017-09-281-0/+57
* Fix a lot of typos. NFC.Michael Kruse2017-06-081-1/+1
* [DeLICM] Known knowledge.Michael Kruse2017-05-061-0/+1
* [ScopInfo] Do not use LLVM names to identify statements, arrays, and parametersTobias Grosser2017-05-031-7/+26
* Use isl C++ foreach implementationTobias Grosser2017-04-141-103/+0
* Introduce isl C++ bindings, Part 1: value_ptr style interfaceTobias Grosser2017-03-101-58/+29
* Fix namespaces after clang-format updateTobias Grosser2017-03-011-1/+1
* [Support] Remove NonowningIslPtr. NFC.Michael Kruse2017-02-231-14/+9
* Add isl_multi_pw_aff to GICHelperAlexandre Isoard2016-12-161-0/+7
* Add more ISL foreachElt functions. NFC.Michael Kruse2016-12-071-0/+41
* Add IslPtr type traits. NFC.Michael Kruse2016-12-071-1/+3
* [Support] Compile fix for gcc. NFC.Michael Kruse2016-09-301-2/+4
* [Support] Add (Nonowning-)IslPtr::dump(). NFC.Michael Kruse2016-09-301-0/+22
* Add -polly-flatten-schedule pass.Michael Kruse2016-09-081-0/+68
* GICHelper: Correctly assign return valueTobias Grosser2016-09-081-1/+1
* Improve documentation and testing for isl_valFromAPIntTobias Grosser2016-08-261-1/+12
* Improve documentation and testing of APIntFromValTobias Grosser2016-08-261-4/+17
* Add more isl object printing functionsHongbin Zheng2016-02-201-0/+5
* Add more isl object printing functionHongbin Zheng2016-02-181-0/+6
* Print "null" for ISL objects that are nullptrMichael Kruse2015-12-131-0/+2
* stringFromIslObj: Do not crash when printing 'null' objectsTobias Grosser2015-11-101-1/+5
* Make non-affine statement names isl compatibleTobias Grosser2015-07-091-0/+2
* Fix formattingTobias Grosser2015-02-191-1/+2
* [NFC] Generalize getIslCompatibleName interface.Johannes Doerfert2015-02-191-5/+11
* Use isl_schedule_get_ctxTobias Grosser2014-11-211-5/+1
* Make getIslCompatibleName globaly availableJohannes Doerfert2014-07-241-0/+28
* GMP is only required for CLooGSebastian Pop2014-02-221-40/+0
* Dependences: Use ostream printer to print analysis outputTobias Grosser2013-07-141-2/+0
* Integrate latest clang-format changesTobias Grosser2013-06-231-2/+2
* Use isl_val instead of isl_int in the core of PollyTobias Grosser2013-06-211-0/+47
* Correctly convert APInt to gmp valuesTobias Grosser2013-06-141-3/+2
* Sort includesTobias Grosser2013-05-071-5/+4
* Reformat with clang-formatTobias Grosser2013-05-071-3/+3
* clang-format: Many more filesTobias Grosser2013-03-231-1/+0
* Support: clang-formatTobias Grosser2013-02-221-25/+25
* Add stringFromIslObj support for various isl_objs.Hongbin Zheng2012-07-051-0/+21
* Refactor: Use generic internal function template in GICHelper.cpp to avoid du...Hongbin Zheng2012-07-051-32/+23
* Free isl_ctx and fix several memory leaksTobias Grosser2011-08-201-0/+1
* GICHelper: Fix memory leaks, as we forgot to free some strings.Tobias Grosser2011-08-201-5/+15
* ScheduleOpt: Use band forest to get the schedulesTobias Grosser2011-06-301-0/+10
* Add initial version of PollyTobias Grosser2011-04-291-0/+91
OpenPOWER on IntegriCloud