aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/ArgumentPromotion.cpp
Commit message (Expand)AuthorAgeFilesLines
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-151-1/+1
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-141-1/+1
* More LLVMContext-ification.Owen Anderson2009-07-061-8/+9
* Implement and use new method Function::hasAddressTaken().Jay Foad2009-06-101-11/+2
* Use a safer iterator interface and get rid of std C++ library misuse.David Greene2009-04-171-3/+2
* Add explicit keywords.Dan Gohman2009-02-181-2/+2
* introduce a useful abstraction to find out if a Use is in the call position o...Gabor Greif2009-01-221-1/+1
* Add the private linkage.Rafael Espindola2009-01-151-1/+1
* If SI->size() is 0, we are not allowed to dereference ->begin().Edwin Török2008-11-161-2/+4
* Now Attributes are divided in three groupsDevang Patel2008-09-261-5/+13
* Large mechanical patch.Devang Patel2008-09-251-22/+22
* s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel2008-09-241-6/+6
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-231-5/+5
* Update the callgraph correctly in ArgumentPromotion.Duncan Sands2008-09-081-0/+7
* Correct a comment and strip trailing whitespace.Duncan Sands2008-09-071-25/+25
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* Restructure ArgumentPromotion a bit. Instead of just having a single booleanMatthijs Kooijman2008-07-291-99/+235
* convert more operand loops to iterator formulationGabor Greif2008-05-291-2/+3
* Fix some constructs that gcc-4.4 warns about.Duncan Sands2008-05-271-1/+2
* Factor code to copy global value attributes likeDuncan Sands2008-05-261-4/+2
* Indent fix.Matthijs Kooijman2008-05-231-2/+2
* Use isSingleValueType instead of isFirstClassType toDan Gohman2008-05-231-2/+2
* 80 col / tabs fixesNate Begeman2008-05-131-4/+5
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-131-4/+4
* Allow argpromote to promote struct arguments with a specified numberChris Lattner2008-04-191-10/+17
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-061-12/+12
* Take the old function's name.Zhou Sheng2008-03-201-0/+1
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-121-17/+14
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-221-1/+1
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-191-5/+9
* Don't drop function/call return attributes like 'nounwind'.Duncan Sands2008-02-011-0/+8
* Fix arg promotion to propagate the correct attrs on the calls toChris Lattner2008-01-171-14/+25
* Small simplification.Duncan Sands2008-01-131-4/+1
* Teach argpromote to ruthlessly hack small byval structs when it canChris Lattner2008-01-111-70/+150
* Use smallptrset instead of std::set for efficiency.Chris Lattner2008-01-111-2/+3
* a byval argument is guaranteed to be valid to load.Chris Lattner2008-01-111-4/+19
* Update this code to use eraseFromParent where possible. ComputeChris Lattner2008-01-111-26/+27
* replace a loop with a constant time check.Chris Lattner2008-01-111-3/+2
* another minor datastructure tweak.Chris Lattner2008-01-111-1/+1
* start using smallvector to avoid vector heap thrashing.Chris Lattner2008-01-111-6/+7
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-291-2/+2
* Fixing several transforms which would drop the collector attributeGordon Henriksen2007-12-251-0/+2
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-271-4/+31
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-011-1/+1
* More fleshing out of docs/Passes.html, plus some typo fixes andGordon Henriksen2007-10-261-8/+8
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-041-3/+3
* Update InvokeInst to work like CallInstDavid Greene2007-08-271-1/+1
* rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()Chris Lattner2007-08-231-1/+1
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-011-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-181-0/+559