aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/ArgumentPromotion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-10/+12
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-39/+41
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-3/+3
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-18/+111
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-4/+23
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-8/+9
* Update to LLVM 3.5a.Stephen Hines2014-04-241-39/+48
* ArgumentPromotion: correctly transfer TBAA tags and alignments.Manman Ren2013-11-151-3/+5
* Merge CallGraph and BasicCallGraph.Rafael Espindola2013-10-311-1/+1
* Clean up some of this code a tiny bit, no functionality change.Nick Lewycky2013-07-181-13/+8
* Use the AttributeSet instead of AttributeWithIndex.Bill Wendling2013-01-271-22/+15
* Remove the last of uses that use the Attribute object as a collection of attr...Bill Wendling2013-01-231-10/+19
* Have AttributeSet::getRetAttributes() return an AttributeSet instead of Attri...Bill Wendling2013-01-211-2/+4
* Make AttributeSet::getFnAttributes() return an AttributeSet instead of an Att...Bill Wendling2013-01-211-2/+4
* Use AttributeSet accessor methods instead of Attribute accessor methods.Bill Wendling2013-01-181-10/+6
* Push some more methods down to hide the use of the Attribute class.Bill Wendling2013-01-181-2/+2
* Move CallGraphSCCPass.h into the Analysis tree; that's where theChandler Carruth2013-01-071-1/+1
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* Remove Function::getParamAttributes and use the AttributeSet accessor methods...Bill Wendling2012-12-301-2/+2
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-7/+7
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-9/+9
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-8/+8
* Make the AttrListPtr object a part of the LLVMContext.Bill Wendling2012-11-201-3/+5
* Add an enum for the return and function indexes into the AttrListPtr object. ...Bill Wendling2012-10-151-4/+8
* Remove operator cast method in favor of querying with the correct method.Bill Wendling2012-10-141-7/+14
* Create enums for the different attributes.Bill Wendling2012-10-091-1/+2
* Use method to query for attributes.Bill Wendling2012-10-041-1/+1
* ArgumentPromotion: Remove ancient workaround for a bug in the C backend.Benjamin Kramer2012-09-301-19/+1
* Replace some explicit compare loops with std::equal.Benjamin Kramer2012-07-191-4/+1
* switch AttrListPtr::get to take an ArrayRef, simplifying a lot of clients.Chris Lattner2012-05-281-6/+3
* Update inter-procedural optimizations for atomic load/store.Eli Friedman2011-08-151-2/+4
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-251-7/+4
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-13/+13
* Convert CallInst and InvokeInst APIs to use ArrayRef.Jay Foad2011-07-151-2/+2
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-1/+1
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-1/+1
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-1/+1
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-2/+2
* fix PR8932, a case where arg promotion could infinitely promote.Chris Lattner2011-01-161-24/+51
* Add helper functions for computing the Location of load, store,Dan Gohman2010-11-111-4/+1
* Factor out Instruction::isSafeToSpeculativelyExecute's code forDan Gohman2010-11-111-14/+1
* TBAA-enable ArgumentPromotion.Dan Gohman2010-11-111-8/+8
* Reapply r116831 and r116839, converting AliasAnalysis to useDan Gohman2010-10-191-1/+1
* Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson2010-10-191-1/+3
* CallGraphSCC passes implicity require CallGraph analysis.Owen Anderson2010-10-131-0/+1
* Begin adding static dependence information to passes, which will allow us toOwen Anderson2010-10-121-1/+4
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1