| Commit message (Expand) | Author | Age | Files | Lines |
* | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth | 2013-01-02 | 1 | -2/+2 |
* | Convert ConstantExpr::getGetElementPtr and | Jay Foad | 2011-07-21 | 1 | -8/+6 |
* | Convert ConstantFolder APIs to use ArrayRef. | Jay Foad | 2011-07-21 | 1 | -16/+30 |
* | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner | 2011-07-18 | 1 | -10/+10 |
* | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad | 2011-07-13 | 1 | -5/+5 |
* | Remove the LLVMContext& arguments from *Folder constructors, as they don't se... | Frits van Bommel | 2011-04-03 | 1 | -3/+1 |
* | switch the constantexpr, target folder, and IRBuilder interfaces | Chris Lattner | 2011-02-10 | 1 | -34/+15 |
* | enrich folder interfaces around exactness. | Chris Lattner | 2011-02-09 | 1 | -14/+12 |
* | Add IRBuilder methods for creating an exact udiv, like for exact sdiv. | Duncan Sands | 2011-02-07 | 1 | -0/+3 |
* | Adding missing methods for creating Add, Mul, Neg and Sub with NUW. | Duncan Sands | 2010-02-02 | 1 | -0/+12 |
* | Add utility routines for NSW multiply. | Dan Gohman | 2009-12-18 | 1 | -0/+3 |
* | Add utility routines for creating integer negation operators with NSW set. | Dan Gohman | 2009-12-18 | 1 | -0/+3 |
* | InstrTypes.h includes Instruction.h, so it's not necessary to include both. | Dan Gohman | 2009-11-05 | 1 | -1/+0 |
* | Make two more LLVM headers standalone | Douglas Gregor | 2009-11-05 | 1 | -0/+2 |
* | For the NSWSub support in the builder to actually be useable, | Duncan Sands | 2009-09-26 | 1 | -0/+3 |
* | Revert 80959. It isn't sufficient to solve the full problem. And it | Dan Gohman | 2009-09-03 | 1 | -4/+4 |
* | Remove the API for creating ConstantExprs with the nsw, nuw, inbounds, | Dan Gohman | 2009-09-03 | 1 | -4/+4 |
* | Add more casts to the IRBuilder. | Erick Tryzelaar | 2009-08-16 | 1 | -0/+13 |
* | Add convenience functions for creating nsw add operators. | Dan Gohman | 2009-08-11 | 1 | -0/+3 |
* | Add convenience functions for creating inbounds GEPs. | Dan Gohman | 2009-08-11 | 1 | -0/+9 |
* | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
* | Fix struct/class mismatch. | Benjamin Kramer | 2009-08-11 | 1 | -1/+1 |
* | Add convenience functions for creating exact sdiv operators, and | Dan Gohman | 2009-08-11 | 1 | -0/+3 |
* | ConstantFolder and NoFolder no longer require their Context members. | Dan Gohman | 2009-08-11 | 1 | -5/+4 |
* | Move ConstantExpr to 2.5 API. | Owen Anderson | 2009-07-29 | 1 | -35/+35 |
* | Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface. | Owen Anderson | 2009-07-10 | 1 | -36/+40 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -8/+0 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -0/+12 |
* | Add a NullFolder class that doesn't fold constants. | Duncan Sands | 2008-08-12 | 1 | -2/+14 |
* | Point people to ConstantExpr and ConstantFolding, | Duncan Sands | 2008-08-12 | 1 | -2/+4 |
* | Make it possible to use different constant | Duncan Sands | 2008-08-11 | 1 | -0/+175 |