| Age | Commit message (Expand) | Author |
| 2009-12-08 | whitespace cleanup | Chris Lattner |
| 2009-11-06 | Pass StringRef by value. | Daniel Dunbar |
| 2009-11-01 | remove a bunch of locking from LLVMContextImpl. Since only one thread | Chris Lattner |
| 2009-11-01 | the verifier shouldn't modify the IR. | Chris Lattner |
| 2009-11-01 | Fix BlockAddress::replaceUsesOfWithOnConstant to correctly | Chris Lattner |
| 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-30 | make hasAddressTaken() constant time by storing a refcount in BB's subclass d... | Chris Lattner |
| 2009-10-28 | Previously, all operands to Constant were themselves constant. | Chris Lattner |
| 2009-10-28 | 'static const void *X = &&y' can only be put in the | Chris Lattner |
| 2009-10-28 | IR support for the new BlockAddress constant kind. This is | Chris Lattner |
| 2009-10-19 | Banish ConstantsLock. It's serving no purpose other than slowing things down | Owen Anderson |
| 2009-10-05 | strength reduce a ton of type equality tests to check the typeid (Through | Chris Lattner |
| 2009-10-03 | Requires element types in a constant initializer to match the element types of | Nick Lewycky |
| 2009-09-30 | Assert that ConstantArrays are created with correctly-typed elements. | Jeffrey Yasskin |
| 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-15 | When a constant's type is refined, update the constant in place | Dan Gohman |
| 2009-09-11 | Teach lib/VMCore/ConstantFold.cpp how to set the inbounds keyword and | Dan Gohman |
| 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 | 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-23 | switch a couple things off std::ostream | Chris Lattner |
| 2009-08-20 | Rename hasNoUnsignedOverflow and hasNoSignedOverflow to hasNoUnsignedWrap | Dan Gohman |
| 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 | Don't set the isexact flag if an sdiv operator has been folded into | Dan Gohman |
| 2009-08-11 | Simplify ConstantExpr::getInBoundsGetElementPtr and fix a possible crash, if | Daniel Dunbar |
| 2009-08-11 | Add convenience functions for creating inbounds GEPs. | Dan Gohman |
| 2009-08-11 | Add convenience functions for creating exact sdiv operators, and | Dan Gohman |
| 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 | Privatize the last bit of Constant-creation state. | Owen Anderson |
| 2009-08-03 | Add a new Constant::getIntegerValue helper function, and convert a | Dan Gohman |
| 2009-07-31 | Privatize all but one of the remaining constant tables. | Owen Anderson |
| 2009-07-31 | Move a few more APIs back to 2.5 forms. The only remaining ones left to chan... | 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 types back to the 2.5 API. | Owen Anderson |
| 2009-07-29 | Move ConstantExpr to 2.5 API. | Owen Anderson |
| 2009-07-28 | Rename MDNode.h header. It defines MDnode and other metadata classes. | Devang Patel |