Revert r110396 to fix buildbots.
[oota-llvm.git] / lib / Transforms / IPO / PartialSpecialization.cpp
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2010-07-22 Gabor Greifsimplify
2010-07-22 Gabor Greifdo not access arguments via low-level interface, do...
2010-07-21 Owen AndersonFix batch of converting RegisterPass<> to INTIALIZE_PASS().
2010-06-24 Devang PatelUse ValueMap instead of DenseMap.
2010-06-05 Kenneth UildriksPartial specialization was not checking the callsite...
2009-10-25 Nick LewyckyRemove includes of Support/Compiler.h that are no longe...
2009-10-25 Nick LewyckyRemove VISIBILITY_HIDDEN from class/struct found inside...
2009-07-22 Owen AndersonGet rid of the Pass+Context magic.
2009-07-16 Owen AndersonMove the ConstantInt uniquing table into LLVMContextImp...
2009-03-08 Nick LewyckyKeep calling-convention and tail-call bit when creating...
2008-11-03 Andrew Lenharthadd a period at the end of the comment, ignoring the...
2008-11-03 Andrew LenharthEnsure that we are checking only calls to the function...
2008-10-08 Nuno Lopesdont specialize weak functions and the like
2008-09-04 Andrew Lenharthtry to seperate the mechanism into something others...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-09-04 Andrew Lenharthcleanup as per Duncan's review
2008-09-03 Andrew LenharthInitial version of a Partial Specialization IPO pass...