summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/DeadArgumentElimination.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Replace two manual loops with calls to CallSite::hasArguments (no functional ...Matthijs Kooijman2008-06-041-7/+5
* Use eraseFromParent() instead of doing that manually in two places.Matthijs Kooijman2008-05-301-2/+2
* Factor code to copy global value attributes likeDuncan Sands2008-05-261-7/+2
* 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
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-4/+4
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-4/+4
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+5
* Eliminate use of ctors that take vectors.Chris Lattner2007-02-131-4/+4
* simplify name juggling through the use of Value::takeName.Chris Lattner2007-02-111-14/+8
* Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll, fallout from PR411.Chris Lattner2007-02-071-2/+4
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-051-1/+2
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-301-1/+1
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-281-3/+4
* For PR950:Reid Spencer2006-12-311-2/+2
* Eliminate static ctors due to Statistic objectsChris Lattner2006-12-191-5/+3
* when inserting a dummy argument to work-around the CBE not supportingChris Lattner2006-12-161-3/+1
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-2/+2
* Replace #include <iostream> with llvm_* streams.Bill Wendling2006-11-261-10/+8
* Implement a trivial optzn: of vastart is never called in a function that takesChris Lattner2006-09-181-2/+113
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-271-1/+1
* Fix Transforms/DeadArgElim/2006-06-27-struct-ret.ll. -deadargelim should notChris Lattner2006-06-271-5/+11
* Make iostream #inclusion explicitChris Lattner2006-01-221-0/+1
* 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
OpenPOWER on IntegriCloud