RemoveBranch() and InsertBranch() now returns number of instructions deleted / inserted.
[oota-llvm.git] / lib / Transforms /
2007-05-17 Devang PatelFix PR1431
2007-05-15 Chris Lattnerselects can also reach here
2007-05-15 Chris LattnerFix Transforms/InstCombine/2007-05-14-Crash.ll
2007-05-14 Dan GohmanCorrect a few comments.
2007-05-13 Chris LattnerFix Transforms/GlobalOpt/2007-05-13-Crash.ll
2007-05-11 Chris Lattnersignificantly improve debug output of lsr
2007-05-11 Dan GohmanFix typos.
2007-05-11 Dan GohmanThis patch extends the LoopUnroll pass to be able to...
2007-05-11 Chris Lattnerfix regressions from my previous checking, including
2007-05-11 Chris Lattnerfix Transforms/InstCombine/2007-05-10-icmp-or.ll
2007-05-09 Devang PatelFix PR1333
2007-05-08 Dan GohmanFix various whitespace inconsistencies.
2007-05-08 Dan GohmanCorrect the comment for ApproximateLoopSize to reflect...
2007-05-08 Dale JohannesenDon't generate branch to entry block.
2007-05-06 Chris LattnerFix PR1395, by passing the ID correctly
2007-05-06 Nick LewyckyFix typo in comment.
2007-05-06 Chris LattnerFix a bug in my previous patch
2007-05-05 Chris LattnerImplement Transforms/InstCombine/cast_ptr.ll
2007-05-05 Chris Lattnerwrap long lines
2007-05-05 Chris LattnerFix Transforms/LoopUnroll/2007-05-05-UnrollMiscomp...
2007-05-05 Chris Lattnermake a temporary for *SI, no functionality change.
2007-05-05 Chris LattnerFix InstCombine/2007-05-04-Crash.ll and PR1384
2007-05-04 Dan GohmanUse IntrinsicInst to test for prefetch instructions...
2007-05-03 Dan GohmanAllow strength reduction to make use of addressing...
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-02 Lauro Ramos VenancioFix build error.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-29 Anton KorobeynikovImplement review feedback
2007-04-28 Anton KorobeynikovImplement review feedback. Aliasees can be either Globa...
2007-04-28 Chris Lattnerfix a bug triggered by 403.gcc
2007-04-28 Chris LattnerFix several latent bugs in EmitGEPOffset that didn...
2007-04-28 Chris Lattneruhn zap cvs
2007-04-28 Chris LattnerImplement PR1345 and Transforms/InstCombine/bitcast...
2007-04-27 Chris Lattnerrefactor some code relating to pointer cast xforms...
2007-04-26 Zhou ShengUsing APInt more efficiently.
2007-04-25 Devang PatelMem2Reg does not need TargetData.
2007-04-25 Devang PatelRemove unused function argument.
2007-04-25 Anton KorobeynikovImplement aliases. This fixes PR1017 and it's dependent...
2007-04-25 Chris LattnerIf an alloca only has two types of uses: 1) reads 2...
2007-04-25 Chris Lattnerrefactor the SROA code out into its own method, no...
2007-04-25 Owen AndersonUndo my previous changes. Since my approach to this...
2007-04-25 Devang PatelFix
2007-04-24 Owen AndersonRollback some changes that adversely affected performan...
2007-04-23 Devang PatelFix
2007-04-21 Owen AndersonMake PredicateSimplifier not use DominatorTree.
2007-04-21 Owen AndersonFix a comment.
2007-04-20 Jeff CohenComment out usage of write() for now.
2007-04-20 Devang PatelAvoid recursion.
2007-04-20 Owen AndersonMove more passes to using ETForest instead of Dominator...
2007-04-19 Zhou ShengMake use of ConstantInt::isZero instead of ConstantInt...
2007-04-19 Zhou ShengMake the operations of APInt variables more efficient.
2007-04-18 Evan ChengRevert Owen's last check-in. This is breaking Mac OS...
2007-04-18 Owen AndersonRevert changes that caused breakage.
2007-04-18 Owen AndersonSwitch more uses of DominatorTree over to ETForest.
2007-04-18 Owen AndersonUse ETForest instead of DominatorTree.
2007-04-18 Owen AndersonUse ETForest instead of DominatorTree.
2007-04-18 Owen AndersonUse new ETForest accessor.
2007-04-18 Owen AndersonUse ETForest instead of DominatorTree.
2007-04-17 Dan GohmanSpell doFinalization right, so that it is a proper...
2007-04-17 Chris Lattnerremove use of BasicBlock::getNext
2007-04-17 Chris Lattnerremove use of BasicBlock::getNext
2007-04-17 Chris Lattnereliminate use of Instruction::getNext()
2007-04-17 Chris Lattnerremove use of Instruction::getNext
2007-04-16 Devang PatelFix
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-04-15 Chris LattnerFix PR1335 and Transforms/Inline/2007-04-15-InlineEH.ll
2007-04-15 Owen AndersonRemove ImmediateDominator analysis. The same informati...
2007-04-15 Chris Lattnerfix SimplifyLibCalls/IsDigit.ll
2007-04-15 Chris LattnerExtend store merging to support the 'if/then' version...
2007-04-15 Chris Lattnerrefactor some code, no functionality change.
2007-04-14 Chris Lattnerfix long lines
2007-04-14 Chris LattnerImplement Transforms/InstCombine/vec_extract_elt.ll...
2007-04-14 Chris LattnerImplement InstCombine/vec_demanded_elts.ll:test2. ...
2007-04-14 Chris Lattneravoid copying sets and vectors around.
2007-04-14 Chris Lattneravoid iterator invalidation.
2007-04-14 Jeff CohenAn even better fix.
2007-04-14 Jeff CohenFix recent regression that broke several llvm-tests.
2007-04-14 Chris LattnerImplement a few missing xforms: printf("foo\n") ->...
2007-04-14 Chris Lattnerin addition to merging, constantmerge should also delet...
2007-04-14 Chris LattnerImplement PR1201 and test/Transforms/InstCombine/malloc...
2007-04-14 Chris Lattneruse an accessor to simplify code.
2007-04-13 Chris LattnerNow that codegen prepare isn't defeating me, I can...
2007-04-13 Chris LattnerCompletely rewrite addressing-mode related sinking...
2007-04-13 Devang PatelRemove use of SlowOperationInformer.
2007-04-13 Devang PatelUndo previous check-in.
2007-04-13 Devang PatelHello uses LLVMSupport.a (SlowerOperationInformer)
2007-04-12 Lauro Ramos VenancioImplement the "thread_local" keyword.
2007-04-11 Reid SpencerBuild Hello by default so it can be used in test cases.
2007-04-11 Chris LattnerFix Transforms/ScalarRepl/union-pointer.ll
2007-04-11 Chris LattnerTurn stuff like:
2007-04-11 Chris LattnerSimplify some comparisons to arithmetic, this implements:
2007-04-11 Chris Lattnercanonicalize (x <u 2147483648) -> (x >s -1) and (x...
2007-04-11 Chris Lattnerfix a miscompilation of:
2007-04-11 Chris Lattnerfix a regression introduced by my last patch.
2007-04-11 Chris LattnerSimplify SROA conversion to integer in some ways, make...
2007-04-09 Chris LattnerStrengthen the boundary conditions of this fold, implem...
2007-04-09 Owen AndersonRe-constify things that don't break the build. Last...
2007-04-09 Chris Lattnereliminate the last uses of some TLI methods.
2007-04-09 Owen AndersonUnconst-ify stuff that broke the build.
next