summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Transforms/IPO/ArgumentPromotion.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Fix typo in comment.Nick Lewycky2007-05-061-1/+1
* Drop 'const'Devang Patel2007-05-031-2/+2
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-021-2/+2
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-011-0/+4
* Use APInt conversion to string so the result is correct regardless of theReid Spencer2007-03-011-1/+1
* Eliminate use of ctors that take vectors.Chris Lattner2007-02-131-5/+6
* stop using methods that take vectors.Chris Lattner2007-02-121-2/+5
* simplify name juggling through the use of Value::takeName.Chris Lattner2007-02-111-4/+2
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-051-1/+2
* Inherit CallGraphSCCPass directly from Pass.Devang Patel2007-01-261-1/+1
* For PR950:Reid Spencer2006-12-311-3/+3
* Eliminate static ctors due to Statistic objectsChris Lattner2006-12-191-7/+4
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-061-3/+3
* Replace #include <iostream> with llvm_* streams.Bill Wendling2006-11-261-8/+7
* For PR786:Reid Spencer2006-11-021-2/+0
* For PR950:Reid Spencer2006-10-201-3/+3
OpenPOWER on IntegriCloud