index
:
external_llvm.git
replicant-6.0
Unnamed repository; edit this file 'description' to name the repository.
git repository hosting
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unittests
/
ExecutionEngine
Commit message (
Expand
)
Author
Age
Files
Lines
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
4
-9
/
+14
*
Make ExecutionEngine::updateGlobalMapping(GV, NULL) properly remove GV's old
Jeffrey Yasskin
2009-08-04
2
-4
/
+95
*
Update unittest for LLVM API change.
Benjamin Kramer
2009-07-31
1
-1
/
+1
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-2
/
+1
*
Revert the ConstantInt constructors back to their 2.5 forms where possible, t...
Owen Anderson
2009-07-24
1
-2
/
+1
*
Fixing unittests on 32-bit Darwin, using 0x...ULL instead of 0x...U .
Reid Kleckner
2009-07-23
1
-4
/
+4
*
Re-committing r76828 with the JIT memory manager changes now that the build
Reid Kleckner
2009-07-23
1
-0
/
+276
*
Reverting r76825 and r76828, since they caused clang runtime errors and some ...
Reid Kleckner
2009-07-23
1
-276
/
+0
*
Make the JIT code emitter properly retry and ask for more memory when it runs
Reid Kleckner
2009-07-23
1
-0
/
+276
*
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