API changes for class Use size reduction, wave 1.
[oota-llvm.git] / lib / Transforms / Utils / LowerAllocations.cpp
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-02-19 Chris Lattnerremove the LowerSelect pass. The last client was the...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-17 Christopher LambChange the PointerType api for creating pointer types...
2007-11-01 Duncan SandsExecutive summary: getTypeSize -> getTypeStoreSize...
2007-08-01 Dan GohmanMore explicit keywords.
2007-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2007-04-16 Anton KorobeynikovRemoved tabs everywhere except autogenerated & external...
2007-03-02 Reid SpencerUse APInt safe isOne() method on ConstantInt instead...
2007-01-25 Devang PatelInherit BasicBlockPass directly from Pass.
2007-01-07 Chris LattnerChange the interface to Module::getOrInsertFunction...
2006-12-31 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-12 Reid SpencerFix the casting for the computation of the Malloc size.
2006-12-12 Reid SpencerChange inferred getCast into specific getCast. Passes...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-27 Reid SpencerFor PR950:
2006-10-20 Reid SpencerFor PR950:
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-08-27 Chris Lattners|llvm/Support/Visibility.h|llvm/Support/Compiler.h|
2006-06-28 Chris LattnerUse hidden visibility to make symbols in an anonymous...
2006-05-17 Chris LattnerDeclare that lowerinvoke doesn't interact with other...
2006-05-09 Chris LattnerPatch to make some xforms preserve each other. Patch...
2006-05-02 Chris LattnerAdd pass ID's for various passes, so they can be AddReq...
2005-10-23 Jeff CohenWhen a function takes a variable number of pointer...
2005-05-06 Chris LattnerPreserve tail marker
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-03 Chris LattnerAdd an optional argument to lower to a specific constan...
2004-12-13 Chris LattnerGet rid of getSizeOf, using ConstantExpr::getSizeOf...
2004-12-07 Reid SpencerFor PR387:\
2004-09-01 Reid SpencerChanges For Bug 352
2004-07-29 Misha BrukmanFix #includes of i*.h => Instructions.h as per PR403.
2004-07-15 Chris LattnerNow that we codegen the portable "sizeof" efficiently...
2004-03-03 Chris LattnerDon't emit things like malloc(16*1). Allocation instru...
2004-02-28 Chris Lattnerif there is already a prototype for malloc/free, use...
2004-01-28 Misha BrukmanHyphenate `target-dependent'
2004-01-09 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-08-31 Chris LattnerUse new interface, simplifies code
2003-08-21 Misha BrukmanThe word `dependent' has no `a'.
2003-08-18 Misha BrukmanSpell `necessary' correctly.
2003-08-14 Brian GaekeFactory methods for function passes now return type...
2003-05-15 Chris LattnerFix long standing bug
2003-04-23 Chris LattnerRemove unnecesary &*'s
2003-04-23 Chris LattnerMinor cleanups
2002-10-01 Chris LattnerUpdates to work with recent Statistic's changes:
2002-09-25 Chris LattnerChange LowerAllocations pass to 'require' TargetData...
2002-09-10 Chris LattnerClean up code due to auto-insert constructors
2002-08-08 Chris LattnerRemove extraneous #includes
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-06-25 Chris LattnerMEGAPATCH checkin.
2002-05-10 Chris LattnerAdd support for printing out statistics information...
2002-05-07 Chris LattnerSplit ChangeAllocations.cpp into Raise & LowerAllocatio...
2002-05-07 Chris LattnerReduce dependance on TransformInternals.h, instead...
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 LattnerSplit ConstantVals.h into Constant.h and Constants.h
2002-04-09 Chris LattnerAdd explicit #includes of Function.h to make up for...
2002-03-29 Chris LattnerSimplify code a lot by using the Module::getFunction...
2002-03-26 Chris LattnerChange references from Method to Function
2002-02-26 Chris LattnerChange over to use new style pass mechanism, now passes...
2002-01-31 Chris LattnerConvert xforms over to new pass structure.
2002-01-22 Chris LattnerDon't insert a useless cast
2002-01-22 Chris LattnerRename LowerAllocations.h to ChangeAllocations.h since...
2002-01-22 Chris LattnerPull RaiseAllocations stuff out of the CleanGCC pass...
2002-01-21 Chris LattnerLowerAllocations is really a BasicBlock pass. Make...
2002-01-21 Chris LattnerImplement a more powerful, simpler, pass system. This...
2002-01-20 Chris LattnerChanges to build successfully with GCC 3.02
2001-12-14 Chris LattnerRemove unsized array support
2001-12-04 Chris LattnerFix a bug introduced by "internal linkage" work.
2001-12-04 Chris LattnerRenamed inst_const_iterator -> const_inst_iterator
2001-12-03 Chris LattnerRename ConstPoolVal -> Constant
2001-11-07 Chris LattnerAdd #includes to enable buiding in Release mode
2001-10-31 Chris LattnerUse the correct prototype for malloc and free
2001-10-18 Chris LattnerConvert to new simpler pass itf
2001-10-15 Chris LattnerAdd new Pass infrastructure and some examples