aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/TargetFolder.h
Commit message (Expand)AuthorAgeFilesLines
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-2/+2
* Sort the #include lines for the include/... tree with the script.Chandler Carruth2012-12-031-2/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-3/+3
* Add missing function CreateFPCast to the TargetFolder. It's there in the otherNick Lewycky2012-09-271-1/+8
* Convert ConstantExpr::getGetElementPtr andJay Foad2011-07-211-10/+6
* Update llvm-gcc-4.2 and dragonegg after converting ConstantFolder APIsJay Foad2011-07-211-0/+6
* Convert ConstantFolder APIs to use ArrayRef.Jay Foad2011-07-211-16/+26
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-9/+9
* Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef.Jay Foad2011-07-131-5/+6
* switch the constantexpr, target folder, and IRBuilder interfacesChris Lattner2011-02-101-34/+15
* enrich folder interfaces around exactness.Chris Lattner2011-02-091-14/+8
* Add IRBuilder methods for creating an exact udiv, like for exact sdiv.Duncan Sands2011-02-071-0/+3
* add missing method, PR6284Chris Lattner2010-02-171-1/+3
* Adding missing methods for creating Add, Mul, Neg and Sub with NUW.Duncan Sands2010-02-021-0/+12
* Add utility routines for NSW multiply.Dan Gohman2009-12-181-0/+3
* Add utility routines for creating integer negation operators with NSW set.Dan Gohman2009-12-181-0/+3
* remove some more Context arguments.Chris Lattner2009-11-061-2/+1
* remove a bunch of extraneous LLVMContext argumentsChris Lattner2009-11-061-4/+2
* InstrTypes.h includes Instruction.h, so it's not necessary to include both.Dan Gohman2009-11-051-1/+0
* Make two more LLVM headers standaloneDouglas Gregor2009-11-051-0/+2
* Add CreateZExtOrBitCast and CreateSExtOrBitCast to TargetFolderDan Gohman2009-10-261-0/+10
* For the NSWSub support in the builder to actually be useable,Duncan Sands2009-09-261-0/+3
* Revert 80959. It isn't sufficient to solve the full problem. And itDan Gohman2009-09-031-4/+4
* Remove the API for creating ConstantExprs with the nsw, nuw, inbounds,Dan Gohman2009-09-031-4/+4
* Add convenience functions for creating nsw add operators.Dan Gohman2009-08-111-0/+3
* Add convenience functions for creating inbounds GEPs.Dan Gohman2009-08-111-0/+9
* Make LLVMContext and LLVMContextImpl classes instead of structs.Benjamin Kramer2009-08-111-1/+1
* Add convenience functions for creating exact sdiv operators, andDan Gohman2009-08-111-0/+3
* Factor some of the constants+context related code out into a separate header,...Owen Anderson2009-08-041-1/+1
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-291-35/+35
* Get rid of the Pass+Context magic.Owen Anderson2009-07-221-1/+1
* Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface.Owen Anderson2009-07-101-38/+38
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-8/+0
* "LLVMContext* " --> "LLVMContext *"Owen Anderson2009-07-061-2/+2
* Thread LLVMContext through the constant folding APIs, which touches a lot of ...Owen Anderson2009-07-061-2/+5
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-0/+12
* Change TargetFolder's TD member from a reference to aDan Gohman2009-06-031-5/+7
* Add a NullFolder class that doesn't fold constants.Duncan Sands2008-08-121-2/+14
* Point people to ConstantExpr and ConstantFolding,Duncan Sands2008-08-121-6/+10
* Make it possible to use different constantDuncan Sands2008-08-111-0/+193