For PR950:
[oota-llvm.git] / lib / Transforms / LevelRaise.cpp
2006-12-23 Reid SpencerFor PR950:
2006-12-19 Chris Lattnerswitch more statistics over to STATISTIC, eliminating...
2006-12-13 Reid SpencerReplace CastInst::createInferredCast calls with more...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-27 Reid SpencerFor PR950:
2006-11-26 Bill WendlingRemoved #include <iostream> and used the llvm_cerr...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-05-14 Chris Lattnerremove dead variables
2006-01-22 Chris LattnerMake iostream #inclusion explicit
2005-07-26 Chris LattnerConvertibleToGEP always returns 0, remove some old...
2005-05-14 Chris LattnerPreserve calling conv when hacking on calls
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-05 Chris Lattnersecond argument to Value::setName is now gone.
2005-01-19 Chris LattnerFix 'raise' to work with packed types. Patch by Morten...
2004-09-20 Chris LattnerPrototype more accurately
2004-09-01 Reid SpencerChanges For Bug 352
2004-08-08 Chris LattnerThis DEBUG is buggy. comment it out because it's not...
2004-07-29 Alkis EvlogimenosMerge i*.h headers into Instructions.h as part of bug403.
2004-07-18 Reid Spencerbug 122:
2004-07-15 Chris LattnerProgress on PR341
2004-07-01 Brian GaekeMake this pass use a more specific debug message than...
2004-04-05 Chris LattnerSupport getelementptr instructions which use uint's...
2004-02-09 Chris LattnerAdjust to the changed StructType interface. In particu...
2004-02-09 Chris LattnerThe ConstantExpr::getCast call can cause a CPR to be...
2004-01-12 Chris LattnerRemove uses of ConstantHandling itf
2004-01-09 Chris LattnerFinegrainify namespacification
2004-01-09 Chris LattnerInching towards fixing PR82
2003-12-23 Chris LattnerRemove extraneous #include
2003-12-11 Chris LattnerverifyFunction depends on dominator info, which levelra...
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-13 Chris LattnerRegularize header file comments
2003-09-01 Chris LattnerPrototype for creator function got moved
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-05-20 Misha BrukmanHopefully, the final fix for `[Pp]ropogate'.
2003-05-20 Misha Brukmans/convertable/convertible/g
2003-05-02 Chris LattnerAttempt to fix sumant's typesafety issue
2003-05-01 Chris LattnerFix bug: LevelRaise/2003-05-01-CallCast.ll
2003-04-28 Chris LattnerCreate constant expression casts instead of constant...
2003-04-27 Chris LattnerAvoid naming things exactly the same
2003-04-24 Chris LattnerMake the levelraise pass be well behaved w.r.t the...
2002-11-20 Chris Lattner - Eliminated the deferred symbol table stuff in Modul...
2002-10-22 Chris LattnerEnsure definate initialization
2002-10-21 Chris Lattner - Rename AnalysisUsage::preservesAll to getPreservesA...
2002-10-08 Chris Lattner - Fix bug: LevelRaise/2002-10-08-VarArgCall.ll
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-18 Misha BrukmanFixed typo.
2002-09-11 Chris Lattner - Change getelementptr instruction to use long indexe...
2002-09-10 Chris LattnerSimplify code (somtimes dramatically), by using the...
2002-09-03 Chris Lattner - Renamed Type::isIntegral() to Type::isInteger()
2002-08-22 Chris Lattner*** empty log message ***
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris LattnerRename LevelChange.h to RaisePointerReferences.h
2002-07-23 Chris Lattner* Make the ctor take a TargetData even though it's...
2002-07-22 Chris Lattner*** empty log message ***
2002-07-17 Chris Lattner* Remove dead code from ExprTypeConvert.cpp
2002-07-16 Chris Lattner* Add a bunch of debugging features to LevelRaise
2002-07-16 Chris LattnerFix bug: test/Regression/Transforms/LevelRaise/2002...
2002-07-16 Chris LattnerBugfix to previous checkin
2002-07-16 Chris Lattner* Add assertion to ExprTypeConvert to detect error...
2002-06-30 Chris LattnerClean up anands patch
2002-06-25 Anand Shuklaadded include<iostream> for cerr
2002-06-25 Anand Shuklachanges to make it compatible with 64bit gcc
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-26 Chris LattnerSimplify the interface to local DCE and Constant prop
2002-05-24 Chris LattnerFix comments to reflect reality
2002-05-22 Chris LattnerConvert transforms over to standardize debugging output...
2002-05-14 Chris LattnerFix a major source of "type unsafety", where a cast...
2002-05-10 Chris Lattner* Add support for the -stats command line option to...
2002-05-07 Chris LattnerReduce dependance on TransformInternals.h, instead...
2002-05-02 Chris LattnerExprTypeConvert will already do this transformation...
2002-04-29 Chris LattnerEliminate duplicate or unneccesary #include's
2002-04-29 Chris LattnerAdd new optional getPassName() virtual function that...
2002-04-28 Chris LattnerTighten up the AnalysisUsage of lots of passes, primari...
2002-04-28 Chris LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-27 Chris Lattner* Rename MethodPass class to FunctionPass
2002-04-08 Chris Lattners/Method/Function
2002-04-08 Chris LattnerConstantHandling moved into VMCore library
2002-04-07 Chris LattnerChange references to the Method class to be references...
2002-03-21 Chris LattnerFix the: test/Regression/Other/2002-03-20-LevelRaiseCra...
2002-03-21 Chris LattnerNamespace qualify debugging code
2002-03-11 Chris Lattner* Fix bug: test/Regression/Other/2002-03-11-LevelRaiseI...
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-01-31 Chris LattnerMethodPass's are now guaranteed to not be run on extern...
2002-01-21 Chris LattnerMove stuff out of the Optimizations directories into...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris Lattner* Support pointer indexing
2001-12-07 Chris LattnerRemove code that is superceeded by code in ExprTypeConv...
2001-12-06 Chris LattnerWe can do cast-add elimination even on casts that reint...
2001-12-05 Chris LattnerFix pessimizations on sized arrays
2001-12-05 Chris LattnerHrm, don't do debugging output when debugging is off...
2001-12-05 Chris LattnerFixes to type conversion stuff to match induction varia...
2001-12-04 Chris LattnerRemove printouts
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-27 Chris LattnerCreate a new #include "Support/..." directory structure...
2001-11-26 Chris LattnerTurn off debug info
2001-11-26 Chris LattnerInclude const prop as part of -raise
2001-11-26 Chris LattnerClean up code, implement array indexing stuff
2001-11-14 Chris LattnerRemove much cruft from the MemAccessInst instruction
next