aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/ArgumentPromotion.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* simplify by using CallSite constructors; virtually eliminates CallSite::get f...Gabor Greif2010-07-281-4/+3
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* cache result of operator*Gabor Greif2010-07-121-6/+9
* Fix rdar://7879828 - crash in CallGraph, a self host issue.Chris Lattner2010-04-201-3/+9
* introduce a new CallGraphSCC class, and pass it aroundChris Lattner2010-04-161-5/+6
* When we promote a load of an argument make sure to take the alignmentEric Christopher2010-03-271-1/+5
* add assert in argpromotion, which cannot triggerGabor Greif2010-03-231-4/+5
* Correct whitespace.Nick Lewycky2010-02-251-1/+1
* There are two ways of checking for a given type, for example isa<PointerType>(T)Duncan Sands2010-02-161-2/+2
* Fix "the the" and similar typos.Dan Gohman2010-02-101-1/+1
* Change errs() to dbgs().David Greene2010-01-051-5/+5
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* add a new CallGraphNode::replaceCallEdge method and use it fromChris Lattner2009-09-151-4/+4
* remove CallGraphNode::replaceCallSite, it is redundant with other APIs.Chris Lattner2009-09-011-1/+3
* add -debug outputChris Lattner2009-08-311-0/+4
* Fix some nasty callgraph dangling pointer problems in Chris Lattner2009-08-311-22/+30
* prune the #includes in raw_ostream.h by moving a Chris Lattner2009-08-241-0/+1
* Make TargetData optional in GlobalOpt and ArgumentPromotion.Dan Gohman2009-08-141-3/+3
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-8/+13
* Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson2009-07-311-3/+2
* Twines: Don't allow implicit conversion from integers, this is too tricky.Daniel Dunbar2009-07-301-2/+2
* Switch obvious clients to Twine instead of utostr (when they were already usingDaniel Dunbar2009-07-301-3/+2
* Move types back to the 2.5 API.Owen Anderson2009-07-291-1/+1
* More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar2009-07-251-11/+12
* Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson2009-07-241-5/+5
* Remove unnecessary store to temporary std::string.Daniel Dunbar2009-07-221-3/+4
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-8/+9
* 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().Torok Edwin2008-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