Go to file
Johannes Doerfert 43788c5783 Check for feasible runtime check context early
Instead of generating code for an empty assumed context we bail out
  early. As the number of assumptions we generate increases this becomes
  more and more important. Additionally, this change will allow us to
  hide internal contexts that are only used in runtime checks e.g., a
  boundary context with constraints not suited for simplifications.

llvm-svn: 245540
2015-08-20 05:58:56 +00:00
clang Fix the layout of bitfields in ms_struct unions: their 2015-08-19 22:42:36 +00:00
clang-tools-extra [clang-tidy] Add back a test with a custom NULL macro. Remove redundant default. 2015-08-20 01:44:14 +00:00
compiler-rt [cmake darwin] Use a STATUS message type. Explain where the arches came from. 2015-08-19 16:23:19 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Remove files accidentally not removed in r244310 2015-08-13 23:43:12 +00:00
libcxx Fix a typo: overidden -> overridden - Patch from Kai Zhao 2015-08-20 05:23:16 +00:00
libcxxabi Fix or disable C++11 tests in C++03 mode 2015-08-20 01:22:17 +00:00
libunwind Enable zero-cost exceptions on non-Apple arm64 platforms 2015-08-13 14:21:03 +00:00
lld [Mips] Use 'or' for move instead of [d]addu in PLT entries 2015-08-19 20:20:10 +00:00
lldb If the filename specified by plugin.process.gdb-remote.target-definition-file, 2015-08-20 04:29:46 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm [PowerPC] Fix value type on XVCMPEQDP for v2f64 comparisons 2015-08-20 03:02:02 +00:00
openmp D11990: Lock-free start of serialized parallel regions 2015-08-18 10:08:27 +00:00
polly Check for feasible runtime check context early 2015-08-20 05:58:56 +00:00