Go to file
Chandler Carruth f2edc07571 [PM] Teach the analysis managers to pass themselves as arguments to the
run methods of the analysis passes.

Also generalizes and re-uses the SFINAE for transformation passes so
that users can write an analysis pass and only accept an analysis
manager if that is useful to their pass.

This completes the plumbing to make an analysis manager available
through every pass's run method if desired so that passes no longer need
to be constructed around them.

llvm-svn: 195451
2013-11-22 12:11:02 +00:00
clang Add support for Cortex-A12. 2013-11-22 11:53:28 +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 If libc++ has not declared bad_array_length, then declare it here just so that it gets into the binary. 2013-11-07 17:16:37 +00:00
lld Fix file header comment. 2013-11-21 23:54:13 +00:00
lldb Fix for PECOFF GetArchitecture 2013-11-22 09:35:12 +00:00
llvm [PM] Teach the analysis managers to pass themselves as arguments to the 2013-11-22 12:11:02 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly Disable formatting checks to silent buildbots 2013-11-22 11:44:15 +00:00