We actually don't have spiff anymore
[oota-llvm.git] / lib / Transforms /
2004-04-13 Chris LattnerAdd SCCP support for constant folding calls, implementing:
2004-04-13 Chris LattnerAdd a simple call constant propagation interface.
2004-04-13 Chris LattnerConstant propagation should remove the dead instructions
2004-04-13 Chris LattnerFix LoopSimplify/2004-04-13-LoopSimplifyUpdateDomFronti...
2004-04-13 Chris LattnerRefactor code a bit to make it simpler and eliminate...
2004-04-13 Chris LattnerThis patch addresses PR35: Loop simplify should reconst...
2004-04-12 Chris LattnerActually update the call graph as the inliner changes...
2004-04-12 Chris LattnerAdd support for removing invoke instructions
2004-04-12 Chris LattnerStop printing Function*
2004-04-12 Chris LattnerSimplify code a bit, and be sure to mark the external...
2004-04-11 Chris LattnerFix a bug in my select transformation
2004-04-10 Chris LattnerUpdate the value numbering interface.
2004-04-10 Chris LattnerImplement InstCombine/select.ll:test13*
2004-04-10 Chris LattnerImplement InstCombine/add.ll:test20
2004-04-10 Chris LattnerRewrite the GCSE pass to be *substantially* simpler...
2004-04-10 Chris LattnerFix spurious warning in release mode
2004-04-10 Chris LattnerSimplify code a bit, and fix a bug that was breaking...
2004-04-10 Chris LattnerFix a bug in my checkin last night that was breaking...
2004-04-10 Chris LattnerFix previous patch
2004-04-10 Chris LattnerCorrectly update counters
2004-04-10 Chris LattnerSimplify code a bit, and use alias analysis to allow...
2004-04-09 Chris LattnerImplement select.ll:test12*
2004-04-09 Chris LattnerFold code like:
2004-04-09 Chris LattnerFold binary operators with a constant operand into...
2004-04-09 Chris LattnerImplement select.ll:test11
2004-04-08 Chris LattnerImplement InstCombine/cast-propagate.ll
2004-04-08 Chris LattnerImplement ScalarRepl/select_promote.ll
2004-04-08 Chris LattnerRemove the "really gross hacks" that are there to deal...
2004-04-08 Chris LattnerImplement InstCombine/select.ll:test[7-10]
2004-04-07 Chris LattnerImplement test/Regression/Transforms/InstCombine/getele...
2004-04-05 Chris LattnerFix a bug in yesterdays checkins which broke siod....
2004-04-05 Chris LattnerFix InstCombine/2004-04-04-InstCombineReplaceAllUsesWith.ll
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-04-02 Chris LattnerRewrite the indvars pass to use the ScalarEvolution...
2004-04-02 Chris LattnerFix the obvious bug in my previous checkin
2004-04-02 Chris LattnerImplement Transforms/SimplifyCFG/return-merge.ll
2004-04-01 Chris LattnerFix PR310 and TailDup/2004-04-01-DemoteRegToStack.llx
2004-04-01 Chris LattnerRemove some assertions that are now bogus with the...
2004-04-01 Chris LattnerFix PR306: Loop simplify incorrectly updates dominator...
2004-03-31 Chris LattnerAdd warning
2004-03-31 Chris LattnerFix linking of constant expr casts due to type resoluti...
2004-03-30 Brian GaekeStart cleaning up this pass so that I can debug it.
2004-03-30 Chris LattnerNow that all the code generators support the select...
2004-03-30 Chris LattnerImplement select.ll:test[3-6]
2004-03-30 Chris LattnerAdd a simple select instruction lowering pass
2004-03-26 Chris LattnerX % -1 == X % 1 == 0
2004-03-25 Chris LattnerTwo changes:
2004-03-19 Chris LattnerTeach the optimizer to delete zero sized alloca's ...
2004-03-18 Chris LattnerFix bug: CodeExtractor/2004-03-17-MissedLiveIns.ll
2004-03-18 Chris LattnerAdd statistics to the loop extractor. The loop extract...
2004-03-18 Chris LattnerFix problem with PHI nodes having multiple predecessors...
2004-03-18 Chris LattnerFix CodeExtractor/2004-03-17-UpdatePHIsOutsideRegion.ll
2004-03-18 Chris LattnerSeriously simplify and correct the PHI node handling...
2004-03-18 Chris LattnerFix CodeExtractor/2004-03-17-OutputMismatch.ll
2004-03-18 Chris LattnerFix several bugs in the extractor:
2004-03-18 Chris LattnerThe code extractor needs dominator info. Provide it
2004-03-18 Chris LattnerPrune #includes, moving the module interface to the...
2004-03-17 Chris LattnerFix compilation of mesa, which I broke earlier today
2004-03-17 Chris LattnerBe more accurate
2004-03-16 Chris LattnerFix bug in previous checkin
2004-03-16 Chris LattnerOkay, so there is no reasonable way for tail duplicatio...
2004-03-16 Chris LattnerThis code was both incredibly complex and incredibly...
2004-03-16 Chris LattnerPunt if we see gigantic PHI nodes. This improves a...
2004-03-16 Chris LattnerDo not try to optimize PHI nodes with incredibly high...
2004-03-16 Chris LattnerDo not copy gigantic switch instructions
2004-03-16 Chris LattnerFix a regression from this patch:
2004-03-15 Chris LattnerRestore old inlining heuristic. As the comment indicat...
2004-03-15 Chris LattnerAdd counters for the number of calls elimianted
2004-03-15 Chris LattnerImplement LICM of calls in simple cases. This is suffi...
2004-03-15 Chris LattnerMostly cosmetic improvements. Do fix the bug where...
2004-03-15 Chris LattnerAssert that input blocks meet the invariants we expect
2004-03-15 Chris LattnerFix several bugs in the loop extractor. In particular...
2004-03-14 Chris LattnerNo correctness fixes here, just minor qoi fixes:
2004-03-14 Chris LattnerSimplify code a bit, and fix bug CodeExtractor/2004...
2004-03-14 Chris LattnerSimplify the code a bit by making the collection of...
2004-03-14 Chris LattnerSplit into two passes. Now there is the general loop...
2004-03-14 Chris LattnerPasses don't print stuff!
2004-03-14 Chris LattnerDo not create empty basic blocks when the lowerswitch...
2004-03-14 Chris LattnerMinor random cleanups
2004-03-14 Chris LattnerFunctionPass's should not define their own 'run' method.
2004-03-14 Chris LattnerIf a block is dead, dominators will not be calculated...
2004-03-14 Chris LattnerVerify functions as they are produced if -debug is...
2004-03-14 Chris LattnerMove prototype to IPO.h instead of Scalar.h
2004-03-14 Chris LattnerIndent anon namespace properly, add copyright block
2004-03-14 Chris LattnerMove to the IPO library. Utils shouldn't contain passes.
2004-03-14 Chris LattnerDemoteRegToStack got moved from DemoteRegToStack.h...
2004-03-13 Chris LattnerAdd some debugging output
2004-03-13 Chris LattnerThis change makes two big adjustments.
2004-03-13 Chris LattnerThis little patch speeds up the loop used to update...
2004-03-13 Chris LattnerImplement sub.ll:test14
2004-03-12 Chris LattnerImplement InstCombine/sub.ll:test12 & test13
2004-03-12 Chris LattnerAdd constant folding wrapper support for select instruc...
2004-03-12 Chris LattnerAdd sccp support for select instructions
2004-03-12 Chris LattnerAdd trivial optimizations for select instructions
2004-03-08 Chris LattnerInitial support for edge profiling
2004-03-08 Chris LattnerSplit utility functions out of BlockProfiling.cpp
2004-03-08 Chris Lattnerfinegrainify namespacification
2004-03-08 Chris LattnerImplement ArgumentPromotion/aggregate-promote.ll
2004-03-07 Chris LattnerImplement: ArgumentPromotion/chained.ll
2004-03-07 Chris LattnerFix another minor bug, exposed by perlbmk
next