Go to file
Dan Gohman 995d40e1e2 An alloca can be equal to an argument. It can't *alias* an alloca, but it could
be equal, since there's nothing preventing a caller from correctly predicting
the stack location of an alloca.

llvm-svn: 174119
2013-01-31 23:49:33 +00:00
clang Comment parsing: add more comments to CommentCommands.td 2013-01-31 23:31:14 +00:00
clang-tools-extra Don't touch unchanged file for in-place edit. 2013-01-30 09:52:38 +00:00
compiler-rt [sanitizer] make the error messages from sanitizer_common contain the actual tool name 2013-01-31 14:11:21 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Saleem Abdulrasool: If errno is defined as volatile int, the qualifier differences can cause 2013-01-22 17:26:08 +00:00
libcxxabi Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
lld [Core] Only complain about undefined symbols if they are marked as canBeNullNever. 2013-01-31 22:56:13 +00:00
lldb Add "thread return -x" to unwind the innermost user called expression (if you happen to have stopped in it due to a crash.) 2013-01-31 21:46:01 +00:00
llvm An alloca can be equal to an argument. It can't *alias* an alloca, but it could 2013-01-31 23:49:33 +00:00
polly cmake: Install all polly include files 2013-01-19 14:17:52 +00:00