Clean whitespaces.
[oota-llvm.git] / lib / Transforms / Scalar / Sink.cpp
2012-07-24 Nadav RotemClean whitespaces.
2012-05-31 Duncan SandsEnhance the sinking code to handle diamond patterns...
2011-12-14 Dan GohmanMove Instruction::isSafeToSpeculativelyExecute out...
2011-09-01 Eli FriedmanFix an issue with the IR sink pass found by inspection...
2010-11-11 Dan GohmanAdd helper functions for computing the Location of...
2010-11-11 Dan GohmanMake Sink tbaa-aware.
2010-11-11 Dan GohmanIt's safe to sink some instructions which are not safe...
2010-10-19 Dan GohmanReapply r116831 and r116839, converting AliasAnalysis...
2010-10-19 Owen AndersonGet rid of static constructors for pass registration...
2010-10-12 Owen AndersonBegin adding static dependence information to passes...
2010-10-07 Owen AndersonNow with fewer extraneous semicolons!
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-05-07 Dan GohmanAdd an LLVM IR version of code sinking. This uses the...