Move isLoadFrom/StoreToStackSlot from MRegisterInfo to TargetInstrInfo,a far more...
[oota-llvm.git] / lib / Transforms /
2006-01-26 Jeff CohenImprove compatibility with VC2005, patch by Morten...
2006-01-26 Chris Lattnerteach the cloner to handle inline asms
2006-01-24 Chris LattnerFix Regression/Transforms/ScalarRepl/2006-01-24-Illegal...
2006-01-24 Chris Lattnerrename method
2006-01-23 Chris LattnerWhen cloning a module, clone the inline asm.
2006-01-23 Chris Lattneradd a bunch more optimizations for unary double math...
2006-01-23 Chris LattnerRefactor/genericize this, no functionality change
2006-01-22 Chris LattnerMake iostream #inclusion explicit
2006-01-22 Chris LattnerMake this more efficient in the following ways:
2006-01-22 Chris LattnerAdd explicit #includes of <iostream>
2006-01-22 Chris LattnerSeveral non-functionality changing changes:
2006-01-19 Robert BocchinoConstantFoldLoadThroughGEPConstantExpr wasn't handling...
2006-01-19 Reid SpencerFor PR696:
2006-01-19 Chris LattnerImplement casts.ll:test26: a cast from float -> double...
2006-01-19 Chris LattnerIf not internalizing, don't mark llvm.global[cd]tors...
2006-01-19 Chris LattnerDon't internalize llvm.global[cd]tor unless there are...
2006-01-18 Chris LattnerMake sure that cloning a module clones its target tripl...
2006-01-17 Robert BocchinoConstant folding support for the insertelement operation.
2006-01-17 Robert BocchinoLowerpacked and SCCP support for the insertelement...
2006-01-17 Chris LattnerClean up the FFS optimization code, and make it correct...
2006-01-16 Reid SpencerFor PR411:
2006-01-16 Chris Lattnerfix a crash due to missing parens
2006-01-16 Chris LattnerThis pass has never worked correctly. Remove.
2006-01-14 Chris LattnerLet the inliner update the callgraph to reflect the...
2006-01-14 Chris LattnerTeach the inliner to update the CallGraph itself, and...
2006-01-14 Chris LattnerFunctionPass's cannot do IPO things.
2006-01-14 Nate BegemanAdd bswap intrinsics as documented in the Language...
2006-01-13 Robert BocchinoAdded instcombine support for extractelement.
2006-01-13 Chris Lattnerit is ok to dce stacksave.
2006-01-13 Chris LattnerDo a simple instcombine xforms to delete llvm.stackrest...
2006-01-13 Chris LattnerSimplify this a tiny bit by using the new IntrinsicInst...
2006-01-13 Chris LattnerPermit inlining functions that contain dynamic allocati...
2006-01-13 Chris LattnerIf inlining a call to a function that contains dynamic...
2006-01-13 Chris LattnerUse ClonedCodeInfo to avoid another walk over the inlin...
2006-01-13 Chris LattnerUse the ClonedCodeInfo object to avoid scans of the...
2006-01-13 Chris LattnerRefactor a bunch of invoke handling stuff out into...
2006-01-13 Chris LattnerAllow the code cloning interfaces to capture some impor...
2006-01-13 Chris LattnerFix a bug I noticed by inspection: if the first instruc...
2006-01-13 Chris LattnerFix 80 column violations
2006-01-11 Chris LattnerPreserve and update ETForest. Patch by Daniel Berlin
2006-01-11 Chris LattnerSwitch these to using ETForest instead of DominatorSet...
2006-01-11 Chris LattnerSwitch this to using ETForest instead of DominatorSet...
2006-01-10 Robert BocchinoAdded support for the extractelement operation.
2006-01-10 Robert BocchinoAdded lower packed support for the extractelement opera...
2006-01-09 Chris LattnerTeach loopsimplify to update et-forest. Patch contribu...
2006-01-07 Chris Lattnerfix some 176.gcc miscompilation from my previous patch.
2006-01-06 Chris Lattnersilence some bogus gcc warnings on fenris
2006-01-06 Chris LattnerEnhance the shift-shift folding code to allow a no...
2006-01-06 Chris LattnerSimplify the code a bit more
2006-01-06 Chris LattnerExtract a bunch of code out of visitShiftInst into...
2006-01-03 Chris LattnerPull inline methods out of the pass class definition...
2005-12-26 Duraid Madinagetting there...
2005-12-14 Chris LattnerFix Transforms/ScalarRepl/2005-12-14-UnionPromoteCrash...
2005-12-13 Reid SpencerImprove ResolveFunctions to:
2005-12-12 Chris LattnerImplement a little hack for parity with GCC on crafty...
2005-12-05 Chris LattnergetRawValue zero extens for unsigned values, use getsex...
2005-12-05 Chris LattnerWrap a long line, never internalize llvm.used.
2005-12-03 Chris LattnerFix SimplifyCFG/2005-12-03-IncorrectPHIFold.ll
2005-11-30 Chris LattnerFix a bug where we didn't realize that vaarg reads...
2005-11-28 Andrew Lenhartha few more comments on the interfaces and functions
2005-11-28 Andrew LenharthAdded documented rsprofiler interface. Also remove...
2005-11-28 Jeff CohenFix VC++ warning.
2005-11-28 Andrew LenharthRandom sampling (aka Arnold and Ryder) profiling. ...
2005-11-25 Andrew Lenharthsince reg2mem requires it, might as well mention that...
2005-11-22 Andrew LenharthReg2Mem is something a pass may depend on, so allow...
2005-11-22 Andrew Lenharthturns out, demotion and invokes and critical edges...
2005-11-18 Chris LattnerFix a crash building 176.gcc due to my recent patch...
2005-11-18 Chris LattnerImplement a refinement to the mem2reg algorithm for...
2005-11-18 Chris LattnerThis needs proper dominance
2005-11-17 Chris LattnerThis was checking the wrong GEP expression. Fixing...
2005-11-10 Andrew Lenharththe pain isn't gone unless the phinodes are spilled too
2005-11-10 Andrew Lenharththis works with backedges to the existing entry block...
2005-11-10 Andrew LenharthThe pass everyone has been waiting for!
2005-11-05 Nate BegemanAdd support alignment of allocation instructions.
2005-11-05 Chris LattnerImplement Transforms/TailCallElim/return-undef.ll,...
2005-11-05 Chris LattnerTurn sdiv into udiv if both operands have a clear sign...
2005-11-05 Chris LattnerTurn srem -> urem when neither input has their sign...
2005-11-02 Andrew Lenharthmake this 64 bit clean, fixed test30 of /Regression...
2005-10-31 Chris LattnerLimit the search depth of MaskedValueIsZero to 6 instru...
2005-10-29 Chris LattnerThis pass is now obsolete since all targets have moved...
2005-10-29 Chris LattnerRemove dead #include
2005-10-29 Chris LattnerNow that instcombine does this xform, remove it from...
2005-10-29 Chris LattnerPull some code out into a function, give it the ability...
2005-10-29 Chris LattnerRemove a special case, allowing the general case to...
2005-10-28 Chris LattnerFix a bit of backwards logic that broke exptree and...
2005-10-27 Chris LattnerDo not sink any instruction with side effects, includin...
2005-10-27 Chris LattnerFix #include order
2005-10-27 John CriswellMove some constant folding code shared by Analysis...
2005-10-27 Chris LattnerFix typo
2005-10-27 Chris LattnerTeach instcombine to promote stuff like (cast (malloc...
2005-10-27 Chris LattnerPromote cases like cast (malloc sbyte, 100) to int...
2005-10-27 Chris LattnerMinor change to this file to support obscure cases...
2005-10-26 John Criswell1. Remove libraries no longer created from the list...
2005-10-26 Chris Lattnerfold nested and's early to avoid inefficiencies in...
2005-10-25 Alkis EvlogimenosStop using deprecated types
2005-10-24 Chris LattnerHandle allocations that, even after removing dead uses...
2005-10-24 Chris LattnerFix a bug where we would 'promote' an allocation from...
2005-10-24 Chris LattnerBefore promoting a malloc type, remove dead uses. ...
2005-10-24 Chris LattnerPull some code out into a function, no functionality...
2005-10-24 Chris LattnerRemove some beta code that no longer has an owner.
next