Go to file
Akira Hatanaka c100c56a20 Move the code in TargetPassConfig::addPass that inserts machine printer pass to
the overloaded version of addPass which takes Pass*.

This change enables inserting the machine printer pass when the overloaded
version of addPass that takes Pass* is called to add a pass, instead of the
one which takes AnalysisID. I need this to prevent make-check tests from
failing when I commit another patch later.

llvm-svn: 239192
2015-06-05 21:58:14 +00:00
clang Revert accidental commit 2015-06-05 18:24:55 +00:00
clang-tools-extra Fixed modularize to warn about missing headers referenced in a module map. 2015-06-04 23:35:19 +00:00
compiler-rt [ASan] Bump maximum allowed malloc() size in ASan allocator to 1Tb. 2015-06-05 20:50:02 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Use a more accurate implementation for exp 2015-05-13 03:55:09 +00:00
libcxx Avoid C-style cast. 2015-06-05 15:54:26 +00:00
libcxxabi fallback_malloc: silence conversion warning (NFC) 2015-06-03 17:25:35 +00:00
libunwind Code cleanup: Reindent statements. 2015-05-30 14:00:39 +00:00
lld [Mips] Add test to check jal -> jalx conversion 2015-06-05 18:26:44 +00:00
lldb Unique file names for TestStarted and TestFinished. 2015-06-05 21:08:24 +00:00
llgo [llgo] cmd/llgoi: use line editor 2015-05-23 15:16:09 +00:00
llvm Move the code in TargetPassConfig::addPass that inserts machine printer pass to 2015-06-05 21:58:14 +00:00
openmp Fix extern warnings produced by ittnotify_static.c 2015-06-05 20:24:13 +00:00
polly Avoid the use of std::map emplace 2015-06-05 05:52:15 +00:00