aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/DeadArgumentElimination.cpp
Commit message (Expand)AuthorAgeFilesLines
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-151-1/+1
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-6/+6
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-4/+4
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-4/+4
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-4/+4
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-111-2/+2
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-2/+2
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-6/+6
* Add an obvious missing safety check to DAE::RemoveDeadArgumentsFromCallers.Eli Friedman2011-03-011-1/+1
* Teach DAE to look for functions whose arguments are unused, and change all ca...Anders Carlsson2011-01-161-1/+61
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-2/+2
* Massive rewrite of MMX: Dale Johannesen2010-09-301-2/+4
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-3/+3
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-3/+3
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-3/+3
* simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif2010-07-281-3/+3
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-4/+4
* Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata,Dan Gohman2010-07-201-4/+2
* Make bugpoint dead-argument-hacking actually work, and actually test it.Dan Gohman2010-06-071-0/+7
* Clean up, no functional change.Nick Lewycky2010-05-151-9/+9
* Preserve debug info attached with call instruction while eliminating dead arg...Devang Patel2010-04-301-0/+6
* I don't know how, but I managed to goof the revert. Remove function that shouldNick Lewycky2010-04-141-37/+0
* Revert r101213.Nick Lewycky2010-04-141-29/+14
* Remove tab.Nick Lewycky2010-04-141-1/+1
* While DAE can't modify the function signature of an externally visible function,Nick Lewycky2010-04-141-14/+66
* Implement support for varargs functions without any fixedChris Lattner2010-04-101-15/+0
* Introduce ImmutableCallSite, useful for contexts where no mutationGabor Greif2010-04-011-26/+28
* Clean up this file a little, no functionality change. This is a subset of myNick Lewycky2010-04-011-11/+10
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-241-1/+1
* tighten a type and remove trailing whitespace, no functional changesGabor Greif2010-03-241-12/+12
* backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif2010-03-221-3/+3
* Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif2010-03-221-3/+3
* back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif2010-03-191-3/+3
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-191-3/+3
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-2/+2
* Speculatively revert r94322 to see if it fixes darwin selfhost buildbot.Nick Lewycky2010-01-231-70/+23
* Teach DAE that even though it can't modify the function signature of anNick Lewycky2010-01-231-23/+70
* Change errs() to dbgs().David Greene2010-01-051-9/+9
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* back out my recent commit (r80858), it seems to break self-hosting buildbot's...Gabor Greif2009-09-031-3/+3
* re-commit r66920 (which has been backed out in r66953) I may have more luck t...Gabor Greif2009-09-031-3/+3
* remove a few DOUTs here and there.Chris Lattner2009-08-231-3/+3
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-10/+10
* Privatize the StructType table, which unfortunately involves routing contexts...Owen Anderson2009-08-051-1/+1
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-4/+2
* Move more code back to 2.5 APIs.Owen Anderson2009-07-301-3/+3
* Move types back to the 2.5 API.Owen Anderson2009-07-291-4/+3
* Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar2009-07-261-6/+6