Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
llvm
/
ab9585f38b432126909d3d0e1f54989cbc352ecf
/
lib
/
ExecutionEngine
/
JIT
/
JITEmitter.cpp
e24b616
Don't include Config/stdio.h or <stdio.h>.
by Brian Gaeke
· 22 years ago
011efae
Actually _PASS IN_ NO_RESERVE if we have it.
by Chris Lattner
· 22 years ago
36d10ef
* Move include files from middle of file to the top where they belong, moving
by Misha Brukman
· 22 years ago
88b4855
Fix warning when _POSIX_MAPPED_FILES is already defined in unistd.h
by Misha Brukman
· 22 years ago
688506d
Implement a _REAL_ memory manager for the code generated by the JIT. This
by Chris Lattner
· 22 years ago
3785fad
Specify DEBUG_TYPE's for the JIT debug messages
by Chris Lattner
· 22 years ago
c648dab
DEBUG got moved to Debug.h
by Chris Lattner
· 22 years ago
89e8be0
* Stop hard-coding a value for beginning of emitted code on Sparc since we can
by Misha Brukman
· 22 years ago
fd31a78
Add rationale for the MAP_ANONYMOUS vs. MAP_ANON flags.
by Misha Brukman
· 22 years ago
d69c1e6
Add ability for external C code to get pointers to functions given their name.
by Misha Brukman
· 22 years ago
7a73b80
Merged in autoconf branch. This provides configuration via the autoconf system.
by John Criswell
· 22 years ago
02c26b6
Get rid of the duplicate '0x' in debug mode.
by Brian Gaeke
· 22 years ago
4399a49
Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms.
by Brian Gaeke
· 22 years ago
08d5e1f
Add #include for older GCC's
by Chris Lattner
· 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
906f5fa
* Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp
by Misha Brukman
· 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
abb027c
Allow for specification of which JIT to run on the commandline.
by Misha Brukman
· 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
910687e
Fix warnings on sparc
by Chris Lattner
· 23 years ago
1cc0838
Add support for new types of values
by Chris Lattner
· 23 years ago
bd199fb
Initial checkin of new LLI with JIT compiler
by Chris Lattner
· 23 years ago