summaryrefslogtreecommitdiff
path: root/polly/lib/Support/GICHelper.cpp
AgeCommit message (Expand)Author
2025-11-04[ADT] Deprecate a soft-deprecated APInt constructor (#166314)Kazu Hirata
2024-08-16[TableGen] Refactor Intrinsic handling in TableGen (#103980)Rahul Joshi
2024-04-09[polly] Fix cppcheck SA comments reported in #82263 (#85749)Karthika Devi C
2023-02-19Use APInt::getSignificantBits instead of APInt::getMinSignedBits (NFC)Kazu Hirata
2021-10-12[Polly] Do not inline dumpIslObj methods. NFC.Michael Kruse
2021-10-08[Polly] Add greedy fusion algorithm.Michael Kruse
2021-08-16[Polly][Isl] Move to the new-polly-generator branch version of isl-noexceptio...Riccardo Mori
2021-06-15[Polly][Isl] Replacing isl method `to_str()` with `stringFromIslObj()`. NFC.patacca
2019-03-28Apply include-what-you-use #include removal suggestions. NFC.Michael Kruse
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-02-20Do not call band_list().dump()Tobias Grosser
2017-09-28[Support] Force instantiation of isl dump() methods. NFC.Michael Kruse
2017-06-08Fix a lot of typos. NFC.Michael Kruse
2017-05-06[DeLICM] Known knowledge.Michael Kruse
2017-05-03[ScopInfo] Do not use LLVM names to identify statements, arrays, and parametersTobias Grosser
2017-04-14Use isl C++ foreach implementationTobias Grosser
2017-03-10Introduce isl C++ bindings, Part 1: value_ptr style interfaceTobias Grosser
2017-03-01Fix namespaces after clang-format updateTobias Grosser
2017-02-23[Support] Remove NonowningIslPtr. NFC.Michael Kruse
2016-12-16Add isl_multi_pw_aff to GICHelperAlexandre Isoard
2016-12-07Add more ISL foreachElt functions. NFC.Michael Kruse
2016-12-07Add IslPtr type traits. NFC.Michael Kruse
2016-09-30[Support] Compile fix for gcc. NFC.Michael Kruse
2016-09-30[Support] Add (Nonowning-)IslPtr::dump(). NFC.Michael Kruse
2016-09-08Add -polly-flatten-schedule pass.Michael Kruse
2016-09-08GICHelper: Correctly assign return valueTobias Grosser
2016-08-26Improve documentation and testing for isl_valFromAPIntTobias Grosser
2016-08-26Improve documentation and testing of APIntFromValTobias Grosser
2016-02-20Add more isl object printing functionsHongbin Zheng
2016-02-18Add more isl object printing functionHongbin Zheng
2015-12-13Print "null" for ISL objects that are nullptrMichael Kruse
2015-11-10stringFromIslObj: Do not crash when printing 'null' objectsTobias Grosser
2015-07-09Make non-affine statement names isl compatibleTobias Grosser
2015-02-19Fix formattingTobias Grosser
2015-02-19[NFC] Generalize getIslCompatibleName interface.Johannes Doerfert
2014-11-21Use isl_schedule_get_ctxTobias Grosser
2014-07-24Make getIslCompatibleName globaly availableJohannes Doerfert
2014-02-22GMP is only required for CLooGSebastian Pop
2013-07-14Dependences: Use ostream printer to print analysis outputTobias Grosser
2013-06-23Integrate latest clang-format changesTobias Grosser
2013-06-21Use isl_val instead of isl_int in the core of PollyTobias Grosser
2013-06-14Correctly convert APInt to gmp valuesTobias Grosser
2013-05-07Sort includesTobias Grosser
2013-05-07Reformat with clang-formatTobias Grosser
2013-03-23clang-format: Many more filesTobias Grosser
2013-02-22Support: clang-formatTobias Grosser
2012-07-05Add stringFromIslObj support for various isl_objs.Hongbin Zheng
2012-07-05Refactor: Use generic internal function template in GICHelper.cpp to avoid du...Hongbin Zheng
2011-08-20Free isl_ctx and fix several memory leaksTobias Grosser
2011-08-20GICHelper: Fix memory leaks, as we forgot to free some strings.Tobias Grosser