Fix batch of converting RegisterPass<> to INTIALIZE_PASS().
[oota-llvm.git] / lib / Transforms / Utils / SSI.cpp
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-01-05 Benjamin KramerAvoid going through the LLVMContext for type equality...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-10-04 Owen AndersonDo away with the strange use of BitVectors in SSI,...
2009-10-04 Owen AndersonFix a typo in the comment.
2009-10-04 Owen AndersonSSI needs to require DT and DF transitively, since...
2009-09-10 Nick LewyckyCorrectly handle the case where a comparison is created...
2009-08-19 Nick LewyckyFix up PHI nodes correctly in the presence of unreachab...
2009-08-19 Nick LewyckyBe more careful when modifying PHI nodes. Patch by...
2009-08-17 Nick LewyckyDon't crash on critical edge. Patch by Andre Tavares.
2009-08-15 Nick LewyckySSI construction should just go ahead and ignore instru...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-11 Dan GohmanRemove unnecessary casts.
2009-07-09 Nick LewyckyThere's no need to consider PHI nodes in the same block...
2009-07-09 Nick LewyckyAdd some statistics to SSI so we can see what it's...
2009-07-03 Nick LewyckyAdd Static Single Information construction pass writte...