aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/PartialSpecialization.cpp
AgeCommit message (Expand)Author
2011-01-16remove the partial specialization pass. It is unmaintained and has bugs.Chris Lattner
2010-10-19Get rid of static constructors for pass registration. Instead, every pass ex...Owen Anderson
2010-10-13Be more consistent in using ValueToValueMapTy.Rafael Espindola
2010-10-09Now using a variant of the existing inlining heuristics to decide whether to ...Kenneth Uildriks
2010-10-07Now with fewer extraneous semicolons!Owen Anderson
2010-08-26Reapply r112091 and r111922, support for metadata linking, with aDan Gohman
2010-08-06Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson
2010-08-06Revert r110396 to fix buildbots.Owen Anderson
2010-08-05Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson
2010-07-22simplifyGabor Greif
2010-07-22do not access arguments via low-level interface, do not multiply dereference ...Gabor Greif
2010-07-21Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson
2010-06-24Use ValueMap instead of DenseMap.Devang Patel
2010-06-05Partial specialization was not checking the callsite to make sure it was usin...Kenneth Uildriks
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-07-22Get rid of the Pass+Context magic.Owen Anderson
2009-07-16Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson
2009-03-08Keep calling-convention and tail-call bit when creating new invoke or call.Nick Lewycky
2008-11-03add a period at the end of the comment, ignoring the fact that the comment wo...Andrew Lenharth
2008-11-03Ensure that we are checking only calls to the function we are interested in s...Andrew Lenharth
2008-10-08dont specialize weak functions and the likeNuno Lopes
2008-09-04try to seperate the mechanism into something others can useAndrew Lenharth
2008-09-04Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman
2008-09-04cleanup as per Duncan's reviewAndrew Lenharth
2008-09-03Initial version of a Partial Specialization IPO pass. It triggers a couple h...Andrew Lenharth