Teach inline function how to update the callgraph when it makes changes.
[oota-llvm.git] / include / llvm / Transforms /
2006-01-14 Chris LattnerTeach inline function how to update the callgraph when...
2006-01-13 Chris LattnerAllow the code cloning interfaces to capture some impor...
2005-11-28 Andrew LenharthAdded documented rsprofiler interface. Also remove...
2005-11-28 Andrew LenharthRandom sampling (aka Arnold and Ryder) profiling. ...
2005-11-22 Andrew LenharthReg2Mem is something a pass may depend on, so allow...
2005-11-10 Andrew Lenharthneeds to go here to apparently.
2005-11-10 Andrew LenharthThe pass everyone has been waiting for!
2005-11-05 Nate BegemanAdd support alignment of allocation instructions.
2005-10-29 Chris LattnerRemove the LowerConstantExpressionsPass pass
2005-10-27 John CriswellMove some constant folding functions into LLVMAnalysis...
2005-10-24 Chris LattnerDon't link these three passes in anymore
2005-10-24 Chris LattnerDon't invade the system namespace
2005-10-24 Chris LattnerThere is no need for this to be VC++ only
2005-10-19 Chris LattnerMake this work with the internalize change
2005-10-18 Chris Lattneradd an option to the internalize pass
2005-09-27 Chris Lattnerallow demotion to volatile values
2005-09-26 Chris Lattneradd a new function
2005-08-17 Chris Lattneradd a helper
2005-08-04 Nate BegemanFix a fixme in CondPropagate.cpp by moving a PhiNode...
2005-04-26 Jeff CohenAdd SimplyLibCalls.cpp to VC++ build
2005-04-25 Reid SpencerDeclare a function to create the SimplifyLibCalls pass.
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-15 Chris Lattnernew pass
2005-04-15 Chris Lattneradd a new prototype
2005-03-28 Jeff CohenFix VC++ build breakage
2005-03-28 Alkis EvlogimenosRename createPromoteMemoryToRegister() to
2005-03-04 Jeff CohenAdd support for not strength reducing GEPs where the...
2005-03-03 Chris LattnerAdd an argument.
2005-01-28 Jeff CohenGet VC++ compiling again
2005-01-10 Jeff CohenApply feedback from Chris.
2005-01-10 Jeff CohenApply feed back from Chris:
2005-01-09 Jeff CohenAdd last four createXxxPass functions
2005-01-08 Jeff CohenAdd even more missing createXxxPass functions.
2005-01-08 Jeff CohenAdd a few more passes to LinkAllPasses.h
2005-01-08 Jeff CohenAdd more missing createXxxPass functions.
2005-01-07 Jeff CohenBut not the identation of THAT line
2005-01-07 Jeff CohenCorrect indentation levels
2005-01-07 Jeff CohenAdd missing createXxxPass functions
2005-01-07 Misha BrukmanFix spelling.
2005-01-07 Jeff CohenUpdate list of passes
2005-01-07 Jeff CohenFix return type
2005-01-06 Jeff CohenGet the #ifdef right on LinkAllPasses.h.
2005-01-06 Jeff CohenFix minor mistakes
2005-01-06 Jeff CohenGet rid of those pesky tabs...
2005-01-06 Jeff CohenAdd project opt to Visual Studio.
2005-01-06 Jeff CohenFix incorrect return type.
2004-12-10 Chris LattnerNew prototype
2004-12-02 Chris LattnerMove the strip pass from Scalar to IPO lib
2004-11-17 Chris LattnerNew prototype for lowerpacked pass.
2004-11-07 Chris LattnerThis is V9 specific stuff
2004-10-27 Chris LattnerConvert 'struct' to 'class' in various places to adhere...
2004-10-18 Nate BegemanInitial implementation of the strength reduction for...
2004-10-18 Reid SpencerDeclare a function in the correct namespace.
2004-10-16 Chris LattnerAdd support for the unreachable instruction
2004-10-07 Chris LattnerRename pass
2004-09-30 Brian GaekeAdd accessor function prototypes for reoptimizer suppor...
2004-09-20 Chris LattnerDo not prototype any of these passes as returning Pass...
2004-09-15 Chris LattnerAdd an optional argument to PromoteMemToReg
2004-09-14 Chris LattnerRemove unused pass
2004-08-13 Chris LattnerAdd a pass
2004-07-31 Chris LattnerExpose breakcriticaledges as a functionpass
2004-07-27 Brian GaekeMake the create...() functions for some of these passes...
2004-07-22 Chris LattnerNew prototype
2004-06-28 Chris LattnerRemove dead file
2004-06-28 Chris LattnerRemove two dead passes
2004-06-25 Chris LattnerPrototype for new ConstantExpr lowering pass, contribut...
2004-06-23 Misha BrukmanMoved to include/llvm/Support
2004-05-23 Chris LattnerAdd a new prototype
2004-05-19 Alkis EvlogimenosDeclare function defined in namespace llvm as gcc-3...
2004-04-23 Misha BrukmanAggregating function arguments is now an option. Defaul...
2004-04-22 Misha BrukmanClarify the logic: the flag is renamed to `deleteFn...
2004-04-22 Misha BrukmanAdd a boolean flag to delete this function from module...
2004-04-19 Chris LattnerAdd accessor for a Loop Unswitching pass
2004-04-18 Chris LattnerAdd prototype
2004-04-13 Chris LattnerAdd new interfaces
2004-03-31 Chris LattnerImprove description, add warning
2004-03-30 Chris LattnerAdd a simple select instruction lowering pass
2004-03-18 Chris LattnerThe code extractor needs dominator information, so...
2004-03-18 Chris LattnerMake this header file self-contained
2004-03-17 Chris Lattnercleanup comment
2004-03-14 Chris LattnerRename createLoopExtractorPass to createSingleLoopExtra...
2004-03-14 Chris LattnerMove loop extractor to the IPO header
2004-03-14 Chris LattnerRemove dead file
2004-03-14 Chris LattnerMove DemoteRegToStack prototype out of DemoteRegToStack...
2004-03-07 Chris LattnerAdd prototype
2004-03-02 Misha BrukmanAdd prototype for ExtractCodeRegion()
2004-03-01 Misha BrukmanAdd ability to extract a single basic block into a...
2004-02-28 Misha BrukmanNew Function-level transformation utils.
2004-02-28 Misha BrukmanAdd the prototype for the LoopExtractor Pass.
2004-02-25 Chris LattnerAdd prototype
2004-02-13 Misha BrukmanFix spelling of `tendency'.
2004-02-13 Chris LattnerExpose a pass ID for lower-invoke
2004-02-04 Chris LattnerCheck in header file I forgot before.
2004-01-12 Chris Lattnerllvm::ConstantFoldInstruction
2003-12-19 Chris LattnerAdd new function
2003-12-16 Brian GaekeFix typo in comment.
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-10 Chris LattnerInclude forms of SplitCriticalEdge which work correctly...
2003-11-10 Chris LattnerMove isCriticalEdge & SplitCritical into this file...
2003-11-10 Chris LattnerMove isCriticalEdge & SplitCritical edge out of this...
next