summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/DeadArgumentElimination.cpp
Commit message (Expand)AuthorAge
* Merging r168354: into 3.2 release branchPawel Wodnicki2012-11-22
* Reverting 168457Pawel Wodnicki2012-11-21
* Merging r168354, r168355 and r168379 into the 3.2 release branch.Pawel Wodnicki2012-11-21
* Move the Attributes::Builder outside of the Attributes class and into its own...Bill Wendling2012-10-15
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-15
* Attributes RewriteBill Wendling2012-10-15
* Remove operator cast method in favor of querying with the correct method.Bill Wendling2012-10-14
* Remove the bitwise AND operators from the Attributes class. Replace it with t...Bill Wendling2012-10-14
* Remove the bitwise NOT operator from the Attributes class. Replace it with th...Bill Wendling2012-10-14
* Fixup for r165490: Use DenseMap instead of std::map. Simplify the loop in Col...Alexey Samsonov2012-10-09
* Fix PR14016.Alexey Samsonov2012-10-09
* Query for attributes via the correct method call.Bill Wendling2012-10-04
* Move Attribute::typeIncompatible inside of the Attributes class.Bill Wendling2012-09-25
* switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.Chris Lattner2012-05-28
* Remove all remaining uses of Value::getNameStr().Benjamin Kramer2011-11-15
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-15
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-12
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-12
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-11
* De-constify Types in FunctionType::get().Jay Foad2011-07-11
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* Add an obvious missing safety check to DAE::RemoveDeadArgumentsFromCallers.Eli Friedman2011-03-01
* Teach DAE to look for functions whose arguments are unused, and change all ca...Anders Carlsson2011-01-16
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07
* Massive rewrite of MMX: Dale Johannesen2010-09-30
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif2010-07-28
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Use getDebugLoc and setDebugLoc instead of getDbgMetadata and setDbgMetadata,Dan Gohman2010-07-20
* Make bugpoint dead-argument-hacking actually work, and actually test it.Dan Gohman2010-06-07
* Clean up, no functional change.Nick Lewycky2010-05-15
* Preserve debug info attached with call instruction while eliminating dead arg...Devang Patel2010-04-30
* I don't know how, but I managed to goof the revert. Remove function that shouldNick Lewycky2010-04-14
* Revert r101213.Nick Lewycky2010-04-14
* Remove tab.Nick Lewycky2010-04-14
* While DAE can't modify the function signature of an externally visible function,Nick Lewycky2010-04-14
* Implement support for varargs functions without any fixedChris Lattner2010-04-10
* Introduce ImmutableCallSite, useful for contexts where no mutationGabor Greif2010-04-01
* Clean up this file a little, no functionality change. This is a subset of myNick Lewycky2010-04-01
* Finally land the InvokeInst operand reordering.Gabor Greif2010-03-24
* tighten a type and remove trailing whitespace, no functional changesGabor Greif2010-03-24
* backing out r99170 because it still fails on clang-x86_64-darwin10-fntGabor Greif2010-03-22
* Now that hopefully all direct accesses to InvokeInst operands are fixedGabor Greif2010-03-22
* back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_...Gabor Greif2010-03-19
* Recommit r80858 again (which has been backed out in r80871).Gabor Greif2010-03-19
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-16