aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/LevelRaise.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up anands patchChris Lattner2002-06-301-1/+0
* added include<iostream> for cerrAnand Shukla2002-06-251-0/+1
* changes to make it compatible with 64bit gccAnand Shukla2002-06-251-0/+1
* MEGAPATCH checkin.Chris Lattner2002-06-251-32/+28
* Simplify the interface to local DCE and Constant propChris Lattner2002-05-261-1/+1
* Fix comments to reflect realityChris Lattner2002-05-241-4/+4
* Convert transforms over to standardize debugging output on -debug optionChris Lattner2002-05-221-33/+9
* Fix a major source of "type unsafety", where a cast is neccesary, but canChris Lattner2002-05-141-2/+40
* * Add support for the -stats command line option to report how much is changedChris Lattner2002-05-101-2/+24
* Reduce dependance on TransformInternals.h, instead using the TransformUtils l...Chris Lattner2002-05-071-2/+2
* ExprTypeConvert will already do this transformation, no need to specializeChris Lattner2002-05-021-21/+0
* Eliminate duplicate or unneccesary #include'sChris Lattner2002-04-291-2/+0
* Add new optional getPassName() virtual function that a Pass can overrideChris Lattner2002-04-291-0/+2
* Tighten up the AnalysisUsage of lots of passes, primarily to correctly indica...Chris Lattner2002-04-281-0/+4
* Split ConstantVals.h into Constant.h and Constants.hChris Lattner2002-04-281-1/+1
* * Rename MethodPass class to FunctionPassChris Lattner2002-04-271-4/+4
* s/Method/FunctionChris Lattner2002-04-081-3/+1
* ConstantHandling moved into VMCore libraryChris Lattner2002-04-081-1/+1
* Change references to the Method class to be references to the FunctionChris Lattner2002-04-071-8/+8
* Fix the: test/Regression/Other/2002-03-20-LevelRaiseCrash.ll bug. It turnedChris Lattner2002-03-211-5/+24
* Namespace qualify debugging codeChris Lattner2002-03-211-1/+1
* * Fix bug: test/Regression/Other/2002-03-11-LevelRaiseIterInvalidate.llChris Lattner2002-03-111-10/+4
* Change over to use new style pass mechanism, now passes only expose smallChris Lattner2002-02-261-5/+15
* MethodPass's are now guaranteed to not be run on external methods!Chris Lattner2002-01-311-2/+0
* Move stuff out of the Optimizations directories into the appropriate TransformsChris Lattner2002-01-211-5/+5
* Changes to build successfully with GCC 3.02Chris Lattner2002-01-201-4/+4
* * Support pointer indexingChris Lattner2001-12-141-210/+33
* Remove code that is superceeded by code in ExprTypeConvert.cppChris Lattner2001-12-071-40/+1
* We can do cast-add elimination even on casts that reinterpretChris Lattner2001-12-061-13/+11
* Fix pessimizations on sized arraysChris Lattner2001-12-051-2/+4
* Hrm, don't do debugging output when debugging is off. :(Chris Lattner2001-12-051-3/+3
* Fixes to type conversion stuff to match induction variables more frequentlyChris Lattner2001-12-051-19/+119
* Remove printoutsChris Lattner2001-12-041-2/+7
* Renamed inst_const_iterator -> const_inst_iteratorChris Lattner2001-12-041-7/+7
* Rename ConstPoolVal -> ConstantChris Lattner2001-12-031-5/+4
* Create a new #include "Support/..." directory structure to move thingsChris Lattner2001-11-271-1/+1
* Turn off debug infoChris Lattner2001-11-261-1/+1
* Include const prop as part of -raiseChris Lattner2001-11-261-1/+3
* Clean up code, implement array indexing stuffChris Lattner2001-11-261-423/+175
* Remove much cruft from the MemAccessInst instructionChris Lattner2001-11-141-4/+4
* Better heuristics for handling arraysChris Lattner2001-11-141-50/+175
* Avoid assertion failure when taking size of unsized array. Todo item herEChris Lattner2001-11-131-0/+7
* Improve raising significantlyChris Lattner2001-11-081-54/+93
* Fix bugsChris Lattner2001-11-061-1/+3
* Fix bug with ADD nodes and malloc promotionChris Lattner2001-11-051-9/+29
* Use the expression map correctly.Chris Lattner2001-11-051-6/+3
* Refactor code to share stuffChris Lattner2001-11-041-558/+2
* * Relax restriction that prevented malloc promotion in certain casesChris Lattner2001-11-041-21/+22
* * Disable debug outputChris Lattner2001-11-041-22/+48
* Convert backward conversion of expression trees into a new more powerful bidi...Chris Lattner2001-11-041-11/+297