Go to file
Chandler Carruth c1ff9ed6e0 [PM] Complete the cross-layer interfaces with a Module-to-Function
proxy. This lets a function pass query a module analysis manager.
However, the interface is const to indicate that only cached results can
be safely queried.

With this, I think the new pass manager is largely functionally complete
for modules and analyses. Still lots to test, and need to generalize to
SCCs and Loops, and need to build an adaptor layer to support the use of
existing Pass objects in the new managers.

llvm-svn: 195538
2013-11-23 01:25:07 +00:00
clang Split registry matcher resolution into a lookup phase and a construction phase. 2013-11-23 01:13:16 +00:00
clang-tools-extra Trailing linefeed. 2013-11-21 13:50:58 +00:00
compiler-rt [ASan] Fix large_allocator_unpoisons_on_free.cc to pass correct parameters to mmap() on OSX. 2013-11-22 11:19:28 +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 R600: Add aliases for Sea Islands GPUs 2013-11-18 18:21:30 +00:00
libcxx Compiling libcxx with gcc 4.6.4 (MingW) produces these errors: 2013-11-22 09:22:12 +00:00
libcxxabi On Windows, typeids are different between DLLs and EXEs, so comparing 2013-11-22 21:43:23 +00:00
lld [InputGraph] Add capability to process Hidden nodes. 2013-11-22 23:19:53 +00:00
lldb <rdar://problem/15540233> 2013-11-22 23:32:57 +00:00
llvm [PM] Complete the cross-layer interfaces with a Module-to-Function 2013-11-23 01:25:07 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly Really stop the buildbot noise 2013-11-22 23:56:11 +00:00