switch MarkAliveBlocks over to using SmallPtrSet instead of std::set, speeding
[oota-llvm.git] / lib / Transforms / IPO / RaiseAllocations.cpp
2007-02-11 Chris Lattnersimplify name juggling through the use of Value::takeName.
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-02-05 Reid SpencerFor PR411:
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2006-12-31 Reid SpencerFor PR950:
2006-12-19 Chris LattnerEliminate static ctors due to Statistic objects
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-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-02-27 Chris LattnerFix spelling, patch contributed by Gabor Greif!
2004-11-09 Chris LattnerFix bug: 2004-11-08-FreeUseCrash.ll
2004-09-20 Chris Lattner'Pass' should now not be derived from by clients. ...
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-18 Reid Spencerbug 122:
2003-12-07 Chris LattnerImplement RaiseAllocations/FreeCastConstantExpr.ll
2003-11-21 Chris LattnerFinegrainify namespacification
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-09-16 Chris LattnerFix bug raising allocations whose call sites were invok...
2003-09-01 Chris LattnerChange the RaiseAllocations pass to be a Pass instead...
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-11 Chris LattnerFix handling of 'free' if it has absolutely no prototype
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-14 Misha BrukmanFunction.h is unnecessary when Module.h is included.
2002-09-13 Chris LattnerChange the MallocInst & AllocaInst ctors to take the...
2002-09-10 Chris LattnerFix bug in previous checkin
2002-09-10 Chris LattnerClean up code due to auto-insert constructors
2002-07-26 Chris Lattner* Add support for different "PassType's"
2002-07-23 Chris LattnerMerge ChangeAllocations into scalar.h
2002-07-23 Chris Lattner* Remove getPassName implementation
2002-07-18 Chris Lattner* Correctly get prototype for void*malloc(size_t)
2002-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-24 Chris LattnerSupport programs that do not #include <malloc.h> or...
2002-05-10 Chris LattnerAdd support for printing out statistics information...
2002-05-07 Chris Lattnerfix comments and documentation in file
2002-05-07 Chris LattnerSplit ChangeAllocations.cpp into Raise & LowerAllocatio...