Go to file
Hal Finkel cebf0cc210 Make use @llvm.assume for loop guards in ScalarEvolution
This adds a basic (but important) use of @llvm.assume calls in ScalarEvolution.
When SE is attempting to validate a condition guarding a loop (such as whether
or not the loop count can be zero), this check should also include dominating
assumptions.

llvm-svn: 217348
2014-09-07 21:37:59 +00:00
clang Adjust test/CodeGenCXX/pr12251.cpp 2014-09-07 21:28:53 +00:00
clang-tools-extra Try to make VS 2012 happy after r217155 2014-09-04 22:41:03 +00:00
compiler-rt builtins: add AEABI div0 functions 2014-09-06 21:34:02 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc add isordered builtin 2014-09-05 13:59:15 +00:00
libcxx PR20546: Fix tests for compare_exchange_weak. 2014-09-06 20:38:25 +00:00
libcxxabi Use correct __ARM_ARCH macro 2014-09-07 18:39:44 +00:00
lld Remove dead code. 2014-09-07 01:23:16 +00:00
lldb DataFormatters: use include instead of import in C++ 2014-09-07 18:33:44 +00:00
llvm Make use @llvm.assume for loop guards in ScalarEvolution 2014-09-07 21:37:59 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly Add test/lit.site.cfg to .gitignore 2014-09-07 15:03:30 +00:00