aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/ExecutionEngine
Commit message (Expand)AuthorAgeFilesLines
* Don't use a void return type with a function that returns a value.Dan Gohman2009-07-111-1/+2
* Fix unit tests.Owen Anderson2009-07-101-2/+2
* Add an option to allocate JITed global data separately from code. ByJeffrey Yasskin2009-07-081-0/+126
* Hold the LLVMContext by reference rather than by pointer.Owen Anderson2009-07-011-1/+1
* Fix unit tests for LLVMContext+Module.Owen Anderson2009-07-011-1/+2
* Add a JITEventListener interface that gets called back when a new function isJeffrey Yasskin2009-06-253-0/+275