aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Transforms/IPO/PartialSpecialization.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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