Go to file
Saleem Abdulrasool ebfe815f5c unwind: use sizeof() instead of hardcoded sizes
The statically allocated strings have a fixed size which can be computed using
the sizeof operator rather than duplicating the allocation size which can drift.
NFC.

llvm-svn: 229126
2015-02-13 17:36:11 +00:00
clang Revert r229082 for a bit, it caused PR22577. 2015-02-13 16:27:00 +00:00
clang-tools-extra Moved header list loading to new class. This is staging for adding module map loading and checking support. 2015-02-13 14:29:22 +00:00
compiler-rt tsan: fix build 2015-02-13 16:08:43 +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 log10 2015-01-30 18:00:34 +00:00
libcxx Rooting out more undefined behavior in char_traits. 2015-02-13 16:04:42 +00:00
libcxxabi unwind: use sizeof() instead of hardcoded sizes 2015-02-13 17:36:11 +00:00
lld Remove file not used anywhere. 2015-02-13 14:30:22 +00:00
lldb Fix Arg0 argument after r229110. The problem was that Arg0ValueChangedCallback isn't twitching when Arg0 was updated, therefore target was launched with empty 1st argument or without it at all. In this patch I update Arg0 by hand. 2015-02-13 17:07:55 +00:00
llgo irgen: don't emit debug metadata for locals 2015-01-29 00:34:30 +00:00
llvm [InstCombine] Fix regression introduced at r227197. 2015-02-13 16:33:34 +00:00
openmp Fixed memory corruption problem. 2015-02-10 20:10:21 +00:00
polly [PM] Convert Polly over to directly use the legacy pass manager 2015-02-13 09:51:50 +00:00