Moved removeFile() and getUniqueFilename() into FileUtilities.
[oota-llvm.git] / include / llvm / Transforms /
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...
2002-09-26 Chris LattnerCheckin new loop-preheader insertion pass.
2002-09-26 Chris LattnerConverted SimpleStructMutation to take TargetData as...
2002-09-25 Chris LattnerChange LowerAllocations pass to 'require' TargetData...
2002-09-24 Chris Lattner - Do not expose Critical Edge breaking mechanics...
2002-09-24 Chris LattnerExpose passinfo from BreakCriticalEdges pass so that...
2002-09-24 Chris LattnerAdd new BreakCriticalEdges pass
2002-09-16 Vikram S. AdveAllow transformation DecomposeArrayRef(GetElementPtrIns...
2002-09-06 Chris LattnerInclude stub for correlated expression elimination...
2002-09-06 Chris Lattner- Rename BreakCriticalEdge to the slightly more standar...
2002-09-06 Chris Lattner* Doxygenize API
2002-09-02 Chris LattnerRemove duplicate #include
2002-08-21 Chris Lattner- Do not expose ::ID from any of the analyses anymore.
2002-07-29 Chris LattnerImplement a new RemoveSuccessor function
2002-07-29 Chris Lattner* Eliminate the Provided set. All Passes now finally...
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-24 Chris LattnerMove many files into IPO.h
2002-07-24 Chris LattnerMove contents of these files into IPO.h
2002-07-23 Chris Lattner* Rename to IPO.h
2002-07-23 Chris LattnerIncorporate into IPO.h
2002-07-23 Chris LattnerPrepare the file to become IPO.h
2002-07-23 Chris LattnerMerge the contents of ChangeAllocations.h into Scalar.h
2002-07-23 Chris Lattner*** empty log message ***
2002-07-23 Chris LattnerPass creator requires a TargetData member
2002-07-12 Anand Shuklainitial version: for emitfuncs pass
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-06-25 Chris Lattner*** empty log message ***
2002-05-26 Chris LattnerSimplify the interface to local dce and constprop
2002-05-21 Chris LattnerSimplify interface to ConstantFoldTerminator
2002-05-21 Chris LattnerExpose CFG simplification pass
2002-05-10 Chris LattnerAdd prototype for LICM pass
2002-05-10 Chris LattnerAdd prototype for the PiNodeInserter pass
2002-05-08 Chris LattnerAdd expr reassociation pass prototype
2002-05-07 Chris LattnerSpell aggressive right
2002-05-07 Chris LattnerThese files are supersumed by include/llvm/Transforms...
2002-05-07 Chris LattnerNew header file to replace all of the Scalar/*.h files.
2002-05-07 Chris LattnerCheckin headers for Utils library
2002-05-07 Chris LattnerCleanup implementation a bit + comments
2002-05-07 Chris LattnerUpdate header after moving file
2002-05-07 Chris LattnerRemove long dead file
2002-05-07 Chris LattnerFactor code out to the Transform Utils library
2002-04-29 Chris LattnerRemove unused files: This is the old induction varaibl...
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerRemove all contents of the cfg namespace to the global...
2002-04-28 Chris LattnerInitial checkin of new "Internalize" pass for GCCLD
2002-04-28 Chris LattnerInitial checkin of simple&fast SSA based GCSE algorithm
2002-04-27 Chris Lattners/Method/Function in classname
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-10 Chris LattnerSplit the CleanupGCCOutput pass into two passes, and...
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-04-04 Chris LattnerDeparameterize PATypeHolder
2002-03-29 Chris LattnerCheckin new useful routine
2002-03-28 Chris LattnerNew file for new pass
2002-03-27 Cameron BuschardtRename constructor function
2002-03-24 Vikram S. AdveMajor overhaul to support arbitrary mixed array and...
2002-03-23 Chris LattnerRename Method to Function
2002-03-23 Vikram S. AdveNew pass to convert Convert multi-dimensional
2002-03-23 Vikram S. AdveMoved to Scalar/ directory.
2002-03-19 Vikram S. AdveNew pass to convert Convert multi-dimensional
2002-03-11 Chris LattnerFix bug: test/Regression/Other/2002-03-11-ConstPropCrash.ll
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-02-26 Chris LattnerMove ProfilePaths class into ProfilePaths library,...
2002-02-26 Anand ShuklaInitial check in of header file for profile-paths pass
2002-02-12 Chris LattnerMethod.h no longer includes BasicBlock.h
2002-02-12 Chris LattnerInitial checkin of new memory -> register promotion...
next