Remove all contents of the cfg namespace to the global namespace
[oota-llvm.git] / include / llvm / Transforms /
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...
2001-10-18 Chris LattnerConvert optimizations to use the Pass infrastructure
2001-10-15 Chris LattnerConcretePass should not be a templated class!
2001-10-15 Chris LattnerAdd new Pass infrastructure and some examples
2001-10-15 Chris LattnerConvert to use Pass infrastructure
2001-10-14 Vikram S. AdveInsert code to trace values at basic block and method...
2001-10-13 Chris LattnerNew module linking functionality prototype
2001-09-07 Chris LattnerConstant pools no longer exist
2001-09-07 Chris LattnerEliminate DoConstantPoolMerging. ConstantPools no...
2001-06-30 Chris LattnerAdd prototypes for ADCE pass
2001-06-30 Chris LattnerRename DoSparseConditionalConstantProp to DoSCCP
2001-06-30 Chris LattnerSplit AllOpts.h into lots of little .h files.