Go to file
Daniel Sanders f86622ba13 [mips][msa] Non-constant BUILD_VECTOR's should be expanded to INSERT_VECTOR_ELT instead of memory operations.
The resulting code is the same length, but doesnt cause memory traffic or latency.

llvm-svn: 191297
2013-09-24 13:16:15 +00:00
clang Fix uninitialized value bug discovered buy msan buildbot. 2013-09-24 12:30:27 +00:00
clang-tools-extra Fixed test for compilation databases. 2013-09-23 19:02:25 +00:00
compiler-rt [ASan] Fix GCD tests by spinning forever in the main thread. 2013-09-24 12:42:25 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Peter Collingbourne: Fix warnings when compiling with -DNDEBUG. 2013-09-21 21:26:37 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld [PECOFF] Add /swaprun:{cd,net} options. 2013-09-24 04:20:37 +00:00
lldb Fix a bug where the x86 assembly instruction profiler would not correctly adjust 2013-09-24 03:28:54 +00:00
llvm [mips][msa] Non-constant BUILD_VECTOR's should be expanded to INSERT_VECTOR_ELT instead of memory operations. 2013-09-24 13:16:15 +00:00
polly clang-format recent change 2013-09-17 03:30:36 +00:00