Go to file
Richard Sandiford 0897fce2f4 [SystemZ] Optimize floating-point comparisons with zero
This follows the same lines as the integer code.  In the end it seemed
easier to have a second 4-bit mask in TSFlags to specify the compare-like
CC values.  That eats one more TSFlags bit than adding a CCHasUnordered
would have done, but it feels more concise.

llvm-svn: 187883
2013-08-07 11:10:06 +00:00
clang Documentation for sanitizer special case list format and -f(no-)?sanitize-blacklist flag 2013-08-07 08:23:32 +00:00
clang-tools-extra Fix comment typo. 2013-08-06 14:05:43 +00:00
compiler-rt ASan: fix one more test case for pipefail 2013-08-07 10:41:49 +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 Add missing integer min/max definitions 2013-07-26 13:02:02 +00:00
libcxx Implement tests for NULL iterators for <array> re: N3644 2013-08-06 17:17:13 +00:00
libcxxabi tip-of-trunk clang has corrected some access checks for special members in a virtual inheritance hierarchy. Change a few private inheritances to protected. This change will not impact what the test was testing. This fixes http://llvm.org/bugs/show_bug.cgi?id=16753. 2013-07-30 19:00:45 +00:00
lld Rename TargetInfo -> LinkingContext. 2013-08-06 22:31:59 +00:00
lldb Test to see if logging is enabled before printing 2013-08-06 23:08:59 +00:00
llvm [SystemZ] Optimize floating-point comparisons with zero 2013-08-07 11:10:06 +00:00
polly ScopInfo: add a testcase that share parameters within nested start. 2013-08-06 04:36:45 +00:00