Add a .cvsignore file.
[oota-llvm.git] / lib / Transforms /
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...
2007-04-07 Chris LattnerFix problems in the sprintf optimizer
2007-04-07 Chris LattnerChange CastToCStr to take a pointer instead of a reference.
2007-04-07 Chris LattnerFix an off-by-one error that broke Prolangs/deriv2...
2007-04-07 Owen AndersonAdd DomSet back, and revert the changes to LoopSimplify...
2007-04-07 Nick LewyckyAdd support for cast instructions.
2007-04-07 Owen AndersonCompletely purge DomSet. This is the (hopefully) final...
2007-04-07 Owen AndersonCompletely purge DomSet from LoopSimplify. This is...
2007-04-07 Owen AndersonBreakCriticalEdges does still preserve DominatorTree.
2007-04-07 Owen AndersonExpunge DomSet from BreakCriticalEdges. This is part...
2007-04-07 Owen AndersonExpunge DomSet from CodeExtractor. This is part of...
2007-04-07 Nick LewyckySupport NE inequality in ValueRanges.
2007-04-07 Owen AndersonExpunge a bunch of uses of DomSet from LoopSimplify...
2007-04-07 Nick LewyckyCleanup. Refactor out the applying of value ranges...
2007-04-07 Nick LewyckyUse TargetData to find the size of a type.
2007-04-07 Nick LewyckyStrengthen icmp snuggling by doing 'compare-or-equal...
2007-04-07 Devang PatelAdd loop rotation pass.
2007-04-07 Chris Lattnerfix a miscompilation in printf optimizer.
2007-04-07 Chris Lattnertrunc to bool no longer compares against zero
2007-04-07 Chris Lattnercleanups for strlen optimizer
2007-04-07 Chris LattnerIntroduce a new ReplaceCallWith method, which simplifie...
2007-04-07 Chris Lattnerfixes for strcpy optimizer
2007-04-07 Chris LattnerFix bugs in strncmp.
next