llvm-project/polly/lib
Johannes Doerfert 90db75ed24 Runtime error check elimination
Hoist runtime checks in the loop nest if they guard an "error" like event.
  Such events are recognized as blocks with an unreachable terminator or a call
  to the ubsan function that deals with out of bound accesses. Other "error"
  events can be added easily.

  We will ignore these blocks when we detect/model/optmize and code generate SCoPs
  but we will make sure that they would not have been executed using the assumption
  framework.

llvm-svn: 247310
2015-09-10 17:51:27 +00:00
..
Analysis Runtime error check elimination 2015-09-10 17:51:27 +00:00
CodeGen Merge TempScopInfo into ScopInfo 2015-09-10 15:25:24 +00:00
Exchange Allow the import of multi-dimensional access functions 2015-09-05 07:46:47 +00:00
External Update isl to isl-0.15-129-gb086c90 2015-09-01 15:42:13 +00:00
JSON Added arcanist linters and cleaned errors and warnings 2014-08-18 00:40:13 +00:00
Support Runtime error check elimination 2015-09-10 17:51:27 +00:00
Transform [PM] Update Polly for the new AA infrastructure landed in r247167. 2015-09-09 22:13:56 +00:00
CMakeLists.txt Merge TempScopInfo.{cpp|h} into ScopInfo.{cpp|h} 2015-09-10 12:46:52 +00:00
Makefile Generate gitversion.h in autoconf builds 2015-09-09 13:15:11 +00:00
Polly.cpp Move Pass registration into polly library 2014-03-19 17:54:23 +00:00