llvm-project/polly/lib/Transform
Tobias Grosser 01aea5809f Use stringFromIslObj instead of isl_..._dump to print to dbgs()
This makes sure we consistently use dbgs() when printing debug output.
Previously, the code just mixed calls to isl_*_dump() with printing to dbgs()
and was relying for both methods to interact in predictable ways (same output
stream, no unexpected reordering of outputs).

llvm-svn: 220443
2014-10-22 23:16:28 +00:00
..
Canonicalization.cpp No need to run -mem2reg twice 2014-08-02 13:37:25 +00:00
CodePreparation.cpp Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
DeadCodeElimination.cpp DeadCodeElimination: Fix liveout computation 2014-07-14 08:32:01 +00:00
IndVarSimplify.cpp [Modules] Fix potential ODR violations by sinking the DEBUG_TYPE 2014-04-22 03:30:19 +00:00
IndependentBlocks.cpp Update for RegionInfo changes. 2014-07-19 18:40:17 +00:00
Pluto.cpp clang-format polly to avoid buildbot noise 2014-07-09 10:50:10 +00:00
ScheduleOptimizer.cpp Use stringFromIslObj instead of isl_..._dump to print to dbgs() 2014-10-22 23:16:28 +00:00