aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/PartialSpecialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* Now with fewer extraneous semicolons!Owen Anderson2010-10-071-1/+1
* Reapply r112091 and r111922, support for metadata linking, with aDan Gohman2010-08-261-1/+2
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* simplifyGabor Greif2010-07-221-3/+2
* do not access arguments via low-level interface, do not multiply dereference ...Gabor Greif2010-07-221-17/+19
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-211-2/+2
* Use ValueMap instead of DenseMap.Devang Patel2010-06-241-3/+3
* Partial specialization was not checking the callsite to make sure it was usin...Kenneth Uildriks2010-06-051-9/+33
* 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
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-2/+0
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-161-0/+2
* Keep calling-convention and tail-call bit when creating new invoke or call.Nick Lewycky2009-03-081-10/+13
* add a period at the end of the comment, ignoring the fact that the comment wo...Andrew Lenharth2008-11-031-1/+1
* Ensure that we are checking only calls to the function we are interested in s...Andrew Lenharth2008-11-031-2/+4
* dont specialize weak functions and the likeNuno Lopes2008-10-081-1/+1
* try to seperate the mechanism into something others can useAndrew Lenharth2008-09-041-20/+70
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-041-1/+1
* cleanup as per Duncan's reviewAndrew Lenharth2008-09-041-33/+42
* Initial version of a Partial Specialization IPO pass. It triggers a couple h...Andrew Lenharth2008-09-031-0/+127