Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 2 | -0/+256 |