1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 19:12:56 +02:00
llvm-mirror/lib/Transforms
David Majnemer 78c8c119e2 Add EP_CGSCCOptimizerLate extension point to PassManagerBuilder
The EP_CGSCCOptimizerLate extension point allows adding CallGraphSCC
passes at the end of the main CallGraphSCC passes and before any
function simplification passes run by CGPassManager.

Patch by Gor Nishanov!

Differential Revision: https://reviews.llvm.org/D22897

llvm-svn: 276953
2016-07-28 03:28:43 +00:00
..
Hello Add auto-exporting of symbols from tools so that plugins work on Windows 2016-05-26 11:16:43 +00:00
InstCombine [InstCombine] Handle failures from ConstantFoldConstantExpression 2016-07-28 02:29:06 +00:00
Instrumentation [PGO] Fix profile mismatch in COMDAT function with pre-inliner 2016-07-25 18:45:37 +00:00
IPO Add EP_CGSCCOptimizerLate extension point to PassManagerBuilder 2016-07-28 03:28:43 +00:00
ObjCARC Apply clang-tidy's modernize-loop-convert to most of lib/Transforms. 2016-06-26 12:28:59 +00:00
Scalar [DSE] Fix bug in updating MadeChange flag 2016-07-27 17:25:20 +00:00
Utils Add verifyAnalysis for LCSSA. 2016-07-27 23:35:53 +00:00
Vectorize Fix the assertion error in collectLoopUniforms caused by empty Worklist before expanding. 2016-07-27 23:53:58 +00:00
CMakeLists.txt
LLVMBuild.txt