llvm-project/polly/lib
Michael Kruse 0e93f3b0a0 [Polly] Replace use of std::stringstream. NFC.
Use of std::-style (io)streams is discouraged in the LLVM coding style
(https://llvm.org/docs/CodingStandards.html#include-iostream-is-forbidden).
Replace with a use of llvm::Twine (which uses llvm::raw_ostream behind
the scenes).
2020-03-09 11:35:34 -05:00
..
Analysis [polly] Don't count scops in a global variable. 2020-02-24 17:12:08 -08:00
CodeGen [Polly] Replace use of std::stringstream. NFC. 2020-03-09 11:35:34 -05:00
Exchange [Polly] Silence mixed signed/unsigned comparison warnings. NFC. 2020-02-10 19:03:08 -06:00
External [Polly] Update ISL to isl-0.22.1-87-gfee05a13. 2020-02-10 19:03:08 -06:00
Plugin Generalize the pass registration mechanism used by Polly to any third-party tool 2020-01-02 16:45:31 +01:00
Support [NFC] [DA] Refactoring getIndexExpressionsFromGEP 2020-02-24 17:32:30 -05:00
Transform [NFC] Fix warning: comparison of integers of different signs. 2020-02-11 14:46:09 -08:00
CMakeLists.txt [CMake] Default to static linking for subprojects. 2020-02-24 11:54:08 -06:00