Add new optional getPassName() virtual function that a Pass can override
[oota-llvm.git] / lib / Transforms / LevelRaise.cpp
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerTighten up the AnalysisUsage of lots of passes, primari...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris LattnerConstantHandling moved into VMCore library
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-21 Chris LattnerFix the: test/Regression/Other/2002-03-20-LevelRaiseCra...
2002-03-21 Chris LattnerNamespace qualify debugging code
2002-03-11 Chris Lattner* Fix bug: test/Regression/Other/2002-03-11-LevelRaiseI...
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-01-31 Chris LattnerMethodPass's are now guaranteed to not be run on extern...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris Lattner* Support pointer indexing
2001-12-07 Chris LattnerRemove code that is superceeded by code in ExprTypeConv...
2001-12-06 Chris LattnerWe can do cast-add elimination even on casts that reint...
2001-12-05 Chris LattnerFix pessimizations on sized arrays
2001-12-05 Chris LattnerHrm, don't do debugging output when debugging is off...
2001-12-05 Chris LattnerFixes to type conversion stuff to match induction varia...
2001-12-04 Chris LattnerRemove printouts
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerTurn off debug info
2001-11-26 Chris LattnerInclude const prop as part of -raise
2001-11-26 Chris LattnerClean up code, implement array indexing stuff
2001-11-14 Chris LattnerRemove much cruft from the MemAccessInst instruction
2001-11-14 Chris LattnerBetter heuristics for handling arrays
2001-11-13 Chris LattnerAvoid assertion failure when taking size of unsized...
2001-11-08 Chris LattnerImprove raising significantly
2001-11-06 Chris LattnerFix bugs
2001-11-05 Chris LattnerFix bug with ADD nodes and malloc promotion
2001-11-05 Chris LattnerUse the expression map correctly.
2001-11-04 Chris LattnerRefactor code to share stuff
2001-11-04 Chris Lattner* Relax restriction that prevented malloc promotion...
2001-11-04 Chris Lattner* Disable debug output
2001-11-04 Chris LattnerConvert backward conversion of expression trees into...
2001-11-04 Chris LattnerMinor method rename
2001-11-04 Chris LattnerAdd transformations for Load and GetElementPtr. Fix...
2001-11-01 Chris Lattner* Add comments for peepholes
2001-11-01 Chris LattnerAdd DCE as integral part of the level raising to avoid...
2001-11-01 Chris Lattner* Implement expression type conversion for constant...
2001-11-01 Chris Lattner* Convert getelementptr/store pairs into a single store
2001-11-01 Chris LattnerInitial checkin of level raising code, after move and...