llvm-project/polly/lib
Tobias Grosser b5846f9e15 ScopDetect: Make foreachs 'const auto &'
We mostly iterate over read-only values. Following a suggestion by Duncan P.N
Exons Smith, we use the construct 'const auto &' for this.

llvm-svn: 202651
2014-03-02 17:05:27 +00:00
..
Analysis ScopDetect: Make foreachs 'const auto &' 2014-03-02 17:05:27 +00:00
CodeGen Use C++11 formatting 2014-03-02 17:05:21 +00:00
Exchange Update for llvm api change. 2014-02-24 18:21:12 +00:00
JSON prepend LLVM to all Polly* libs 2013-11-16 15:28:55 +00:00
Support GMP is only required for CLooG 2014-02-22 02:15:39 +00:00
CMakeLists.txt Introduce -polly-canonicalize pass 2014-01-02 23:39:18 +00:00
Canonicalization.cpp Introduce -polly-canonicalize pass 2014-01-02 23:39:18 +00:00
CodePreparation.cpp Adapt to DomTree changes in r199104 2014-01-13 22:29:56 +00:00
DeadCodeElimination.cpp Dead code elimination: Schedule another approximative step before actual DCE 2014-02-24 08:52:20 +00:00
IndVarSimplify.cpp Update for llvm api change. 2014-02-25 19:17:57 +00:00
IndependentBlocks.cpp Use C++11 formatting 2014-03-02 17:05:21 +00:00
Makefile 'chmod -x' on files that do not need the executable bits 2012-12-29 15:09:03 +00:00
Pluto.cpp Move polly options into separate option category 2013-05-07 07:31:10 +00:00
Pocc.cpp clang-format latest changes 2013-07-02 16:13:07 +00:00
RegisterPasses.cpp Enable polyhedral dead code elimination by default 2014-02-21 20:51:50 +00:00
ScheduleOptimizer.cpp Do not fail in case we do not have valid dependences 2014-02-23 15:15:44 +00:00