Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finish pushing LLVMContext through the IRBuilder/ConstantFolder interface. | Owen Anderson | 2009-07-10 | 1 | -38/+38 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -8/+0 |
* | "LLVMContext* " --> "LLVMContext *" | Owen Anderson | 2009-07-06 | 1 | -2/+2 |
* | Thread LLVMContext through the constant folding APIs, which touches a lot of ... | Owen Anderson | 2009-07-06 | 1 | -2/+5 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -0/+12 |
* | Change TargetFolder's TD member from a reference to a | Dan Gohman | 2009-06-03 | 1 | -5/+7 |
* | 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 | -6/+10 |
* | Make it possible to use different constant | Duncan Sands | 2008-08-11 | 1 | -0/+193 |