Go to file
Benjamin Kramer c4169cebe3 Generalize the and-icmp-select instcombine further by allowing selects of the form
(x & 2^n) ? 2^m+C : C

we can offset both arms by C to get the "(x & 2^n) ? 2^m : 0" form, optimize the
select to a shift and apply the offset afterwards.

llvm-svn: 121609
2010-12-11 10:49:22 +00:00
clang Any property declared in a class extension might have user 2010-12-10 23:36:33 +00:00
compiler-rt license change 2010-11-16 22:13:33 +00:00
debuginfo-tests Zap white spaces, test commit email. 2010-11-10 18:11:11 +00:00
libcxx The implementation of the new definition of result_of (N3123) resulted in some test failures in [func.memfn] that I failed to previously notice. This corrects that mistake. 2010-12-11 00:05:19 +00:00
lldb Fix bug where using incomplete strings for command names causes 2010-12-11 08:16:56 +00:00
llvm Generalize the and-icmp-select instcombine further by allowing selects of the form 2010-12-11 10:49:22 +00:00