aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/DeadArgumentElimination.cpp
Commit message (Expand)AuthorAgeFilesLines
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-5/+10
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-9/+9
* Don't include <map> in Pass.h, which doesn't need it. This requiresDan Gohman2008-03-211-0/+1
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-30/+22
* s/isReturnStruct()/hasStructRetAttr()/gDevang Patel2008-03-031-1/+1
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-221-1/+1
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-191-5/+8
* DAE bug fix. Don't lose parameter attributes on vararg arguments.Evan Cheng2008-01-171-5/+9
* When DAE drops the varargs part of a function, ensure anyDuncan Sands2008-01-111-2/+15
* Small cleanup for handling of type/parameter attributeDuncan Sands2008-01-071-2/+2
* The transform that tries to turn calls to bitcast functions intoDuncan Sands2008-01-061-3/+2
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fixing several transforms which would drop the collector attributeGordon Henriksen2007-12-251-0/+4
* Make DAE not wipe out attributes on calls, and not dropDuncan Sands2007-12-211-36/+55
* Rather than having special rules like "intrinsics cannotDuncan Sands2007-12-031-1/+1
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-4/+34
* Fix PR1788 by taking the approach suggested by Richard Smith.Chris Lattner2007-11-151-11/+16
* Fix PR1735 and Transforms/DeadArgElim/2007-10-18-VarargsReturn.ll byChris Lattner2007-10-181-3/+3
* Update InvokeInst to work like CallInstDavid Greene2007-08-271-2/+2
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-2/+2
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+703