Go to file
Anders Carlsson f23a6da271 Recognize and simplify
(A+B) == A  ->  B == 0
A == (A+B)  ->  B == 0

llvm-svn: 124567
2011-01-30 22:01:13 +00:00
clang When building with optimizations, emit vtables where the key is not in the 2011-01-30 20:45:54 +00:00
compiler-rt clang_darwin: We don't need clear_cache for use with Clang on ARM/Darwin. 2011-01-21 18:23:47 +00:00
debuginfo-tests Test case for r123199. 2011-01-11 00:31:01 +00:00
libcxx Bug 9096 - list::iterator not default constructible 2011-01-28 23:46:28 +00:00
lldb Added the start of the plug-in interface to EmulateInstruction 2011-01-30 20:03:56 +00:00
llvm Recognize and simplify 2011-01-30 22:01:13 +00:00