Added class MachineOptInfo as interface to target-specific
[oota-llvm.git] / include / llvm / Transforms /
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...
2002-02-01 Chris LattnerAdd constructor for addition to opt program
2002-01-31 Chris LattnerEliminate SimplifyCFG.h file, pull everything into...
2002-01-30 Chris LattnerConvert xforms over to use new pass structure
2002-01-26 Chris LattnerRemove opt namespace
2002-01-23 Chris Lattner* Expose new pass DeadInstElimination
2002-01-22 Chris LattnerPull RaiseAllocations stuff out of the CleanGCC pass...
2002-01-21 Chris LattnerLowerAllocations is really a BasicBlock pass. Make...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-21 Chris LattnerMoved header
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerInitial checkin of instcombine
2001-12-14 Chris LattnerRefactor trace values to work as a proper pass. Before...
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-12-03 Chris LattnerSimplify induction variables pass
2001-11-26 Chris LattnerRemove unused method
2001-11-26 Chris LattnerExpose constant prop of an instruction
2001-11-26 Chris LattnerImplement DCE of global values
2001-11-26 Chris LattnerRearrange code
2001-11-26 Chris LattnerAllow array indexing
2001-11-15 Chris Lattner-cleangcc pass now remove type names that are never...
2001-11-10 Chris LattnerInitail checking of structure swapper
2001-11-10 Chris LattnerInitial checkin of Structure mutator
2001-11-03 Chris LattnerExpose method to merge identically named methods
2001-11-01 Chris LattnerExpose the low level DCE mechanism to external users
2001-11-01 Chris LattnerInitial checkin of level raising code
2001-10-31 Chris LattnerImplement code to convert %malloc and %free FUNCTION...
2001-10-31 Chris LattnerNew GCC cleanup pass interface
2001-10-28 Chris LattnerRemove unneccesary function prototypes
2001-10-28 Vikram S. AdveAdd support for name mangling.
2001-10-18 Chris LattnerRefactor code into Assembly & bytecode libraries
2001-10-18 Chris Lattnermove llvm/Transforms/Pass.h to the top level llvm/Pass...
2001-10-18 Chris LattnerInitial Checkin
2001-10-18 Chris LattnerPull bytecode writing out of Module writer pass. Prepa...
2001-10-18 Vikram S. AdveAdd option to print per module instead of per method...
2001-10-18 Vikram S. AdveAdd option to print as bytecode instead of assembly.
2001-10-18 Chris LattnerConvert to new simpler Pass structure
2001-10-18 Chris LattnerConvert to new simpler Pass structure
2001-10-18 Chris LattnerConvert to new simpler pass structure
2001-10-18 Chris LattnerSimplify Pass by removing silly subclasses
2001-10-18 Chris LattnerFix minor bug, update comments
2001-10-18 Chris LattnerPass's return true if they make a modification, not...
next