summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/ArgumentPromotion.cpp
Commit message (Expand)AuthorAge
...
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-31
* Twines: Don't allow implicit conversion from integers, this is too tricky.Daniel Dunbar2009-07-30
* Switch obvious clients to Twine instead of utostr (when they were already usingDaniel Dunbar2009-07-30
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-25
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-24
* Remove unnecessary store to temporary std::string.Daniel Dunbar2009-07-22
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson2009-07-15
* Move EVER MORE stuff over to LLVMContext.Owen Anderson2009-07-14
* More LLVMContext-ification.Owen Anderson2009-07-06
* Implement and use new method Function::hasAddressTaken().Jay Foad2009-06-10
* Use a safer iterator interface and get rid of std C++ library misuse.David Greene2009-04-17
* Add explicit keywords.Dan Gohman2009-02-18
* introduce a useful abstraction to find out if a Use is in the call position o...Gabor Greif2009-01-22
* Add the private linkage.Rafael Espindola2009-01-15
* If SI->size() is 0, we are not allowed to dereference ->begin().Torok Edwin2008-11-16
* Now Attributes are divided in three groupsDevang Patel2008-09-26
* Large mechanical patch.Devang Patel2008-09-25
* s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel2008-09-24
* s/ParameterAttributes/Attributes/gDevang Patel2008-09-23
* Update the callgraph correctly in ArgumentPromotion.Duncan Sands2008-09-08
* Correct a comment and strip trailing whitespace.Duncan Sands2008-09-07
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* Restructure ArgumentPromotion a bit. Instead of just having a single booleanMatthijs Kooijman2008-07-29
* convert more operand loops to iterator formulationGabor Greif2008-05-29
* Fix some constructs that gcc-4.4 warns about.Duncan Sands2008-05-27
* Factor code to copy global value attributes likeDuncan Sands2008-05-26
* Indent fix.Matthijs Kooijman2008-05-23
* Use isSingleValueType instead of isFirstClassType toDan Gohman2008-05-23
* 80 col / tabs fixesNate Begeman2008-05-13
* Clean up the use of static and anonymous namespaces. This turned upDan Gohman2008-05-13
* Allow argpromote to promote struct arguments with a specified numberChris Lattner2008-04-19
* API changes for class Use size reduction, wave 1.Gabor Greif2008-04-06
* Take the old function's name.Zhou Sheng2008-03-20
* Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner2008-03-12
* Split ParameterAttributes.h, putting the complicatedDale Johannesen2008-02-22
* Expand ParameterAttributes to 32 bits (in preparationDale Johannesen2008-02-19
* Don't drop function/call return attributes like 'nounwind'.Duncan Sands2008-02-01
* Fix arg promotion to propagate the correct attrs on the calls toChris Lattner2008-01-17
* Small simplification.Duncan Sands2008-01-13
* Teach argpromote to ruthlessly hack small byval structs when it canChris Lattner2008-01-11
* Use smallptrset instead of std::set for efficiency.Chris Lattner2008-01-11
* a byval argument is guaranteed to be valid to load.Chris Lattner2008-01-11
* Update this code to use eraseFromParent where possible. ComputeChris Lattner2008-01-11
* replace a loop with a constant time check.Chris Lattner2008-01-11
* another minor datastructure tweak.Chris Lattner2008-01-11
* start using smallvector to avoid vector heap thrashing.Chris Lattner2008-01-11
* Remove attribution from file headers, per discussion on llvmdev.Chris Lattner2007-12-29
* Fixing several transforms which would drop the collector attributeGordon Henriksen2007-12-25