aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/ArgumentPromotion.cpp
AgeCommit message (Expand)Author
2009-10-25Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky
2009-10-25Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky
2009-09-15add a new CallGraphNode::replaceCallEdge method and use it fromChris Lattner
2009-09-01remove CallGraphNode::replaceCallSite, it is redundant with other APIs.Chris Lattner
2009-08-31add -debug outputChris Lattner
2009-08-31Fix some nasty callgraph dangling pointer problems in Chris Lattner
2009-08-24prune the #includes in raw_ostream.h by moving a Chris Lattner
2009-08-14Make TargetData optional in GlobalOpt and ArgumentPromotion.Dan Gohman
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-07-31Move a few more APIs back to 2.5 forms. The only remaining ones left to chan...Owen Anderson
2009-07-30Twines: Don't allow implicit conversion from integers, this is too tricky.Daniel Dunbar
2009-07-30Switch obvious clients to Twine instead of utostr (when they were already usingDaniel Dunbar
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-25More migration to raw_ostream, the water has dried up around the iostream hole.Daniel Dunbar
2009-07-24Revert the ConstantInt constructors back to their 2.5 forms where possible, t...Owen Anderson
2009-07-22Remove unnecessary store to temporary std::string.Daniel Dunbar
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-15Revert yesterday's change by removing the LLVMContext parameter to AllocaInst...Owen Anderson
2009-07-14Move EVER MORE stuff over to LLVMContext.Owen Anderson
2009-07-06More LLVMContext-ification.Owen Anderson
2009-06-10Implement and use new method Function::hasAddressTaken().Jay Foad
2009-04-17Use a safer iterator interface and get rid of std C++ library misuse.David Greene
2009-02-18Add explicit keywords.Dan Gohman
2009-01-22introduce a useful abstraction to find out if a Use is in the call position o...Gabor Greif
2009-01-15Add the private linkage.Rafael Espindola
2008-11-16If SI->size() is 0, we are not allowed to dereference ->begin().Torok Edwin
2008-09-26Now Attributes are divided in three groupsDevang Patel
2008-09-25 Large mechanical patch.Devang Patel
2008-09-24s/ParamAttrsWithIndex/FnAttributeWithIndex/gDevang Patel
2008-09-23s/ParameterAttributes/Attributes/gDevang Patel
2008-09-08Update the callgraph correctly in ArgumentPromotion.Duncan Sands
2008-09-07Correct a comment and strip trailing whitespace.Duncan Sands
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-07-29Restructure ArgumentPromotion a bit. Instead of just having a single booleanMatthijs Kooijman
2008-05-29convert more operand loops to iterator formulationGabor Greif
2008-05-27Fix some constructs that gcc-4.4 warns about.Duncan Sands
2008-05-26Factor code to copy global value attributes likeDuncan Sands
2008-05-23Indent fix.Matthijs Kooijman
2008-05-23Use isSingleValueType instead of isFirstClassType toDan Gohman
2008-05-1380 col / tabs fixesNate Begeman
2008-05-13Clean up the use of static and anonymous namespaces. This turned upDan Gohman
2008-04-19Allow argpromote to promote struct arguments with a specified numberChris Lattner
2008-04-06API changes for class Use size reduction, wave 1.Gabor Greif
2008-03-20Take the old function's name.Zhou Sheng
2008-03-12Reimplement the parameter attributes support, phase #1. hilights:Chris Lattner
2008-02-22Split ParameterAttributes.h, putting the complicatedDale Johannesen
2008-02-19Expand ParameterAttributes to 32 bits (in preparationDale Johannesen
2008-02-01Don't drop function/call return attributes like 'nounwind'.Duncan Sands
2008-01-17Fix arg promotion to propagate the correct attrs on the calls toChris Lattner
2008-01-13Small simplification.Duncan Sands