aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/ConstantFolder.h
AgeCommit message (Expand)Author
2009-07-10Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface.Owen Anderson
2009-07-08Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2008-08-12Add a NullFolder class that doesn't fold constants.Duncan Sands
2008-08-12Point people to ConstantExpr and ConstantFolding,Duncan Sands
2008-08-11Make it possible to use different constantDuncan Sands