summaryrefslogtreecommitdiff
path: root/include/llvm/Support/TargetFolder.h
Commit message (Expand)AuthorAge
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Add missing function CreateFPCast to the TargetFolder. It's there in the otherNick Lewycky2012-09-27
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-21
* Update llvm-gcc-4.2 and dragonegg after converting ConstantFolder APIsJay 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
* switch the constantexpr, target folder, and IRBuilder interfacesChris Lattner2011-02-10
* enrich folder interfaces around exactness.Chris Lattner2011-02-09
* Add IRBuilder methods for creating an exact udiv, like for exact sdiv.Duncan Sands2011-02-07
* add missing method, PR6284Chris Lattner2010-02-17
* 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
* remove some more Context arguments.Chris Lattner2009-11-06
* remove a bunch of extraneous LLVMContext argumentsChris Lattner2009-11-06
* InstrTypes.h includes Instruction.h, so it's not necessary to include both.Dan Gohman2009-11-05
* Make two more LLVM headers standaloneDouglas Gregor2009-11-05
* Add CreateZExtOrBitCast and CreateSExtOrBitCast to TargetFolderDan Gohman2009-10-26
* 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
* Add convenience functions for creating exact sdiv operators, andDan Gohman2009-08-11
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-04
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-29
* Get rid of the Pass+Context magic.Owen Anderson2009-07-22
* Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface.Owen Anderson2009-07-10
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-08
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-06
* Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson2009-07-06
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Change TargetFolder's TD member from a reference to aDan Gohman2009-06-03
* Add a NullFolder class that doesn't fold constants.Duncan Sands2008-08-12
* Point people to ConstantExpr and ConstantFolding,Duncan Sands2008-08-12
* Make it possible to use different constantDuncan Sands2008-08-11