aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/LevelRaise.cpp
AgeCommit message (Expand)Author
2002-04-27* Rename MethodPass class to FunctionPassChris Lattner
2002-04-08s/Method/FunctionChris Lattner
2002-04-08ConstantHandling moved into VMCore libraryChris Lattner
2002-04-07Change references to the Method class to be references to the FunctionChris Lattner
2002-03-21Fix the: test/Regression/Other/2002-03-20-LevelRaiseCrash.ll bug. It turnedChris Lattner
2002-03-21Namespace qualify debugging codeChris Lattner
2002-03-11* Fix bug: test/Regression/Other/2002-03-11-LevelRaiseIterInvalidate.llChris Lattner
2002-02-26Change over to use new style pass mechanism, now passes only expose smallChris Lattner
2002-01-31MethodPass's are now guaranteed to not be run on external methods!Chris Lattner
2002-01-21Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner
2002-01-20Changes to build successfully with GCC 3.02Chris Lattner
2001-12-14* Support pointer indexingChris Lattner
2001-12-07Remove code that is superceeded by code in ExprTypeConvert.cppChris Lattner
2001-12-06We can do cast-add elimination even on casts that reinterpretChris Lattner
2001-12-05Fix pessimizations on sized arraysChris Lattner
2001-12-05Hrm, don't do debugging output when debugging is off. :(Chris Lattner
2001-12-05Fixes to type conversion stuff to match induction variables more frequentlyChris Lattner
2001-12-04Remove printoutsChris Lattner
2001-12-04Renamed inst_const_iterator -> const_inst_iteratorChris Lattner
2001-12-03Rename ConstPoolVal -> ConstantChris Lattner
2001-11-27Create a new #include "Support/..." directory structure to move thingsChris Lattner
2001-11-26Turn off debug infoChris Lattner
2001-11-26Include const prop as part of -raiseChris Lattner
2001-11-26Clean up code, implement array indexing stuffChris Lattner
2001-11-14Remove much cruft from the MemAccessInst instructionChris Lattner
2001-11-14Better heuristics for handling arraysChris Lattner
2001-11-13Avoid assertion failure when taking size of unsized array. Todo item herEChris Lattner
2001-11-08Improve raising significantlyChris Lattner
2001-11-06Fix bugsChris Lattner
2001-11-05Fix bug with ADD nodes and malloc promotionChris Lattner
2001-11-05Use the expression map correctly.Chris Lattner
2001-11-04Refactor code to share stuffChris Lattner
2001-11-04* Relax restriction that prevented malloc promotion in certain casesChris Lattner
2001-11-04* Disable debug outputChris Lattner
2001-11-04Convert backward conversion of expression trees into a new more powerful bidi...Chris Lattner
2001-11-04Minor method renameChris Lattner
2001-11-04Add transformations for Load and GetElementPtr. Fix broken transform with shr.Chris Lattner
2001-11-01* Add comments for peepholesChris Lattner
2001-11-01Add DCE as integral part of the level raising to avoid processing instruction...Chris Lattner
2001-11-01* Implement expression type conversion for constant valuesChris Lattner
2001-11-01* Convert getelementptr/store pairs into a single storeChris Lattner
2001-11-01Initial checkin of level raising code, after move and cleanup and expands fro...Chris Lattner