Go to file
Benjamin Kramer 160f72dc8e TLI: Microoptimize calls to strlen+memcmp to strncmp.
The strlen+memcmp was hidden in a call to StringRef::operator==. We check if
there are any null bytes in the string upfront so we can simplify the comparison
Small speedup when compiling code with many function calls.

llvm-svn: 176766
2013-03-09 13:48:23 +00:00
clang [analyzer] Make Suppress IDC checker aware that it might not start from the same node it was registered at 2013-03-09 03:23:19 +00:00
clang-tools-extra Adding -final-syntax-check to cpp11-migrate user docs 2013-03-09 03:38:20 +00:00
compiler-rt Don't emit the extra checksum into the .gcda file if the user hasn't asked for 2013-03-09 01:33:12 +00:00
debuginfo-tests Harden this test a bit to work on the mac with ancient gdbs. 2013-01-17 20:09:50 +00:00
libclc Update the copyright coredits -- Happy new year 2013! 2013-01-01 10:00:19 +00:00
libcxx Parsing floating point numbers with very long precision was broken, and this patch fixes it. This fixes http://llvm.org/bugs/show_bug.cgi?id=15445. 2013-03-08 19:06:24 +00:00
libcxxabi Bruce Mitchener: Typo fixes. 2013-02-15 15:48:49 +00:00
lld [Driver][GNU] Accept and ignore more options. 2013-03-09 01:41:37 +00:00
lldb Remove use of the ARMDisassembler framework from 2013-03-09 07:03:32 +00:00
llvm TLI: Microoptimize calls to strlen+memcmp to strncmp. 2013-03-09 13:48:23 +00:00
polly Print function names under --polly-report 2013-03-04 19:49:51 +00:00