Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Unbreak unittests build. | Daniel Dunbar | 2009-07-18 | 2 | -2/+2 |
* | Add EngineBuilder to ExecutionEngine in favor of the five optional argument E... | Reid Kleckner | 2009-07-18 | 2 | -12/+17 |
* | Move EVER MORE stuff over to LLVMContext. | Owen Anderson | 2009-07-14 | 1 | -2/+4 |
* | Begin the painful process of tearing apart the rat'ss nest that is Constants.... | Owen Anderson | 2009-07-13 | 1 | -1/+1 |
* | Don't use a void return type with a function that returns a value. | Dan Gohman | 2009-07-11 | 1 | -1/+2 |
* | Fix unit tests. | Owen Anderson | 2009-07-10 | 1 | -2/+2 |
* | Add an option to allocate JITed global data separately from code. By | Jeffrey Yasskin | 2009-07-08 | 1 | -0/+126 |
* | Hold the LLVMContext by reference rather than by pointer. | Owen Anderson | 2009-07-01 | 1 | -1/+1 |
* | Fix unit tests for LLVMContext+Module. | Owen Anderson | 2009-07-01 | 1 | -1/+2 |
* | Add a JITEventListener interface that gets called back when a new function is | Jeffrey Yasskin | 2009-06-25 | 3 | -0/+275 |