summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/DeadArgumentElimination.cpp
Commit message (Expand)AuthorAge
...
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-01
* Fix typo in comment.Nick Lewycky2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Eliminate use of ctors that take vectors.Chris Lattner2007-02-13
* simplify name juggling through the use of Value::takeName.Chris Lattner2007-02-11
* Fix Transforms/DeadArgElim/2007-02-07-FuncRename.ll, fallout from PR411.Chris Lattner2007-02-07
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-05
* For PR1136: Rename GlobalVariable::isExternal as isDeclaration to avoidReid Spencer2007-01-30
* Propagate changes from my local tree. This patch includes:Anton Korobeynikov2007-01-28
* For PR950:Reid Spencer2006-12-31
* Eliminate static ctors due to Statistic objectsChris Lattner2006-12-19
* when inserting a dummy argument to work-around the CBE not supportingChris Lattner2006-12-16
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* Replace #include <iostream> with llvm_* streams.Bill Wendling2006-11-26
* Implement a trivial optzn: of vastart is never called in a function that takesChris Lattner2006-09-18
* eliminate RegisterOpt. It does the same thing as RegisterPass.Chris Lattner2006-08-27
* Fix Transforms/DeadArgElim/2006-06-27-struct-ret.ll. -deadargelim should notChris Lattner2006-06-27
* Make iostream #inclusion explicitChris Lattner2006-01-22
* add a debug typeChris Lattner2005-06-24
* Preserve calling conventions when doing IPOChris Lattner2005-05-09
* preserve the tail markerChris Lattner2005-05-06
* Wrap long linesChris Lattner2005-05-06
* Remove trailing whitespaceMisha Brukman2005-04-21
* This mega patch converts us from using Function::a{iterator|begin|end} toChris Lattner2005-03-15
* 'Pass' should now not be derived from by clients. Instead, they should deriveChris Lattner2004-09-20
* Changes For Bug 352Reid Spencer2004-09-01
* Fix #includes of i*.h => Instructions.h as per PR403.Misha Brukman2004-07-29
* rename the "exceptional" destination of an invoke instruction to the 'unwind'...Chris Lattner2004-02-08
* Make deadarghaX0r warning louder.Brian Gaeke2004-02-02
* Finegrainify namespacificationChris Lattner2003-11-21
* Put all LLVM code into the llvm namespace, as per bug 109.Brian Gaeke2003-11-11
* Fix the problem with running cleanups in bugpoint: We were deleting argumentsChris Lattner2003-11-05
* Split behavior into two piecesChris Lattner2003-11-05
* Fix PR78Chris Lattner2003-11-02
* * We were forgetting to pass varargs arguments through a callChris Lattner2003-10-23
* Make this pass substantially stronger by having it delete dead return valuesChris Lattner2003-10-23
* Added LLVM project notice to the top of every C++ source file.John Criswell2003-10-20
* Fix spelling.Misha Brukman2003-10-10
* Spell `definitely' correctly.Misha Brukman2003-09-11
* DEBUG got moved to Support/Debug.hChris Lattner2003-08-01
* Add argument to DAE to allow operation on non-internal functionsChris Lattner2003-06-25
* Handle arguments passed in through the va_arg areaChris Lattner2003-06-18
* Initial checkin of DAE passChris Lattner2003-06-17