Age | Commit message (Expand) | Author |
---|---|---|
2009-08-13 | Push LLVMContexts through the IntegerType APIs. | Owen Anderson |
2009-07-31 | Update unittest for LLVM API change. | Benjamin Kramer |
2009-07-29 | Move types back to the 2.5 API. | Owen Anderson |
2009-07-24 | Revert the ConstantInt constructors back to their 2.5 forms where possible, t... | Owen Anderson |
2009-07-18 | Unbreak unittests build. | Daniel Dunbar |
2009-07-18 | Add EngineBuilder to ExecutionEngine in favor of the five optional argument E... | Reid Kleckner |
2009-07-14 | Move EVER MORE stuff over to LLVMContext. | Owen Anderson |
2009-07-13 | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson |
2009-07-11 | Don't use a void return type with a function that returns a value. | Dan Gohman |
2009-07-08 | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin |