Go to file
Sasa Stankovic 319f0ff3b7 [mips] Fix two patterns that select i32's (for MIPS32r6) / i64's (for MIPS64r6)
from setne comparison with an i32.

The patterns that are fixed:
  * (select (i32 (setne i32, immZExt16)), i32, i32) (for MIPS32r6)
  * (select (i32 (setne i32, immZExt16)), i64, i64) (for MIPS64r6)

llvm-svn: 213653
2014-07-22 13:36:02 +00:00
clang Adding a heading to the loop hint attributes so that attribute documentation can be generated again. 2014-07-22 13:13:31 +00:00
clang-tools-extra [clang-tidy] Add a check for RAII temporaries. 2014-07-22 12:30:35 +00:00
compiler-rt [ASan/Win] Add handling of C++ exceptions to the RTL 2014-07-22 12:37:51 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Add several missing double constant definitions 2014-07-17 22:07:35 +00:00
libcxx Fix std::make_heap's worst case time complexity 2014-07-22 06:07:09 +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] Add test case for armv6 (arm not thumb) hello world 2014-07-22 00:49:49 +00:00
lldb Fix an issue where an entry point of 0x00 would cause LLDB to think that the ELF is not executable without checking for ET_EXEC 2014-07-22 12:01:43 +00:00
llvm [mips] Fix two patterns that select i32's (for MIPS32r6) / i64's (for MIPS64r6) 2014-07-22 13:36:02 +00:00
openmp CMake: remove duplicated source file from list 2014-06-02 13:09:24 +00:00
polly Update formatting with clang-format. 2014-07-20 05:28:52 +00:00