llvm-capstone/polly/lib/Support
patacca cfe117def7 [Polly][Isl] Replacing isl method to_str() with stringFromIslObj(). NFC.
This is part of an effort to reduce the differences between the custom C++ bindings used right now by polly in `lib/External/isl/include/isl/isl-noxceptions.h` and the official isl C++ interface.

Changes made:
 - Removing method `to_str()` from all the classes in the isl C++ bindings.
 - Overload method `stringFromIslObj()` so it accepts isl C++ objects.
 - To keep backward compatibility `stringFromIslObj()` now accepts a value that is returned if the isl C object is `null` or doesn't have a string representation (by default it's an empty string). In some cases it's better to have the string "null" instead of an empty string.
 - isl-noexceptions.h has been generated by this d33ec3a3bb

Reviewed By: Meinersbur

Differential Revision: https://reviews.llvm.org/D104211
2021-06-15 14:22:10 +02:00
..
DumpModulePass.cpp [Polly] Add support for -polly-dump-before(-file) with the NPM. 2021-05-17 20:58:37 -05:00
GICHelper.cpp [Polly][Isl] Replacing isl method to_str() with stringFromIslObj(). NFC. 2021-06-15 14:22:10 +02:00
ISLTools.cpp [Polly][Isl] Replacing isl method to_str() with stringFromIslObj(). NFC. 2021-06-15 14:22:10 +02:00
Mainpage.h
PollyPasses.def [Polly] Port DeadCodeElim to the NewPM. 2021-03-24 01:01:29 -05:00
RegisterPasses.cpp [Polly] Avoid compiler warning. NFC. 2021-05-22 00:21:20 -05:00
SCEVAffinator.cpp [Polly][Isl] Removing explicit operator bool() from isl C++ bindings. NFC. 2021-06-11 14:44:24 +02:00
SCEVValidator.cpp Reland [SCEV] Improve modelling for (null) pointer constants 2021-03-13 16:05:34 +03:00
ScopHelper.cpp [Polly][ManualOpt] Match interpretation of unroll metadata to LoopUnrolls's. 2021-04-24 04:30:19 -05:00
ScopLocation.cpp Fix polly build after StringRef change. 2020-01-28 19:44:20 -08:00
VirtualInstruction.cpp Apply include-what-you-use #include removal suggestions. NFC. 2019-03-28 20:19:49 +00:00