Go to file
Chandler Carruth db9120a037 [PM] Fix the const-correctness of the generic DominatorTreeBase to
support notionally const queries even though they may trigger DFS
numbering updates.

The updating of DFS numbers and tracking of slow queries do not mutate
the observable state of the domtree. They should be const to
differentiate them from the APIs which mutate the tree directly to do
incremental updates.

This will make it possible in a world where the DominatorTree is not
a pass but merely the result of running a pass to derive DominatorTree
from the base class as it was originally designed, removing a huge
duplication of API in DominatorTree.

llvm-svn: 199101
2014-01-13 11:58:34 +00:00
clang [PM] Update Clang to reflect LLVM r199095 which moves the core DomTree 2014-01-13 10:56:17 +00:00
clang-tools-extra Add the check name to the clang-tidy diagnostic output. 2014-01-13 10:50:51 +00:00
compiler-rt [asan] fix the ppc32 build (by Jakub Jelinek). Note that the LLVM build still builds only for 64-bit PowerPC, and not for 32-bit 2014-01-13 10:19:12 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc Update the copyright credits -- Happy new year 2014! 2014-01-01 08:27:31 +00:00
libcxx Fix PR18404 - 'Bug in regex_token_iterator::operator++(int) implementation'. Enhance the tests for regex_token_iterator and regex_iterator. 2014-01-09 18:25:57 +00:00
libcxxabi Implement demangling for user-defined operators. 2014-01-06 23:05:04 +00:00
lld Fix spacing 2014-01-13 04:08:15 +00:00
lldb Sometimes the trampoline refers directly to the indirect symbol. Handle that too. 2014-01-11 01:21:50 +00:00
llvm [PM] Fix the const-correctness of the generic DominatorTreeBase to 2014-01-13 11:58:34 +00:00
openmp For your Christmas hacking pleasure. 2013-12-23 17:28:57 +00:00
polly [cleanup] Update Polly for moved header in LLVM r199082. 2014-01-13 09:56:11 +00:00