index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
ExecutionEngine
/
JIT
/
VM.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the
Chris Lattner
2003-12-20
1
-114
/
+0
*
Rip JIT specific stuff out of TargetMachine, as per PR176
Chris Lattner
2003-12-20
1
-7
/
+4
*
Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding the
Chris Lattner
2003-12-12
1
-0
/
+17
*
Finegrainify namespacification
Chris Lattner
2003-12-08
1
-4
/
+1
*
* Order #includes as per style guide
Misha Brukman
2003-11-17
1
-8
/
+7
*
Put all LLVM code into the llvm namespace, as per bug 109.
Brian Gaeke
2003-11-11
1
-0
/
+4
*
Destroy MachineFunction for any Function that we are about to
Brian Gaeke
2003-10-24
1
-0
/
+2
*
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
1
-0
/
+7
*
Refactor running the JIT passes on a single function into the new method,
Brian Gaeke
2003-10-17
1
-7
/
+35
*
JIT.cpp:
Misha Brukman
2003-10-16
1
-2
/
+3
*
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-10-14
1
-0
/
+3
*
Deconstify parameter to getPointerToFunction().
Brian Gaeke
2003-08-13
1
-5
/
+3
*
Move target specific code to target files. The new MachineCodeEmitter
Chris Lattner
2003-06-01
1
-22
/
+1
*
Add a framework for intercepting system calls
Chris Lattner
2003-05-14
1
-21
/
+2
*
Add support for function stubs, which allow calling functions which need to
Chris Lattner
2003-05-09
1
-1
/
+4
*
assert early instead of late for unimplemented feature
Chris Lattner
2003-05-08
1
-3
/
+10
*
Add support for named functions
Chris Lattner
2003-01-13
1
-11
/
+18
*
Initial checkin of new LLI with JIT compiler
Chris Lattner
2002-12-24
1
-0
/
+84