summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* DebugInfo: Delete subclasses of DIScopeDuncan P. N. Exon Smith2015-04-201-1/+1
* DebugInfo: Remove DIDescriptor from the DebugInfo APIDuncan P. N. Exon Smith2015-04-171-1/+1
* DebugInfo: Gut DISubprogram and DILexicalBlock*Duncan P. N. Exon Smith2015-04-141-1/+1
* [CallSite] Make construction from Value* (or Instruction*) explicit.Benjamin Kramer2015-04-101-1/+1
* ArgPromo: Bail out earlier for varargs functionsDavid Blaikie2015-04-061-6/+7
* [opaque pointer type] Change GetElementPtrInst::getIndexedType to take the po...David Blaikie2015-03-301-2/+3
* Add some missed formattingDavid Blaikie2015-03-141-4/+7
* [opaque pointer type] gep API migration, ArgPromoDavid Blaikie2015-03-141-16/+19
* [opaque pointer type] more gep API migrationDavid Blaikie2015-03-141-4/+3
* DataLayout is mandatory, update the API to reflect it with references.Mehdi Amini2015-03-101-16/+15
* Make DataLayout Non-Optional in the ModuleMehdi Amini2015-03-041-3/+2
* Convert push_back loops into append calls.Benjamin Kramer2015-02-281-2/+1
* Add range adapters predecessors() and successors() for BBsReid Kleckner2015-02-041-2/+1
* Sink store based on alias analysisElena Demikhovsky2014-12-151-1/+2
* Update SetVector to rely on the underlying set's insert to return a pair<iter...David Blaikie2014-11-191-1/+1
* DebugInfo+DeadArgElimination: Ensure llvm::Function*s from debug info are upd...David Blaikie2014-10-071-0/+2
* Eliminate some deep std::vector copies. NFC.Benjamin Kramer2014-10-031-1/+1
* Don't promote byval pointer arguments when padding mattersReid Kleckner2014-08-281-3/+81
* ArgPromotion: Don't touch variadic functionsReid Kleckner2014-08-251-0/+7
* Use range based for loops to avoid needing to re-mention SmallPtrSet size.Craig Topper2014-08-241-4/+2
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-211-4/+4
* Revert "Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoi...Craig Topper2014-08-181-4/+4
* Repace SmallPtrSet with SmallPtrSetImpl in function arguments to avoid needin...Craig Topper2014-08-171-4/+4
* Fixing a few -Woverloaded-virtual warnings by exposing the hidden virtual fun...Aaron Ballman2014-07-301-0/+2
* AA metadata refactoring (introduce AAMDNodes)Hal Finkel2014-07-241-3/+5
* ArgPromo+DebugInfo: Handle updating debug info over multiple applications of ...David Blaikie2014-07-231-3/+7
* Revert "[C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) ite...Duncan P. N. Exon Smith2014-07-211-1/+2
* [C++11] Add predecessors(BasicBlock *) / successors(BasicBlock *) iterator ra...Manuel Jacob2014-07-201-2/+1
* Allow isDereferenceablePointer to look through some bitcastsHal Finkel2014-07-101-4/+10
* Constify the Function pointers in the result of makeSubprogramMapDavid Blaikie2014-07-021-1/+1
* DebugInfo: Keep track of subprograms who's arguments have been promoted.David Blaikie2014-07-011-0/+12
* ArgumentPromotion: Propagate debug locations on calls for which arguments are...David Blaikie2014-06-271-0/+1
* [C++] Use 'nullptr'. Transforms edition.Craig Topper2014-04-251-7/+7
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-30/+24
* [C++11] Add 'override' keyword to virtual methods that override their base cl...Craig Topper2014-03-051-2/+2
* [Modules] Move CFG.h to the IR library as it defines graph traits overChandler Carruth2014-03-041-1/+1
* [Modules] Move CallSite into the IR library where it belogs. It isChandler Carruth2014-03-041-1/+1
* Update optimization passes to handle inalloca argumentsReid Kleckner2014-01-281-5/+10
* Remove tail marker when changing an argument to an alloca.Rafael Espindola2014-01-231-0/+10
* [PM] Split the CallGraph out from the ModulePass which creates theChandler Carruth2013-11-261-3/+3
* 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
OpenPOWER on IntegriCloud