Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
7aefa966cdeaf054922de341a1e36b4fceee08ce
/
lib
/
ExecutionEngine
/
JIT
7aefa96
#ifdef out code that only applies when the HOSTARCH = sparc
by Chris Lattner
· 22 years ago
08d5e1f
Add #include for older GCC's
by Chris Lattner
· 22 years ago
4e8c999
::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT :::
by Misha Brukman
· 22 years ago
1d44085
Output function address as hex.
by Misha Brukman
· 22 years ago
cf614a3
Removed debug print statement.
by Misha Brukman
· 22 years ago
3a55e8a
* Institute a hack for the Sparc call to mmap() to get our generated code to be
by Misha Brukman
· 22 years ago
88fe358
Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in the
by Misha Brukman
· 22 years ago
906f5fa
* Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp
by Misha Brukman
· 22 years ago
24a26e5
The flag modifications weren't picking up the old values of the
by Brian Gaeke
· 22 years ago
d5af63f
Remove obsolete code
by Chris Lattner
· 22 years ago
bba1b6d
Move target specific code to target files. The new MachineCodeEmitter
by Chris Lattner
· 22 years ago
63b99f9
Fix induction variable name clash in for loops, in finishFunction().
by Brian Gaeke
· 22 years ago
f86d635
Fixed rewriting of branches -- they now work forward and backward.
by Misha Brukman
· 22 years ago
417a7c0
Since malloc is no longer used, no need to free() memory.
by Misha Brukman
· 22 years ago
6607fbe
Fix call to mmap, so that it can be used on sparc.
by Brian Gaeke
· 22 years ago
8e5bf70
mmap() seems to be failing on Sparc, so just use malloc()/free() .
by Misha Brukman
· 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
1b72216
Fix compilation problems with previous checking *blush*
by Chris Lattner
· 22 years ago
6701a86
Add a framework for intercepting system calls
by Chris Lattner
· 22 years ago
56adf15
Make sure that globals are emitted AFTER the passmanager is set up for the JIT,
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
eb5a93b
Minor speedup by avoiding callbacks to functions already generated
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
66a8494
assert early instead of late for unimplemented feature
by Chris Lattner
· 22 years ago
910687e
Fix warnings on sparc
by Chris Lattner
· 23 years ago
0d448c0
Add support for named functions
by Chris Lattner
· 23 years ago
f1dd28d
Dead file
by Chris Lattner
· 23 years ago
1cc0838
Add support for new types of values
by Chris Lattner
· 23 years ago
61253a9
Bad segvs actually cause a segv now
by Chris Lattner
· 23 years ago
836f675
Initial checkin
by Chris Lattner
· 23 years ago
bd199fb
Initial checkin of new LLI with JIT compiler
by Chris Lattner
· 23 years ago