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
/
lib
/
ExecutionEngine
/
Interpreter
/
Interpreter.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix an ancient FIXME.
Dan Gohman
2010-05-01
1
-3
/
+1
*
Kill ModuleProvider and ghost linkage by inverting the relationship between
Jeffrey Yasskin
2010-01-27
1
-2
/
+2
*
add interpreter support for indirect goto / blockaddress. The interpreter
Chris Lattner
2009-10-29
1
-0
/
+2
*
Remove FreeInst.
Victor Hernandez
2009-10-26
1
-1
/
+0
*
Move DataTypes.h to include/llvm/System, update all users. This breaks the last
Chandler Carruth
2009-10-26
1
-1
/
+1
*
Remove AllocationInst. Since MallocInst went away, AllocaInst is the only su...
Victor Hernandez
2009-10-23
1
-1
/
+1
*
eliminate the "Value" printing methods that print to a std::ostream.
Chris Lattner
2009-08-23
1
-4
/
+4
*
Add EngineBuilder to ExecutionEngine in favor of the five optional argument E...
Reid Kleckner
2009-07-18
1
-3
/
+1
*
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Edwin Török
2009-07-14
1
-2
/
+2
*
assert(0) -> LLVM_UNREACHABLE.
Edwin Török
2009-07-11
1
-2
/
+5
*
Add an option to allocate JITed global data separately from code. By
Jeffrey Yasskin
2009-07-08
1
-1
/
+2
*
Get rid of unnecessary global variables.
Owen Anderson
2009-06-26
1
-1
/
+1
*
Instead of passing in an unsigned value for the optimization level, use an enum,
Bill Wendling
2009-04-29
1
-1
/
+1
*
The second part of the change from -fast to -O#. This changes the JIT to accept
Bill Wendling
2009-04-29
1
-1
/
+1
*
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2009-01-05
1
-1
/
+0
*
Add new parameter Fast to createJIT to enable the fast codegen path.
Evan Cheng
2008-08-08
1
-1
/
+2
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+2
*
simplify creation of the interpreter, make ExecutionEngine ctor protected,
Chris Lattner
2007-12-06
1
-1
/
+1
*
More explicit keywords.
Dan Gohman
2007-07-30
1
-1
/
+1
*
It's not necessary to do rounding for alloca operations when the requested
Dan Gohman
2007-07-18
1
-0
/
+241