Age | Commit message (Expand) | Author |
2013-01-02 | Move all of the header files which are involved in modelling the LLVM IR | Chandler Carruth |
2012-12-03 | Sort the #include lines for the include/... tree with the script. | Chandler Carruth |
2012-10-08 | Move TargetData to DataLayout. | Micah Villmow |
2012-09-27 | Add missing function CreateFPCast to the TargetFolder. It's there in the other | Nick Lewycky |
2011-07-21 | Convert ConstantExpr::getGetElementPtr and | Jay Foad |
2011-07-21 | Update llvm-gcc-4.2 and dragonegg after converting ConstantFolder APIs | Jay Foad |
2011-07-21 | Convert ConstantFolder APIs to use ArrayRef. | Jay Foad |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-13 | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad |
2011-02-10 | switch the constantexpr, target folder, and IRBuilder interfaces | Chris Lattner |
2011-02-09 | enrich folder interfaces around exactness. | Chris Lattner |
2011-02-07 | Add IRBuilder methods for creating an exact udiv, like for exact sdiv. | Duncan Sands |
2010-02-17 | add missing method, PR6284 | Chris Lattner |
2010-02-02 | Adding missing methods for creating Add, Mul, Neg and Sub with NUW. | Duncan Sands |
2009-12-18 | Add utility routines for NSW multiply. | Dan Gohman |
2009-12-18 | Add utility routines for creating integer negation operators with NSW set. | Dan Gohman |
2009-11-06 | remove some more Context arguments. | Chris Lattner |
2009-11-06 | remove a bunch of extraneous LLVMContext arguments | Chris Lattner |
2009-11-05 | InstrTypes.h includes Instruction.h, so it's not necessary to include both. | Dan Gohman |
2009-11-05 | Make two more LLVM headers standalone | Douglas Gregor |
2009-10-26 | Add CreateZExtOrBitCast and CreateSExtOrBitCast to TargetFolder | Dan Gohman |
2009-09-26 | For the NSWSub support in the builder to actually be useable, | Duncan Sands |
2009-09-03 | Revert 80959. It isn't sufficient to solve the full problem. And it | Dan Gohman |
2009-09-03 | Remove the API for creating ConstantExprs with the nsw, nuw, inbounds, | Dan Gohman |
2009-08-11 | Add convenience functions for creating nsw add operators. | Dan Gohman |
2009-08-11 | Add convenience functions for creating inbounds GEPs. | Dan Gohman |
2009-08-11 | Make LLVMContext and LLVMContextImpl classes instead of structs. | Benjamin Kramer |
2009-08-11 | Add convenience functions for creating exact sdiv operators, and | Dan Gohman |
2009-08-04 | Factor some of the constants+context related code out into a separate header,... | Owen Anderson |
2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
2009-07-22 | Get rid of the Pass+Context magic. | Owen Anderson |
2009-07-10 | Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface. | Owen Anderson |
2009-07-08 | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky |
2009-07-06 | "LLVMContext* " --> "LLVMContext *" | Owen Anderson |
2009-07-06 | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson |
2009-06-04 | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman |
2009-06-03 | Change TargetFolder's TD member from a reference to a | Dan Gohman |
2008-08-12 | Add a NullFolder class that doesn't fold constants. | Duncan Sands |
2008-08-12 | Point people to ConstantExpr and ConstantFolding, | Duncan Sands |
2008-08-11 | Make it possible to use different constant | Duncan Sands |