Age | Commit message (Expand) | Author |
2010-05-14 | Add some comments about undef. | Dan Gohman |
2010-05-10 | Delete an obsolete comment. | Dan Gohman |
2010-02-25 | Add more information to the getSizeOf comment. | Dan Gohman |
2010-02-24 | When forming SSE min and max nodes for UGE and ULE comparisons, it's | Dan Gohman |
2010-02-12 | Add support for a union type in LLVM IR. Patch by Talin! | Chris Lattner |
2010-02-02 | Adding missing methods for creating Add, Mul, Neg and Sub with NUW. | Duncan Sands |
2010-02-01 | Add a getNUWMul function. | Dan Gohman |
2010-02-01 | Add a generalized form of ConstantExpr::getOffsetOf which works for | Dan Gohman |
2010-01-28 | Make getAlignOf return an i64, for consistency with getSizeOf and | Dan Gohman |
2009-12-29 | add a layer of accessors around the Value::SubClassData member, and use | Chris Lattner |
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 | Pass StringRef by value. | Daniel Dunbar |
2009-11-01 | Revert 85678/85680. The decision is to stay with the current form of | Chris Lattner |
2009-10-31 | Make blockaddress(@func, null) be valid, and make 'deleting a basic | Chris Lattner |
2009-10-28 | Previously, all operands to Constant were themselves constant. | Chris Lattner |
2009-10-28 | IR support for the new BlockAddress constant kind. This is | Chris Lattner |
2009-10-20 | Random #include pruning. | Benjamin Kramer |
2009-10-11 | fix a bunch of bad formatting, delete the dead | Chris Lattner |
2009-09-26 | For the NSWSub support in the builder to actually be useable, | Duncan Sands |
2009-09-25 | Rename ConstantFP's getInf to getInfinity. | Dan Gohman |
2009-09-25 | Add a ConstantFP::getInf utility function for creating infinity ConstantFPs. | Dan Gohman |
2009-09-19 | Remove the default value for ConstantStruct::get's isPacked parameter and | Nick Lewycky |
2009-09-10 | Factor out the code for checking that all indices in a getelementptr are | Dan Gohman |
2009-09-07 | Reappy r80998, now that the GlobalOpt bug that it exposed on MiniSAT is fixed. | Dan Gohman |
2009-09-06 | Public and private corrections, warned about by icc (#304). | Duncan Sands |
2009-09-06 | Revert "Include optional subclass flags, such as inbounds, nsw, etc., ...", this | Daniel Dunbar |
2009-09-04 | Include optional subclass flags, such as inbounds, nsw, etc., in the | Dan Gohman |
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-09-03 | Now Bitcode reader bug is fixed. Reapply 80839. | Devang Patel |
2009-09-02 | Revert 80839 for now. It causes test failures. | Devang Patel |
2009-09-02 | Use CallbackVH, instead of WeakVH, to hold MDNode elements. | Devang Patel |
2009-08-16 | Add helper functions to ConstantInt and ConstantFP to accept strings. | Erick Tryzelaar |
2009-08-16 | Add a getOffsetOf, for building a target-independent expression for | Dan Gohman |
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
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-10 | Rename ConvertType to ConvertConstant to avoid a name conflict on llvm-gcc. | Daniel Dunbar |
2009-08-10 | Change the MDNode uniquing to a ValueMap, at Devang's request. | Owen Anderson |
2009-08-05 | Privatize the StructType table, which unfortunately involves routing contexts... | Owen Anderson |
2009-08-04 | Factor some of the constants+context related code out into a separate header,... | Owen Anderson |
2009-07-31 | Move getTrue() and getFalse() to 2.5-like APIs. | Owen Anderson |
2009-07-30 | Move more code back to 2.5 APIs. | Owen Anderson |
2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
2009-07-28 | Return ConstantVector to 2.5 API. | Owen Anderson |
2009-07-28 | Change ConstantArray to 2.5 API. | Owen Anderson |
2009-07-27 | Move ConstantStruct back to 2.5 API. | Owen Anderson |