summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
Commit message (Expand)AuthorAgeFilesLines
* add a debug typeChris Lattner2005-06-241-0/+1
* Preserve calling conventions when doing IPOChris Lattner2005-05-091-0/+3
* preserve the tail markerChris Lattner2005-05-061-0/+2
* Wrap long linesChris Lattner2005-05-061-6/+10
* Remove trailing whitespaceMisha Brukman2005-04-211-11/+11
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-151-8/+8
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-201-5/+5
* Changes For Bug 352Reid Spencer2004-09-011-3/+3
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-291-2/+1
* rename the "exceptional" destination of an invoke instruction to the 'unwind'...Chris Lattner2004-02-081-1/+1
* Make deadarghaX0r warning louder.Brian Gaeke2004-02-021-1/+1
* Finegrainify namespacificationChris Lattner2003-11-211-7/+3
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-111-0/+5
* Fix the problem with running cleanups in bugpoint: We were deleting argumentsChris Lattner2003-11-051-1/+4
* Split behavior into two piecesChris Lattner2003-11-051-13/+13
* Fix PR78Chris Lattner2003-11-021-1/+1
* * We were forgetting to pass varargs arguments through a callChris Lattner2003-10-231-0/+18
* Make this pass substantially stronger by having it delete dead return valuesChris Lattner2003-10-231-127/+354
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-201-0/+7
* Fix spelling.Misha Brukman2003-10-101-1/+1
* Spell `definitely' correctly.Misha Brukman2003-09-111-1/+1
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-011-0/+1
* Add argument to DAE to allow operation on non-internal functionsChris Lattner2003-06-251-9/+21
* Handle arguments passed in through the va_arg areaChris Lattner2003-06-181-1/+7
* Initial checkin of DAE passChris Lattner2003-06-171-0/+304
OpenPOWER on IntegriCloud