aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/ConstantFolder.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* 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 more casts to the IRBuilder.Erick Tryzelaar2009-08-161-0/+13
* 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
* Fix struct/class mismatch.Benjamin Kramer2009-08-111-1/+1
* Add convenience functions for creating exact sdiv operators, andDan Gohman2009-08-111-0/+3
* ConstantFolder and NoFolder no longer require their Context members.Dan Gohman2009-08-111-5/+4
* Move ConstantExpr to 2.5 API.Owen Anderson2009-07-291-35/+35
* Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface.Owen Anderson2009-07-101-36/+40
* Remove the vicmp and vfcmp instructions. Because we never had a release withNick Lewycky2009-07-081-8/+0
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-041-0/+12
* 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-2/+4
* Make it possible to use different constantDuncan Sands2008-08-111-0/+175