llvm with tablegen backend for capstone disassembler
Go to file
Jordan Rose fa80736bca [analyzer] Re-enable using global regions as a symbolic base.
Now that we're invalidating global regions properly, we want to continue
taking advantage of a particular optimization: if all global regions are
invalidated together, we can represent the bindings of each region with
a "derived region value" symbol. Essentially, this lazily links each
global region with a single symbol created at invalidation time, rather
than binding each region with a new symbolic value.

We used to do this, but haven't been for a while; the previous commit
re-enabled this code path, and this handles the fallout.

<rdar://problem/13464044>

llvm-svn: 179554
2013-04-15 20:39:45 +00:00
clang [analyzer] Re-enable using global regions as a symbolic base. 2013-04-15 20:39:45 +00:00
clang-tools-extra Adding support for -include/-exclude to cpp11-migrate 2013-04-15 14:50:35 +00:00
compiler-rt [msan] Fix sigaction test. 2013-04-15 13:35:05 +00:00
debuginfo-tests Remove IR scenario tests. 2013-03-15 20:52:10 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Accidentally disallowed explicit tuple conversions when all elements of the tuple can be explicitly converted. 2013-04-14 00:01:13 +00:00
libcxxabi Add capability to demangle invocation functions for ObjC blocks. 2013-04-10 19:44:03 +00:00
lld [Core] Add parallel infrastructure to lld. 2013-04-12 18:40:39 +00:00
lldb Enabling test case to write the average+stddev pair to the results 2013-04-15 19:57:32 +00:00
llvm Fix silly typo that broke big endian hosts. 2013-04-15 20:13:59 +00:00
polly SCEVValidator: Correctly store 'k * p' as a parameter 2013-04-14 13:15:59 +00:00