aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/LevelRaise.cpp
AgeCommit message (Expand)Author
2007-02-03For PR1072:Reid Spencer
2006-12-31For PR950:Reid Spencer
2006-12-23For PR950:Reid Spencer
2006-12-19switch more statistics over to STATISTIC, eliminating static ctors. Also,Chris Lattner
2006-12-13Replace CastInst::createInferredCast calls with more accurate castReid Spencer
2006-12-06Detemplatize the Statistic class. The only type it is instantiated withChris Lattner
2006-11-27For PR950:Reid Spencer
2006-11-26Removed #include <iostream> and used the llvm_cerr/DOUT streams instead.Bill Wendling
2006-08-27eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner
2006-05-14remove dead variablesChris Lattner
2006-01-22Make iostream #inclusion explicitChris Lattner
2005-07-26ConvertibleToGEP always returns 0, remove some old crufty code whichChris Lattner
2005-05-14Preserve calling conv when hacking on callsChris Lattner
2005-04-21Remove trailing whitespaceMisha Brukman
2005-03-05second argument to Value::setName is now gone.Chris Lattner
2005-01-19Fix 'raise' to work with packed types. Patch by Morten Ofstad.Chris Lattner
2004-09-20Prototype more accuratelyChris Lattner
2004-09-01Changes For Bug 352Reid Spencer
2004-08-08This DEBUG is buggy. comment it out because it's not worth fixing. ThisChris Lattner
2004-07-29Merge i*.h headers into Instructions.h as part of bug403.Alkis Evlogimenos
2004-07-18bug 122:Reid Spencer
2004-07-15Progress on PR341Chris Lattner
2004-07-01Make this pass use a more specific debug message than "Processing:".Brian Gaeke
2004-04-05Support getelementptr instructions which use uint's to index into structureChris Lattner
2004-02-09Adjust to the changed StructType interface. In particular, getElementTypes()...Chris Lattner
2004-02-09The ConstantExpr::getCast call can cause a CPR to be generated. If so,Chris Lattner
2004-01-12Remove uses of ConstantHandling itfChris Lattner
2004-01-09Finegrainify namespacificationChris Lattner
2004-01-09Inching towards fixing PR82Chris Lattner
2003-12-23Remove extraneous #includeChris Lattner
2003-12-11verifyFunction depends on dominator info, which levelraise does not declareChris Lattner
2003-11-11Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke
2003-10-20Added LLVM project notice to the top of every C++ source file.John Criswell
2003-10-13Regularize header file commentsChris Lattner
2003-09-01Prototype for creator function got movedChris Lattner
2003-08-01DEBUG got moved to Support/Debug.hChris Lattner
2003-05-20Hopefully, the final fix for `[Pp]ropogate'.Misha Brukman
2003-05-20s/convertable/convertible/gMisha Brukman
2003-05-02Attempt to fix sumant's typesafety issueChris Lattner
2003-05-01Fix bug: LevelRaise/2003-05-01-CallCast.llChris Lattner
2003-04-28Create constant expression casts instead of constant instructions if possibleChris Lattner
2003-04-27Avoid naming things exactly the sameChris Lattner
2003-04-24Make the levelraise pass be well behaved w.r.t the TargetData that the currentChris Lattner
2002-11-20 - Eliminated the deferred symbol table stuff in Module & Function, it reallyChris Lattner
2002-10-22Ensure definate initializationChris Lattner
2002-10-21 - Rename AnalysisUsage::preservesAll to getPreservesAll & preservesCFG toChris Lattner
2002-10-08 - Fix bug: LevelRaise/2002-10-08-VarArgCall.llChris Lattner
2002-10-01Updates to work with recent Statistic's changes:Chris Lattner
2002-09-18Fixed typo.Misha Brukman
2002-09-11 - Change getelementptr instruction to use long indexes instead of uintChris Lattner