summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/PartialSpecialization.cpp
Commit message (Expand)AuthorAge
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Move the ConstantInt uniquing table into LLVMContextImpl. This exposed a num...Owen Anderson2009-07-16
* Keep calling-convention and tail-call bit when creating new invoke or call.Nick Lewycky2009-03-08
* add a period at the end of the comment, ignoring the fact that the comment wo...Andrew Lenharth2008-11-03
* Ensure that we are checking only calls to the function we are interested in s...Andrew Lenharth2008-11-03
* dont specialize weak functions and the likeNuno Lopes2008-10-08
* try to seperate the mechanism into something others can useAndrew Lenharth2008-09-04
* Tidy up several unbeseeming casts from pointer to intptr_t.Dan Gohman2008-09-04
* cleanup as per Duncan's reviewAndrew Lenharth2008-09-04
* Initial version of a Partial Specialization IPO pass. It triggers a couple h...Andrew Lenharth2008-09-03