Added iterators to ImmutableSet.
[oota-llvm.git] / include / llvm / Transforms /
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...
2003-11-07 Misha BrukmanDeclare FunctionPasses as such.
2003-11-05 Chris LattnerSplit the DAE pass into DAE and DAH passes
2003-10-23 Chris LattnerInclude new prototype
2003-10-20 John CriswellAdded LLVM copyright header (for lack of a better term).
2003-10-12 Chris LattnerRename loop preheaders pass to loop simplify
2003-10-05 Chris LattnerChange the interface to PromoteMemToReg to also take...
2003-10-05 Chris LattnerAdd new prototype for createLowerInvokePass(). Make...
2003-09-30 Chris LattnerStandardize header file comments
2003-09-20 Chris LattnerCleanup header file
2003-09-20 Chris LattnerExpose the TCE pass
2003-09-15 Chris LattnerAdd prototype for the lowersetjmp pass
2003-09-10 Chris LattnerExpand the pass to unify all of the unwind blocks as...
2003-09-10 Chris LattnerFix spell-o's
2003-09-01 Chris LattnerDead header file
2003-09-01 Chris LattnerAdd RPR prototype here
2003-09-01 Chris LattnerThis file is just a subset of Cilkifier.h
2003-09-01 Chris LattnerChange the RaiseAllocations pass from being a BasicBloc...
2003-08-31 Chris LattnerFix an FLAT OUT WRONG comment
2003-08-31 Chris LattnerAdd accessor function for the PruneEH pass
2003-08-24 Chris LattnerAdd versions of InlineFunction which work on Invoke...
2003-08-14 Brian GaekeFactory methods for function passes now return type...
next