Allow this to compile with gcc 4.0.X
[oota-llvm.git] / lib / Transforms /
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.
2007-04-09 Owen AndersonConst-ify some parameters, and some cosmetic cleanups...
2007-04-09 Owen AndersonTabs -> Spaces
2007-04-09 Owen AndersonImprove some _slow_ behavior introduced in my patches...
2007-04-09 Chris Lattnerswitch LSR to use isLegalAddressingMode instead of...
2007-04-09 Devang PatelCheck _all_ PHINodes.
2007-04-09 Devang PatelInsert new pre-header before new header. Original pre...
2007-04-09 Devang PatelPreserve canonical loop form.
2007-04-09 Reid SpencerDon't link against System or Support library. These...
2007-04-09 Devang PatelDo not create new pre-header. Reuse original pre-header.
2007-04-09 Devang PatelSimpler for() loops.
2007-04-09 Devang PatelFix future bug. Of course, Chris spotted this.
2007-04-09 Devang PatelMore cosmetic changes.
2007-04-09 Devang PatelOnly cosmetic changes. Zero functionality Change.
2007-04-09 Chris LattnerFix PR1304 and Transforms/InstCombine/2007-04-08-Single...
2007-04-09 Chris LattnerEliminate useless insertelement instructions. This...
2007-04-09 Owen AndersonCleanup some from my DomSet-removal changes. Add a new
2007-04-08 Chris LattnerFix a typo that broke SimplifyLibCalls/SPrintF.ll ...
2007-04-08 Chris Lattnerreenable this xform, whoops :)
2007-04-08 Chris LattnerFix regression on Instcombine/apint-or2.ll
2007-04-08 Chris LattnerGeneralize the code that handles (A&B)|(A&C) to work...
2007-04-08 Chris Lattnerimplement a fixme: move optimizations for fwrite out...
2007-04-08 Nick LewyckyRemove DominatorSet usage from LoopSimplify. Patch...
2007-04-07 Chris LattnerSignificantly simplify the clients of GetConstantString...
next