First attempt at handling frame index elimination.
[oota-llvm.git] / lib / Transforms /
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
2004-03-07 Chris LattnerSince 'load null' is undefined, we can make it do whate...
2004-03-07 Chris LattnerFix a minor bug and turn debug output into, well, debug...
2004-03-07 Chris LattnerNew LLVM pass: argument promotion. This version only...
2004-03-03 Chris LattnerDon't emit things like malloc(16*1). Allocation instru...
2004-03-02 Misha BrukmanImplement ExtractCodeRegion()
2004-03-02 Misha BrukmanMake a note that this is usually used via bugpoint.
2004-03-01 Misha Brukman* Add implementation of ExtractBasicBlock()
2004-03-01 Chris LattnerDisable tail duplication in a case that breaks on Olden/tsp
2004-02-29 Misha Brukman* Remove function to find "main" in a Module, there...
2004-02-29 Chris LattnerFix bug: test/Regression/Transforms/LowerInvoke/2004...
2004-02-29 Chris LattnerFix PR255: [tailduplication] Single basic block loops...
2004-02-28 Chris LattnerImplement switch->br and br->switch folding by ripping...
2004-02-28 Chris Lattnerif there is already a prototype for malloc/free, use...
2004-02-28 Chris LattnerRename AddUsesToWorkList -> AddUsersToWorkList, as...
2004-02-28 Chris LattnerTurn 'free null' into nothing
2004-02-28 Misha BrukmanRight, it's really Extractor, not Extraction.
2004-02-28 Misha BrukmanA pass that uses the generic CodeExtractor to rip out...
2004-02-28 Misha BrukmanA generic code extractor: given a list of BasicBlocks...
2004-02-27 Chris Lattnersetcond instructions don't have aliasing implications.
2004-02-27 Chris LattnerImplement test/Regression/Transforms/InstCombine/canoni...
2004-02-26 Chris LattnerSince LLVM uses structure type equivalence, it isn...
2004-02-26 Chris Lattnerturn things like:
2004-02-25 Chris LattnerMy faith in programmers has been found to be totally...
2004-02-25 Chris LattnerFix incorrect debug code
2004-02-24 Chris LattnerFix a faulty optimization on FP values
2004-02-24 Chris LattnerIf a block is made dead, make sure to promptly remove it.
2004-02-24 Chris LattnerImplement SimplifyCFG/switch_switch_fold.ll
2004-02-24 Chris LattnerRearrange code a bit
2004-02-24 Chris LattnerImplement: test/Regression/Transforms/SimplifyCFG/switc...
2004-02-23 Chris LattnerGenerate much more efficient code in programs like...
next