Go to file
Duncan P. N. Exon Smith 3f0fc7bca9 Bitcode: Correctly compare a Use against itself
Fix the sort of expected order in the reader to correctly return `false`
when comparing a `Use` against itself.

This was caught by test/Bitcode/binaryIntInstructions.3.2.ll, so I'm
adding a `RUN` line using `llvm-uselistorder` for every test in
`test/Bitcode` that passes.

A few tests still fail, so I'll investigate those next.

This is part of PR5680.

llvm-svn: 214157
2014-07-29 01:13:56 +00:00
clang [modules] Add testcase for a bug reduced from a selfhost issue. This bug was 2014-07-29 00:58:01 +00:00
clang-tools-extra clang-tidy: [use-override] Tweak messages. 2014-07-28 07:29:29 +00:00
compiler-rt [UBSan] Try to enable pipefail in UBSan lit tests to make them behave more predictably 2014-07-29 00:30:01 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Implement sin builtin for float types 2014-07-23 15:16:21 +00:00
libcxx Fix linking with just-built libc++abi (added in r214037). 2014-07-28 19:25:44 +00:00
libcxxabi libcxxabi cmake: Use HandleLLVMOptions.cmake, don't manually add -std=c++11. 2014-07-16 23:53:37 +00:00
lld [mach-o] fix non-debug warnings 2014-07-28 23:40:26 +00:00
lldb Fixup TestStepNoDebug to cleanup properly on shutdown. 2014-07-28 22:53:49 +00:00
llvm Bitcode: Correctly compare a Use against itself 2014-07-29 01:13:56 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Replace the dependences parallelism check by the IslAst one 2014-07-28 03:46:28 +00:00