llvm-project/polly/lib/Analysis
Tobias Grosser 1b9d1bcc6d [ScopInfo] Bound the number of array disjuncts in run-time bounds checks
This reduces the compilation time of one reduced test case from Android from
16 seconds to 100 mseconds (we bail out), without negatively impacting any
other test case we currently have.

We still saw occasionally compilation timeouts on the AOSP buildbot. Hopefully,
those will go away with this change.

llvm-svn: 306235
2017-06-25 06:32:00 +00:00
..
DependenceInfo.cpp Fix a lot of typos. NFC. 2017-06-08 12:06:15 +00:00
PolyhedralInfo.cpp [Polly][NewPM] Port ScopInfo to the new PassManager 2017-05-15 12:55:14 +00:00
PruneUnprofitable.cpp [PruneUnprofitable] Add -polly-prune-unprofitable pass. 2017-03-17 13:09:52 +00:00
ScopBuilder.cpp [ScopBuilder] Pass ScopStmts around instead of BasicBlocks. NFC. 2017-06-23 17:55:36 +00:00
ScopDetection.cpp [Polly] [ScopDetection] Allow passing multiple functions to `-polly-only-func`. 2017-06-09 08:23:40 +00:00
ScopDetectionDiagnostic.cpp [ScopDetection] Do not detect scops that exit to an unreachable 2017-03-07 15:50:43 +00:00
ScopGraphPrinter.cpp [Polly][NewPM] Port ScopDetection to the new PassManager 2017-05-12 14:37:29 +00:00
ScopInfo.cpp [ScopInfo] Bound the number of array disjuncts in run-time bounds checks 2017-06-25 06:32:00 +00:00
ScopPass.cpp Add opt-bisect support to polly. 2017-06-01 21:29:05 +00:00