Go to file
Chandler Carruth d86a4f5ec8 [PM/AA] Switch to an early-exit. NFC. This was split out of another
change because the diff is *useless*. I assure you, I just switched to
early-return in this function.

Cleanup in preparation for my next commit, as requested in code review!

llvm-svn: 242880
2015-07-22 09:44:54 +00:00
clang [modules] Stop performing PCM lookups for all identifiers when building with C++ modules. Instead, serialize a list of interesting identifiers and mark those ones out of date on module import. Avoiding the identifier lookups here gives a 20-30% speedup in builds with large numbers of modules. No functionality change intended. 2015-07-22 02:08:40 +00:00
clang-tools-extra Extend misc-unused-parameters to delete parameters of local functions. 2015-07-20 03:42:38 +00:00
compiler-rt [sanitizer] Implement include_if_exists with process name substitution. 2015-07-21 23:03:13 +00:00
debuginfo-tests
libclc R600: Implement accurate double precision sqrt v2 2015-07-10 13:37:08 +00:00
libcxx Remove more commented out code. That is what version control is for. 2015-07-22 04:37:12 +00:00
libcxxabi Remove include directive for the unused libunwind_ext.h. 2015-07-12 14:47:53 +00:00
libunwind libunwind: Introduce __libunwind_config.h. 2015-07-19 15:23:10 +00:00
lld Don't assume ELFFile iterates over the program headers. 2015-07-21 20:46:21 +00:00
lldb Test commit 2015-07-22 08:41:18 +00:00
llgo [llgo] build llgoi by default 2015-07-21 00:47:18 +00:00
llvm [PM/AA] Switch to an early-exit. NFC. This was split out of another 2015-07-22 09:44:54 +00:00
openmp Fix OMPT support for task frames, parallel regions, and parallel regions + loops 2015-07-21 18:03:30 +00:00
polly Update ISL to isl-0.15-61-gcea776f 2015-07-21 12:56:36 +00:00