Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
726c1ef2bdd72975f41e3188371bb7d6f40401be
/
lib
/
ExecutionEngine
/
JIT
/
JIT.h
726c1ef
remove the intrinsiclowering hook
by Chris Lattner
· 19 years ago
2fe4bb0
Eliminate the dependency of ExecutionEngine on the JIT/Interpreter libraries.
by Chris Lattner
· 19 years ago
ee44863
For PR540:
by Reid Spencer
· 20 years ago
f976c85
Remove trailing whitespace
by Misha Brukman
· 20 years ago
890b4bd
Add accessor
by Chris Lattner
· 21 years ago
895eddf
Implement ExecutionEngine::freeMachineCodeForFunction()
by Misha Brukman
· 21 years ago
7301178
Pass around IntrinsicLowering instances as appropriate.
by Chris Lattner
· 22 years ago
ff0f1bb
No longer run atExit functions from run()
by Chris Lattner
· 22 years ago
c07ed13
Implement PR135, lazy emission of global variables
by Chris Lattner
· 22 years ago
4d326fa
Cleanup the JIT as per PR176. This renames the VM class to JIT, and merges the
by Chris Lattner
· 22 years ago
1e60a91
Rip JIT specific stuff out of TargetMachine, as per PR176
by Chris Lattner
· 22 years ago
993bdce
Implement the ExecutionEngine::getPointerToFunctionOrStub by forwarding the
by Chris Lattner
· 22 years ago
d0fde30
Put all LLVM code into the llvm namespace, as per bug 109.
by Brian Gaeke
· 22 years ago
856ba76
Added LLVM copyright header.
by John Criswell
· 22 years ago
55c0f02
Tidy up doxygen comment for getPointerToFunction().
by Brian Gaeke
· 22 years ago
005e5e9
Enabling incremental bytecode loading in the JIT:
by Misha Brukman
· 22 years ago
9722294
ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/
by Brian Gaeke
· 22 years ago
70975ee
Make CreateArgv part of lli rather than part of ExecutionEngine.
by Brian Gaeke
· 22 years ago
82d8277
ExecutionEngine.cpp: Move execution engine creation stuff into a new
by Brian Gaeke
· 22 years ago
69582b3
The JIT now passes the environment pointer to the main() function when it
by John Criswell
· 22 years ago
c227c1f
Deconstify parameter to getPointerToFunction().
by Brian Gaeke
· 22 years ago
906f5fa
* Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp
by Misha Brukman
· 22 years ago
bba1b6d
Move target specific code to target files. The new MachineCodeEmitter
by Chris Lattner
· 22 years ago
abb027c
Allow for specification of which JIT to run on the commandline.
by Misha Brukman
· 22 years ago
22080f9
Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.c
by Chris Lattner
· 22 years ago
6125fdd
Add support for function stubs, which allow calling functions which need to
by Chris Lattner
· 22 years ago
c309a76
Improve efficiency of JIT by having it use direct function calls instead of
by Chris Lattner
· 22 years ago
0d448c0
Add support for named functions
by Chris Lattner
· 23 years ago
836f675
Initial checkin
by Chris Lattner
· 23 years ago