API changes for class Use size reduction, wave 1.
[oota-llvm.git] / lib / Transforms / IPO / DeadArgumentElimination.cpp
2008-04-06 Gabor GreifAPI changes for class Use size reduction, wave 1.
2008-03-21 Dan GohmanDon't include <map> in Pass.h, which doesn't need it...
2008-03-12 Chris LattnerReimplement the parameter attributes support, phase...
2008-03-03 Devang Patels/isReturnStruct()/hasStructRetAttr()/g
2008-02-22 Dale JohannesenSplit ParameterAttributes.h, putting the complicated
2008-02-19 Dale JohannesenExpand ParameterAttributes to 32 bits (in preparation
2008-01-17 Evan ChengDAE bug fix. Don't lose parameter attributes on vararg...
2008-01-11 Duncan SandsWhen DAE drops the varargs part of a function, ensure any
2008-01-07 Duncan SandsSmall cleanup for handling of type/parameter attribute
2008-01-06 Duncan SandsThe transform that tries to turn calls to bitcast funct...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-12-25 Gordon HenriksenFixing several transforms which would drop the collecto...
2007-12-21 Duncan SandsMake DAE not wipe out attributes on calls, and not...
2007-12-03 Duncan SandsRather than having special rules like "intrinsics cannot
2007-11-27 Duncan SandsFix PR1146: parameter attributes are longer part of
2007-11-15 Chris LattnerFix PR1788 by taking the approach suggested by Richard...
2007-10-18 Chris LattnerFix PR1735 and Transforms/DeadArgElim/2007-10-18-Vararg...
2007-08-27 David GreeneUpdate InvokeInst to work like CallInst
2007-08-01 David GreeneNew CallInst interface to address GLIBCXX_DEBUG errors...
2007-05-06 Nick LewyckyFix typo in comment.
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-02-13 Chris LattnerEliminate use of ctors that take vectors.
2007-02-11 Chris Lattnersimplify name juggling through the use of Value::takeName.
2007-02-07 Chris LattnerFix Transforms/DeadArgElim/2007-02-07-FuncRename.ll...
2007-02-05 Reid SpencerApply the VISIBILITY_HIDDEN field to the remaining...
2007-01-30 Reid SpencerFor PR1136: Rename GlobalVariable::isExternal as isDecl...
2007-01-28 Anton KorobeynikovPropagate changes from my local tree. This patch includes:
2006-12-31 Reid SpencerFor PR950:
2006-12-19 Chris LattnerEliminate static ctors due to Statistic objects
2006-12-16 Chris Lattnerwhen inserting a dummy argument to work-around the...
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-26 Bill WendlingReplace #include <iostream> with llvm_* streams.
2006-09-18 Chris LattnerImplement a trivial optzn: of vastart is never called...
2006-08-27 Chris Lattnereliminate RegisterOpt. It does the same thing as Regis...
2006-06-27 Chris LattnerFix Transforms/DeadArgElim/2006-06-27-struct-ret.ll...
2006-01-22 Chris LattnerMake iostream #inclusion explicit
2005-06-24 Chris Lattneradd a debug type
2005-05-09 Chris LattnerPreserve calling conventions when doing IPO
2005-05-06 Chris Lattnerpreserve the tail marker
2005-05-06 Chris LattnerWrap long lines
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-03-15 Chris LattnerThis mega patch converts us from using Function::a...
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-02-08 Chris Lattnerrename the "exceptional" destination of an invoke instr...
2004-02-02 Brian GaekeMake deadarghaX0r warning louder.
2003-11-21 Chris LattnerFinegrainify namespacification
2003-11-11 Brian GaekePut all LLVM code into the llvm namespace, as per bug...
2003-11-05 Chris LattnerFix the problem with running cleanups in bugpoint:...
2003-11-05 Chris LattnerSplit behavior into two pieces
2003-11-02 Chris LattnerFix PR78
2003-10-23 Chris Lattner* We were forgetting to pass varargs arguments through...
2003-10-23 Chris LattnerMake this pass substantially stronger by having it...
2003-10-20 John CriswellAdded LLVM project notice to the top of every C++ sourc...
2003-10-10 Misha BrukmanFix spelling.
2003-09-11 Misha BrukmanSpell `definitely' correctly.
2003-08-01 Chris LattnerDEBUG got moved to Support/Debug.h
2003-06-25 Chris LattnerAdd argument to DAE to allow operation on non-internal...
2003-06-18 Chris LattnerHandle arguments passed in through the va_arg area
2003-06-17 Chris LattnerInitial checkin of DAE pass