Go to file
Kostya Serebryany 4117bdbbbc [asan] more performance to FakeStack: a) don't used atomic exchange, instead rely on regular load and store and other signal-safe logic; b) remove allocated_from_size_class_mask_ which is not helping much anyway; Another 10% speedup
llvm-svn: 190664
2013-09-13 07:20:35 +00:00
clang Refactor the uninitialized field visitor. Also moved the calls to the visitor 2013-09-13 03:20:53 +00:00
clang-tools-extra Transform files in a compilation database if no sources are provided. 2013-09-12 20:10:59 +00:00
compiler-rt [asan] more performance to FakeStack: a) don't used atomic exchange, instead rely on regular load and store and other signal-safe logic; b) remove allocated_from_size_class_mask_ which is not helping much anyway; Another 10% speedup 2013-09-13 07:20:35 +00:00
debuginfo-tests Auto-detect the architecture of the executable instead of using the arch of 2013-09-07 20:04:29 +00:00
libclc Parenthesize arguments for mad_hi 2013-09-09 14:36:21 +00:00
libcxx Test for 'bad_array_length'; got left out of initial commit 2013-09-12 17:01:38 +00:00
libcxxabi Adding bad_array_length to libc++abi 2013-09-11 01:42:02 +00:00
lld [lld][ELF] Handle multiple weak symbols 2013-09-13 04:25:44 +00:00
lldb Change OptionValueFileSpec::SetValueFromCString to strip off whitespace, 2013-09-13 02:33:15 +00:00
llvm Move operator to end of previous line to match coding standards. 2013-09-13 04:41:06 +00:00
polly Fix build after SCEV change 2013-09-10 20:22:17 +00:00