Go to file
Richard Sandiford 374a0e50c4 Handle (shl (anyext (shr ...))) in SimpilfyDemandedBits
This is really an extension of the current (shl (shr ...)) -> shl optimization.
The main difference is that certain upper bits must also not be demanded.

The motivating examples are the first two in the testcase, which occur
in llvmpipe output.

llvm-svn: 192783
2013-10-16 10:26:19 +00:00
clang On 32 bit windows, mangle stdcall and fastcall decls in clang. 2013-10-16 01:40:34 +00:00
clang-tools-extra clang-tools-extra/modularize: Compare Paths to Prefix as natively-canonicalized form. 2013-10-16 01:42:33 +00:00
compiler-rt [TSan] Extend test for reporting globals with races on them 2013-10-16 09:56:17 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Port pocl's gen_convert.py script to libclc 2013-10-10 19:09:01 +00:00
libcxx r192075 broke the buildbot at 2013-10-14 18:02:02 +00:00
libcxxabi [unwind] Fix unw_init_remote_thread() use to void* instead of thread_t for parameter to match other implementations 2013-10-08 22:59:34 +00:00
lld Fix a bug that the empty string could be added to dead strip root. 2013-10-16 05:06:52 +00:00
lldb Unbreak the gcc build (complain about duplicate definition of Initialize/Terminate (done in the cpp code) 2013-10-16 09:12:15 +00:00
llvm Handle (shl (anyext (shr ...))) in SimpilfyDemandedBits 2013-10-16 10:26:19 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly clang-format: No empty line after 'public:' 2013-10-15 14:41:02 +00:00