Go to file
Craig Topper 184310d6a9 [X86] Use nested switches to vary the operand to helper functions that were previously called in multiple cases. This seems to help the inliner reduce code. NFC
llvm-svn: 267964
2016-04-29 00:51:30 +00:00
clang Avoid -Wshadow warnings about constructor parameters named after fields 2016-04-29 00:37:43 +00:00
clang-tools-extra [clang-tidy] cppcoreguidelines-pro-type-member-init should not complain about static variables 2016-04-28 20:20:01 +00:00
compiler-rt [ASan] [SystemZ] Mark segv_read_write.c as UNSUPPORTED. 2016-04-29 00:43:20 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc prepare-builtins: Remove call to getGlobalContext() 2016-04-15 14:18:58 +00:00
libcxx Fix get_temp_file_name() to compile on Windows. Patch from STL@microsoft.com 2016-04-29 00:51:24 +00:00
libcxxabi Enable testing for static libc++abi 2016-04-19 12:47:38 +00:00
libunwind unwind: remove last instance of -Wexpansion-to-defined 2016-04-26 01:11:29 +00:00
lld Delete dead variable. 2016-04-28 20:29:12 +00:00
lldb Used llvm_unreached to quite a VC++ compiler warning. 2016-04-28 20:14:44 +00:00
llgo [llgo] llgoi: separate evaluation from printing 2016-04-25 01:18:20 +00:00
llvm [X86] Use nested switches to vary the operand to helper functions that were previously called in multiple cases. This seems to help the inliner reduce code. NFC 2016-04-29 00:51:30 +00:00
openmp Remove architecture dependent Hwloc DEBUG section 2016-04-25 21:11:26 +00:00
polly [FIX] Correct assumption simplification 2016-04-28 14:32:58 +00:00