summaryrefslogtreecommitdiff
path: root/include/llvm/Support/NoFolder.h
Commit message (Expand)AuthorAge
* [Modules] Move the NoFolder into the IR library as it createsChandler Carruth2014-03-04
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Insertion of NoFolder functions to avoid ambiguous overload warnings or error...Jin-Gu Kang2012-08-17
* Convert GetElementPtrInst to use ArrayRef.Jay Foad2011-07-25
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-21
* Convert ConstantFolder APIs to use ArrayRef.Jay Foad2011-07-21
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-18
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-13
* Remove the LLVMContext& arguments from *Folder constructors, as they don't se...Frits van Bommel2011-04-03
* Update the NoFolder to work with current IRBuilder.Nick Lewycky2011-02-25
* Add IRBuilder methods for creating an exact udiv, like for exact sdiv.Duncan Sands2011-02-07
* patch from Frits van Bommel:Chris Lattner2010-11-18
* Adding missing methods for creating Add, Mul, Neg and Sub with NUW.Duncan Sands2010-02-02
* Add utility routines for NSW multiply.Dan Gohman2009-12-18
* Add utility routines for creating integer negation operators with NSW set.Dan Gohman2009-12-18
* Use ExtractElementInst::Create instead of new; patch by Artur Pietrek!Daniel Dunbar2009-11-22
* For the NSWSub support in the builder to actually be useable,Duncan Sands2009-09-26
* Revert 80959. It isn't sufficient to solve the full problem. And itDan Gohman2009-09-03
* Remove the API for creating ConstantExprs with the nsw, nuw, inbounds,Dan Gohman2009-09-03
* Add convenience functions for creating nsw add operators.Dan Gohman2009-08-11
* Add convenience functions for creating inbounds GEPs.Dan Gohman2009-08-11
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-11
* Fix struct/class mismatch.Benjamin Kramer2009-08-11
* Add convenience functions for creating exact sdiv operators, andDan Gohman2009-08-11
* ConstantFolder and NoFolder no longer require their Context members.Dan Gohman2009-08-11
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-29
* Push LLVMContext through the PatternMatch API.Owen Anderson2009-07-10
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Fix the name of the include guard to match the filename.Dan Gohman2008-10-28
* Rename this, in case people think that NullFolderDuncan Sands2008-08-13