Go to file
Michael J. Spencer 95538ca99a [elf2] Add __preinit_array, and __fini_array start and end symbols.
llvm-svn: 249367
2015-10-06 01:16:17 +00:00
clang Remove duplicated default arguments. NFC. 2015-10-05 21:20:19 +00:00
clang-tools-extra Adding a checker (cert-dcl50-cpp) that detects the definition of a C-style variadic function in C++ code. Corresponds to the CERT C++ secure coding rule: https://www.securecoding.cert.org/confluence/display/cplusplus/DCL50-CPP.+Do+not+define+a+C-style+variadic+function 2015-10-05 20:08:59 +00:00
compiler-rt [compiler-rt] Properly detect lack of available system libraries for arch in clang_darwin.mk 2015-10-05 22:24:12 +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 Implement tanh builtin 2015-09-29 06:39:09 +00:00
libcxx Mark 2259 and 2473 as complete. Add some more notes 2015-10-05 23:27:10 +00:00
libcxxabi Let cxa_demangle.cpp compile with gcc/libstdc++ 4.8 and clang-cl/MSVC2013's STL. 2015-09-20 18:10:46 +00:00
libunwind unwind: Allow the building of libunwind for MIPS. 2015-09-26 18:26:01 +00:00
lld [elf2] Add __preinit_array, and __fini_array start and end symbols. 2015-10-06 01:16:17 +00:00
lldb Introduce a FormattersMatchData class which contains all the information that data formatters need in one place, and also allows for lazy computation of expensive chunks of information if need be 2015-10-06 01:02:47 +00:00
llgo [llgo] irgen: always use TargetMachine's data layout 2015-09-25 06:28:14 +00:00
llvm [WebAssembly] Switch to a more traditional assembly syntax 2015-10-06 00:27:55 +00:00
openmp Fix memory corruption in Windows debug library 2015-09-25 17:23:17 +00:00
polly Remove non-executed statements during SCoP simplifcation 2015-10-04 15:00:05 +00:00