summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/DeadArgumentElimination.cpp
Commit message (Expand)AuthorAge
* Add a <tuple> include to more files that aren't getting it transitively on MSVC.Benjamin Kramer2014-04-30
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* [Layering] Move DIBuilder.h into the IR library where its implementationChandler Carruth2014-03-06
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* [C++11] Use std::tie to simplify compare operators.Benjamin Kramer2014-03-03
* inalloca: Don't remove dead arguments in the presence of inalloca argsReid Kleckner2014-02-03
* Update optimization passes to handle inalloca argumentsReid Kleckner2014-01-28
* Fix spelling, grammar, and match naming convention for test files.Eric Christopher2013-10-21
* Fix a bug in Dead Argument Elimination.Shuxin Yang2013-10-09
* DeadArgumentElimination: keep return value on functions that have a live argu...Stephen Lin2013-06-30
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Fix DeleteDeadVarargs not to crash on functions referenced by BlockAddressesDerek Schuff2013-06-13
* Make DeadArgumentElimination more conservative on variadic functionsTim Northover2013-06-09
* Revert accidental commit (ran svn commit from wrong directory).Nick Lewycky2013-02-02
* This patch makes "&Cls::purevfn" not an odr use. This isn't what the standardNick Lewycky2013-02-02
* Convert typeIncompatible to return an AttributeSet.Bill Wendling2013-01-30
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-27
* Remove some introspection functions.Bill Wendling2013-01-25
* Use the new 'getSlotIndex' method to retrieve the attribute's slot index.Bill Wendling2013-01-25
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-23
* Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...Bill Wendling2013-01-21
* Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...Bill Wendling2013-01-21
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-18
* Remove redundant 'llvm::' qualificationsDmitri Gribenko2013-01-13
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-20
* 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