Go to file
Dan Gohman b3e2d3a638 Rewrite instsimplify's handling if icmp on pointer values to remove the
remaining use of AliasAnalysis concepts such as isIdentifiedObject to
prove pointer inequality.

@external_compare in test/Transforms/InstSimplify/compare.ll shows a simple
case where a noalias argument can be equal to a global variable address, and
while AliasAnalysis can get away with saying that these pointers don't alias,
instsimplify cannot say that they are not equal.

llvm-svn: 174122
2013-02-01 00:11:13 +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 Rewrite instsimplify's handling if icmp on pointer values to remove the 2013-02-01 00:11:13 +00:00
polly cmake: Install all polly include files 2013-01-19 14:17:52 +00:00