summaryrefslogtreecommitdiff
path: root/lib/Transforms/LevelRaise.cpp
Commit message (Expand)AuthorAge
* Prototype more accuratelyChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* This DEBUG is buggy. comment it out because it's not worth fixing. ThisChris Lattner2004-08-08
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-29
* bug 122:Reid Spencer2004-07-18
* Progress on PR341Chris Lattner2004-07-15
* Make this pass use a more specific debug message than "Processing:".Brian Gaeke2004-07-01
* Support getelementptr instructions which use uint's to index into structureChris Lattner2004-04-05
* Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner2004-02-09
* The ConstantExpr::getCast call can cause a CPR to be generated. If so,Chris Lattner2004-02-09
* Remove uses of ConstantHandling itfChris Lattner2004-01-12
* Finegrainify namespacificationChris Lattner2004-01-09
* Inching towards fixing PR82Chris Lattner2004-01-09
* Remove extraneous #includeChris Lattner2003-12-23
* verifyFunction depends on dominator info, which levelraise does not declareChris Lattner2003-12-11
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Regularize header file commentsChris Lattner2003-10-13
* Prototype for creator function got movedChris Lattner2003-09-01
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-01
* Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman2003-05-20
* s/convertable/convertible/gMisha Brukman2003-05-20
* Attempt to fix sumant's typesafety issueChris Lattner2003-05-02
* Fix bug: LevelRaise/2003-05-01-CallCast.llChris Lattner2003-05-01
* Create constant expression casts instead of constant instructions if possibleChris Lattner2003-04-28
* Avoid naming things exactly the sameChris Lattner2003-04-27
* Make the levelraise pass be well behaved w.r.t the TargetData that the currentChris Lattner2003-04-24
* - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner2002-11-20
* Ensure definate initializationChris Lattner2002-10-22
* - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner2002-10-21
* - Fix bug: LevelRaise/2002-10-08-VarArgCall.llChris Lattner2002-10-08
* Updates to work with recent Statistic's changes:Chris Lattner2002-10-01
* Fixed typo.Misha Brukman2002-09-18
* - Change getelementptr instruction to use long indexes instead of uintChris Lattner2002-09-11
* Simplify code (somtimes dramatically), by using the new "auto-insert" featureChris Lattner2002-09-10
* - Renamed Type::isIntegral() to Type::isInteger()Chris Lattner2002-09-03
* *** empty log message ***Chris Lattner2002-08-22
* * Add support for different "PassType's"Chris Lattner2002-07-26
* Rename LevelChange.h to RaisePointerReferences.hChris Lattner2002-07-23
* * Make the ctor take a TargetData even though it's not using it yetChris Lattner2002-07-23
* *** empty log message ***Chris Lattner2002-07-22
* * Remove dead code from ExprTypeConvert.cppChris Lattner2002-07-17
* * Add a bunch of debugging features to LevelRaiseChris Lattner2002-07-16
* Fix bug: test/Regression/Transforms/LevelRaise/2002-07-16-RaiseCrash2.llChris Lattner2002-07-16
* Bugfix to previous checkinChris Lattner2002-07-16
* * Add assertion to ExprTypeConvert to detect error earlier than without itChris Lattner2002-07-16
* Clean up anands patchChris Lattner2002-06-30
* added include<iostream> for cerrAnand Shukla2002-06-25
* changes to make it compatible with 64bit gccAnand Shukla2002-06-25
* MEGAPATCH checkin.Chris Lattner2002-06-25