aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/Support/NoFolder.h
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-08-17Insertion of NoFolder functions to avoid ambiguous overload warnings or error...Jin-Gu Kang
2011-07-25Convert GetElementPtrInst to use ArrayRef.Jay Foad
2011-07-21Convert ConstantExpr::getGetElementPtr andJay Foad
2011-07-21Convert ConstantFolder APIs to use ArrayRef.Jay Foad
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-13Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad
2011-04-03Remove the LLVMContext& arguments from *Folder constructors, as they don't se...Frits van Bommel
2011-02-25Update the NoFolder to work with current IRBuilder.Nick Lewycky
2011-02-07Add IRBuilder methods for creating an exact udiv, like for exact sdiv.Duncan Sands
2010-11-18patch from Frits van Bommel:Chris 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-22Use ExtractElementInst::Create instead of new; patch by Artur Pietrek!Daniel Dunbar
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-11Fix struct/class mismatch.Benjamin Kramer
2009-08-11Add convenience functions for creating exact sdiv operators, andDan Gohman
2009-08-11ConstantFolder and NoFolder no longer require their Context members.Dan Gohman
2009-07-29Move ConstantExpr to 2.5 API.Owen Anderson
2009-07-10Push LLVMContext through the PatternMatch API.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-10-28Fix the name of the include guard to match the filename.Dan Gohman
2008-08-13Rename this, in case people think that NullFolderDuncan Sands