aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/LevelRaise.cpp
Commit message (Expand)AuthorAgeFilesLines
* Regularize header file commentsChris Lattner2003-10-131-1/+1
* Prototype for creator function got movedChris Lattner2003-09-011-1/+1
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-011-11/+13
* Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman2003-05-201-1/+1
* s/convertable/convertible/gMisha Brukman2003-05-201-15/+15
* Attempt to fix sumant's typesafety issueChris Lattner2003-05-021-5/+21
* Fix bug: LevelRaise/2003-05-01-CallCast.llChris Lattner2003-05-011-1/+2
* Create constant expression casts instead of constant instructions if possibleChris Lattner2003-04-281-2/+12
* Avoid naming things exactly the sameChris Lattner2003-04-271-1/+1
* Make the levelraise pass be well behaved w.r.t the TargetData that the currentChris Lattner2003-04-241-38/+39
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-201-1/+1
* Ensure definate initializationChris Lattner2002-10-221-1/+1
* - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner2002-10-211-1/+1
* - Fix bug: LevelRaise/2002-10-08-VarArgCall.llChris Lattner2002-10-081-1/+39
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-011-6/+6
* Fixed typo.Misha Brukman2002-09-181-1/+1
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-111-2/+2
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-101-10/+7
* - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner2002-09-031-1/+1
* *** empty log message ***Chris Lattner2002-08-221-4/+2
* * Add support for different "PassType's"Chris Lattner2002-07-261-1/+1
* Rename LevelChange.h to RaisePointerReferences.hChris Lattner2002-07-231-1/+1
* * Make the ctor take a TargetData even though it's not using it yetChris Lattner2002-07-231-4/+7
* *** empty log message ***Chris Lattner2002-07-221-11/+18
* * Remove dead code from ExprTypeConvert.cppChris Lattner2002-07-171-10/+15
* * Add a bunch of debugging features to LevelRaiseChris Lattner2002-07-161-4/+37
* Fix bug: test/Regression/Transforms/LevelRaise/2002-07-16-RaiseCrash2.llChris Lattner2002-07-161-1/+3
* Bugfix to previous checkinChris Lattner2002-07-161-1/+1
* * Add assertion to ExprTypeConvert to detect error earlier than without itChris Lattner2002-07-161-0/+1
* 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