Add default index functor (an identity functor). You could use a
[oota-llvm.git] / include / llvm / Transforms /
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...
2003-08-13 Brian GaekeFactory methods for FunctionPasses now return type...
2003-08-13 John CriswellRemoving the pool allocator from the main CVS tree.
2003-08-07 Sumant KowshikAdded a flag which is set when all data structures...
2003-08-05 Sumant KowshikAdded the declaration of InlineIndirectCalls
2003-06-30 Chris LattnerAdd argument
2003-06-25 Chris LattnerAdd argument to DAE to allow operation on non-internal...
2003-06-22 Chris LattnerAdd prototype for tail-dup pass
2003-06-16 Chris LattnerAdd prototype for the new DAE pass
2003-06-04 Sumant KowshikMade changes suggested by Chris
2003-05-31 Tanya LattnerFixed comment width, changed arg to be const, fixed...
2003-05-30 Tanya LattnerSorry, correcting small typo.
2003-05-30 Tanya LattnerAdded support for cloning a trace.
2003-05-29 Sumant KowshikChanges to support function pointers
2003-05-29 Chris LattnerDoxygenify comments
2003-05-27 Chris LattnerExpose proto for SRoA pass.
2003-05-20 Misha BrukmanHopefully, the final fix for `[Pp]ropogate'.
2003-04-24 Chris LattnerLevelRaise now gets TD from passmanager
2003-04-23 Chris LattnerAdd stub to create lowerSwitches pass
2003-04-18 Chris LattnerAdd prototype for new CloneBasicBlock function
2003-03-31 Chris LattnerAdd getAnalysisUsage method
2003-03-03 Chris LattnerChange the mem2reg interface to accept a TargetData...
2003-02-22 Chris LattnerAdd a new interface file for the PromoteMemToReg interf...
2003-02-03 Chris LattnerRemove pool alloc accessor
2003-02-03 Chris LattnerExpose information about pool allocation
2003-01-14 Chris LattnerNew header
2003-01-14 Chris LattnerMove to Instrumentation.h
2003-01-14 Chris LattnerREmove unused header file
2003-01-14 Chris LattnerRemove unused header
2002-12-10 Vikram S. AdveThis file provides the function DemoteRegToStack()...
2002-12-10 Vikram S. AdveThe pass Parallelize automatically parallelizes a progr...
2002-11-20 Chris LattnerCloning stuff doesn't modify the source module
2002-11-19 Chris LattnerMinor changes to cloning interface
2002-11-19 Chris LattnerExtend function cloning interface to support inlining
2002-11-19 Chris LattnerThis file is supersumed by Utils/Cloning.h
2002-11-19 Chris LattnerMerge cloning and inlining utilities
2002-11-19 Chris LattnerMove inlining pass to IPO.h
2002-11-19 Chris LattnerMove the function extractor pass from tools/extract...
2002-10-08 Chris LattnerExpose isCriticalEdge & SplitCriticalEdge methods from...
next