summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/ArgumentPromotion.cpp
Commit message (Expand)AuthorAge
* 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
* Fix PR1146: parameter attributes are longer part ofDuncan Sands2007-11-27
* Executive summary: getTypeSize -> getTypeStoreSize / getABITypeSize.Duncan Sands2007-11-01
* More fleshing out of docs/Passes.html, plus some typo fixes andGordon Henriksen2007-10-26
* Update GEP constructors to use an iterator interface to fixDavid Greene2007-09-04
* Update InvokeInst to work like CallInstDavid Greene2007-08-27
* rename APInt::toString -> toStringUnsigned for symmetry with toStringSigned()Chris Lattner2007-08-23
* New CallInst interface to address GLIBCXX_DEBUG errors caused byDavid Greene2007-08-01
* Fix typo in comment.Nick Lewycky2007-05-06
* Drop 'const'Devang Patel2007-05-03
* Use 'static const char' instead of 'static const int'.Devang Patel2007-05-02
* Do not use typeinfo to identify pass in pass manager.Devang Patel2007-05-01
* Use APInt conversion to string so the result is correct regardless of theReid Spencer2007-03-01
* Eliminate use of ctors that take vectors.Chris Lattner2007-02-13
* stop using methods that take vectors.Chris Lattner2007-02-12
* simplify name juggling through the use of Value::takeName.Chris Lattner2007-02-11
* Apply the VISIBILITY_HIDDEN field to the remaining anonymous classes inReid Spencer2007-02-05
* Inherit CallGraphSCCPass directly from Pass.Devang Patel2007-01-26
* For PR950:Reid Spencer2006-12-31
* Eliminate static ctors due to Statistic objectsChris Lattner2006-12-19
* Detemplatize the Statistic class. The only type it is instantiated withChris Lattner2006-12-06
* Replace #include <iostream> with llvm_* streams.Bill Wendling2006-11-26