summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/ArgumentPromotion.cpp
Commit message (Expand)AuthorAge
* ArgumentPromotion: Propagate debug locations on calls for which arguments are...David Blaikie2014-06-27
* [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
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-05
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-04
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-04
* Update optimization passes to handle inalloca argumentsReid Kleckner2014-01-28
* Remove tail marker when changing an argument to an alloca.Rafael Espindola2014-01-23
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-26
* ArgumentPromotion: correctly transfer TBAA tags and alignments.Manman Ren2013-11-15
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-31
* Clean up some of this code a tiny bit, no functionality change.Nick Lewycky2013-07-18
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-27
* 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
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-18
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-18
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-07
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Remove Function::getParamAttributes and use the AttributeSet accessor methods...Bill Wendling2012-12-30
* 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
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-15
* Remove operator cast method in favor of querying with the correct method.Bill Wendling2012-10-14
* Create enums for the different attributes.Bill Wendling2012-10-09
* Use method to query for attributes.Bill Wendling2012-10-04
* ArgumentPromotion: Remove ancient workaround for a bug in the C backend.Benjamin Kramer2012-09-30
* Replace some explicit compare loops with std::equal.Benjamin Kramer2012-07-19
* switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.Chris Lattner2012-05-28
* Update inter-procedural optimizations for atomic load/store.Eli Friedman2011-08-15
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* 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 FunctionType::get().Jay Foad2011-07-11
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-15
* fix PR8932, a case where arg promotion could infinitely promote.Chris Lattner2011-01-16
* Add helper functions for computing the Location of load, store,Dan Gohman2010-11-11
* Factor out Instruction::isSafeToSpeculativelyExecute's code forDan Gohman2010-11-11
* TBAA-enable ArgumentPromotion.Dan Gohman2010-11-11
* Reapply r116831 and r116839, converting AliasAnalysis to useDan Gohman2010-10-19
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-19
* CallGraphSCC passes implicity require CallGraph analysis.Owen Anderson2010-10-13
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-12
* Now with fewer extraneous semicolons!Owen Anderson2010-10-07