Sets insertion point of fake cond branch to the last phi node in the block
[oota-llvm.git] / lib / IR / IRPrintingPasses.cpp
2016-01-06 Weiming ZhaoRecommit r256952 "Filtering IR printing for print-after...
2016-01-06 Weiming ZhaoRevert r256952 due to lit test fails.
2016-01-06 Weiming ZhaoFiltering IR printing for print-after-all/print-before-all
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the bit through PrintModulePass
2015-04-15 Duncan P. N. Exon... uselistorder: Pull the assembly bit up out of the printer
2015-01-05 Chandler Carruth[PM] Switch the new pass manager to use a reference...
2014-05-24 Hans WennborgFix some misplaced spaces around 'override'
2014-03-05 Craig Topper[C++11] Add 'override' keyword to IR library.
2014-01-12 Chandler Carruth[PM] Add module and function printing passes for the...
2014-01-12 Chandler Carruth[PM] Simplify the IR printing passes significantly...
2014-01-12 Chandler Carruth[PM] Simplify the interface exposed for IR printing...
2014-01-12 Chandler Carruth[PM] Run clang-format and remove redundant or obvious...
2014-01-12 Chandler Carruth[PM] Rename the IR printing pass header to a more gener...
2014-01-09 Chandler Carruth[PM] Rename this source file to something a bit more...