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
/
include
/
llvm
/
ExecutionEngine
/
ExecutionEngine.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
DisableGVCompilation should not abort on internal GlobalValue's.
Evan Cheng
2008-12-09
1
-2
/
+3
*
Support for allocation of TLS variables in the JIT. Allocation of a global
Nicolas Geoffray
2008-10-25
1
-0
/
+3
*
Add runStaticConstructorsDestructors which runs ctors / dtors of a single mod...
Evan Cheng
2008-09-30
1
-1
/
+5
*
Add DisableGVCompilation which forces the JIT to assert when it tries to allo...
Evan Cheng
2008-09-24
1
-0
/
+11
*
Add new parameter Fast to createJIT to enable the fast codegen path.
Evan Cheng
2008-08-08
1
-3
/
+6
*
Add a new flag that disables symbol lookup with dlsym when set. This allows
Chris Lattner
2008-06-16
1
-3
/
+13
*
Fix a couple issues with the JIT and multiple modules:
Nate Begeman
2008-05-21
1
-2
/
+7
*
Remove warnings about unused parameters and shadowed variables.
Bill Wendling
2008-05-19
1
-2
/
+2
*
Make ExecutionEngine::updateGlobalMapping return the old mapping.
Chris Lattner
2008-04-04
1
-5
/
+7
*
Enable exception handling int JIT
Nicolas Geoffray
2008-02-13
1
-0
/
+18
*
Don't attribute in file headers anymore. See llvmdev for the
Chris Lattner
2007-12-29
1
-2
/
+2
*
Add explicit keywords, and fix a minor typo that they uncovered.
Dan Gohman
2007-12-14
1
-1
/
+1
*
add a new ExecutionEngine::createJIT which can be used if you only want
Chris Lattner
2007-12-06
1
-0
/
+8
*
simplify creation of the interpreter, make ExecutionEngine ctor protected,
Chris Lattner
2007-12-06
1
-18
/
+27
*
add a mechanism for the JIT to invoke a function to lazily create functions a...
Chris Lattner
2007-10-22
1
-1
/
+14
*
Add a convenience method for creating EE's.
Chris Lattner
2007-10-21
1
-1
/
+7
*
Add removeModuleProvider()
Devang Patel
2007-10-15
1
-1
/
+5
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+227