Go to file
Sean Callanan 2c04735630 Updated the IRExecutionUnit to keep local copies
of the data it writes down into the process even
if the process doesn't exist.  This will allow
the IR interpreter to access static data allocated
on the expression's behalf.

Also cleaned up object ownership in the
IRExecutionUnit so that allocations are created
into the allocations vector.  This avoids needless
data copies.

<rdar://problem/13424594>

llvm-svn: 177456
2013-03-19 23:03:21 +00:00
clang [analyzer] Add an integer version of the Circle tests in uninit-vals.m. 2013-03-19 23:01:57 +00:00
clang-tools-extra Don't replace macro usage if macro body has NULL 2013-03-19 18:47:03 +00:00
compiler-rt Add a way to register and execute "writeout" functions. 2013-03-19 21:01:19 +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 Marshall Clow found this memory problem in strstream using -fsanitize=address on the test suite. 2013-03-19 22:16:57 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld Fix "control reaches end of non-void function" compiling lld on gcc. 2013-03-19 19:13:36 +00:00
lldb Updated the IRExecutionUnit to keep local copies 2013-03-19 23:03:21 +00:00
llvm Dead code. 2013-03-19 22:13:05 +00:00
polly ScopDetect: Remove some redundant semicolons 2013-03-19 21:44:07 +00:00