Go to file
Elena Demikhovsky 63bd63e4a3 LLVM Interpreter: fixed bug 16694
fix for: Bug 16694 - ExecutionEngine/test-interp-vec-loadstore.ll failing on powerpc-darwin8 (http://llvm.org/bugs/show_bug.cgi?id=16694)
The ExecutionEngine/test-interp-vec-loadstore.ll test has been failing on powerpc-darwin8 (on other platforms it passed)

the reason of fail was wrong output by printf. this output is checked by FileCheck, but on little-endian powerpc the output numeric data were printed inside out and FileCheck reported fail.
the printfs have been replaced by checking data inside test and numeric output has been replaced by the text output like : "int test passed, float test passed". The text output is checked by FileCheck.
the dependency on data layout has been removed.

done by Yuri Veselov (Intel)

llvm-svn: 187791
2013-08-06 10:40:45 +00:00
clang Update status of support for variable templates on website. 2013-08-06 07:37:09 +00:00
clang-tools-extra Add test for header guard work-around. 2013-08-06 00:17:40 +00:00
compiler-rt [sanitizer] Fix NULL arg handling in setitimer/getitimer interceptors. 2013-08-06 09:54:33 +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 NULL iterators for <list> re: N3644 2013-08-05 21:23:28 +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 Remove unused using's. 2013-08-02 23:22:46 +00:00
lldb Additional fixes/xfails for icc tests 2013-08-05 17:12:35 +00:00
llvm LLVM Interpreter: fixed bug 16694 2013-08-06 10:40:45 +00:00
polly ScopInfo: add a testcase that share parameters within nested start. 2013-08-06 04:36:45 +00:00