summaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/PartialSpecialization.cpp
Commit message (Expand)AuthorAge
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* simplifyGabor Greif2010-07-22
* do not access arguments via low-level interface, do not multiply dereference ...Gabor Greif2010-07-22
* Fix batch of converting RegisterPass<> to INTIALIZE_PASS().Owen Anderson2010-07-21
* Use ValueMap instead of DenseMap.Devang Patel2010-06-24
* Partial specialization was not checking the callsite to make sure it was usin...Kenneth Uildriks2010-06-05
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-25
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-25
* 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