Go to file
Juergen Ributzka 3d527d80b8 [X86] Use min/max to optimze unsigend vector comparison on X86
Use PMIN/PMAX for UGE/ULE vector comparions to reduce the number of required
instructions. This trick also works for UGT/ULT, but there is no advantage in
doing so. It wouldn't reduce the number of instructions and it would actually
reduce performance.

Reviewer: Ben

radar:5972691

llvm-svn: 186432
2013-07-16 18:20:45 +00:00
clang Add more types to ASTNodeKind. Refactor common instantiation code. 2013-07-16 15:47:24 +00:00
clang-tools-extra Fix UseAuto not transforming iterator when non-fully qualifiers are used and 2013-07-15 15:37:05 +00:00
compiler-rt tsan: extend suppressions format with ^ and $ symbols 2013-07-16 16:44:15 +00:00
debuginfo-tests Now that we get non-trivial value parameters locations correct, un-XFAIL these tests. 2013-06-19 22:07:11 +00:00
libclc Fix and re-enable R600 vload/vstore assembly 2013-07-16 14:29:01 +00:00
libcxx Bug 16599 part 2: Make std::pair's constructors and comparison operators (and make_pair) constexpr. 2013-07-16 17:45:44 +00:00
libcxxabi Updated CREDITS.TXT 2013-07-02 19:01:59 +00:00
lld [WinLink] Add /LargeAddressAware command line option. 2013-07-16 17:20:38 +00:00
lldb Fixed a problem in IRForTarget where we would not 2013-07-15 23:31:47 +00:00
llvm [X86] Use min/max to optimze unsigend vector comparison on X86 2013-07-16 18:20:45 +00:00
polly Ensure a correct order between memory accesses. 2013-07-16 15:20:29 +00:00