aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/LevelRaise.cpp
Commit message (Expand)AuthorAgeFilesLines
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* remove dead variablesChris Lattner2006-05-141-1/+0
* Make iostream #inclusion explicitChris Lattner2006-01-221-0/+1
* ConvertibleToGEP always returns 0, remove some old crufty code whichChris Lattner2005-07-261-157/+0
* Preserve calling conv when hacking on callsChris Lattner2005-05-141-0/+2
* Remove trailing whitespaceMisha Brukman2005-04-211-20/+20
* second argument to Value::setName is now gone.Chris Lattner2005-03-051-1/+1
* Fix 'raise' to work with packed types. Patch by Morten Ofstad.Chris Lattner2005-01-191-1/+1
* Prototype more accuratelyChris Lattner2004-09-201-1/+1
* Changes For Bug 352Reid Spencer2004-09-011-4/+4
* This DEBUG is buggy. comment it out because it's not worth fixing. ThisChris Lattner2004-08-081-1/+2
* Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos2004-07-291-2/+1
* bug 122:Reid Spencer2004-07-181-6/+0
* Progress on PR341Chris Lattner2004-07-151-20/+21
* Make this pass use a more specific debug message than "Processing:".Brian Gaeke2004-07-011-1/+1
* Support getelementptr instructions which use uint's to index into structureChris Lattner2004-04-051-5/+2
* Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner2004-02-091-2/+2
* The ConstantExpr::getCast call can cause a CPR to be generated. If so,Chris Lattner2004-02-091-0/+4
* Remove uses of ConstantHandling itfChris Lattner2004-01-121-1/+0
* Finegrainify namespacificationChris Lattner2004-01-091-1/+2
* Inching towards fixing PR82Chris Lattner2004-01-091-1/+4
* Remove extraneous #includeChris Lattner2003-12-231-5/+2
* verifyFunction depends on dominator info, which levelraise does not declareChris Lattner2003-12-111-5/+0
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-2/+5
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* 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