Go to file
Benjamin Kramer 5cad45307e Tweaks to the icmp+sext-to-shifts optimization to address Frits' comments:
- Localize the check if an icmp has one use to a place where we know we're
  introducing something that's likely more expensive than a sext from i1.
- Add an assert to make sure a case that would lead to a miscompilation is
  folded away earlier.
- Fix a typo.

llvm-svn: 128744
2011-04-01 22:22:11 +00:00
clang Driver/Darwin: Tweak simulator link logic a bit more to be closer to GCC. 2011-04-01 21:02:42 +00:00
compiler-rt clang/Darwin: Add all the comparison functions, the desire to cherry pick just 2011-03-25 19:19:10 +00:00
debuginfo-tests These tests are x86_64 specific. 2011-03-28 20:00:34 +00:00
libcxx Provide a more readable error message for <atomic> until it is implemented. 2011-03-31 16:39:39 +00:00
lldb Some OpenBSD patches from Amit Kulkarni. 2011-04-01 18:18:34 +00:00
llvm Tweaks to the icmp+sext-to-shifts optimization to address Frits' comments: 2011-04-01 22:22:11 +00:00