aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/TargetFolder.h
AgeCommit message (Expand)Author
2010-02-17add missing method, PR6284Chris Lattner
2010-02-02Adding missing methods for creating Add, Mul, Neg and Sub with NUW.Duncan Sands
2009-12-18Add utility routines for NSW multiply.Dan Gohman
2009-12-18Add utility routines for creating integer negation operators with NSW set.Dan Gohman
2009-11-06remove some more Context arguments.Chris Lattner
2009-11-06remove a bunch of extraneous LLVMContext argumentsChris Lattner
2009-11-05InstrTypes.h includes Instruction.h, so it's not necessary to include both.Dan Gohman
2009-11-05Make two more LLVM headers standaloneDouglas Gregor
2009-10-26Add CreateZExtOrBitCast and CreateSExtOrBitCast to TargetFolderDan Gohman
2009-09-26For the NSWSub support in the builder to actually be useable,Duncan Sands
2009-09-03Revert 80959. It isn't sufficient to solve the full problem. And itDan Gohman
2009-09-03Remove the API for creating ConstantExprs with the nsw, nuw, inbounds,Dan Gohman
2009-08-11Add convenience functions for creating nsw add operators.Dan Gohman
2009-08-11Add convenience functions for creating inbounds GEPs.Dan Gohman
2009-08-11Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer
2009-08-11Add convenience functions for creating exact sdiv operators, andDan Gohman
2009-08-04Factor some of the constants+context related code out into a separate header,...Owen Anderson
2009-07-29Move ConstantExpr to 2.5 API.Owen Anderson
2009-07-22Get rid of the Pass+Context magic.Owen Anderson
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-07-06"LLVMContext* " --> "LLVMContext *"Owen Anderson
2009-07-06Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson
2009-06-04Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman
2009-06-03Change TargetFolder's TD member from a reference to aDan 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