aboutsummaryrefslogtreecommitdiff
path: root/lib/Transforms/IPO/MergeFunctions.cpp
AgeCommit message (Expand)Author
2009-06-13Unlike the other instructions, GEP really does need to look at the type of aNick Lewycky
2009-06-12Give Instruction::isSameOperationAs a corresponding comment to noteDan Gohman
2009-06-12Keep callers of a weak function calling it, instead of the non-weak equivalent.Nick Lewycky
2009-06-12Don't forget to match the calling convention when producing a thunk.Nick Lewycky
2009-06-12Given two identical weak functions, produce one internal function and two weakNick Lewycky
2009-06-12Add an "are types equivalent" operation that ignores the types that a pointerNick Lewycky
2009-01-15Add the private linkage.Rafael Espindola
2008-11-02Changes from Duncan's review:Nick Lewycky
2008-11-02Get this building on 64 bit machines (error:Duncan Sands
2008-11-02Add a new MergeFunctions pass. It finds identical functions and merges them.Nick Lewycky