Changes For Bug 352
[oota-llvm.git] / lib / Transforms / IPO / DeadArgumentElimination.cpp
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