index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
ExecutionEngine
/
JIT
Age
Commit message (
Expand
)
Author
2003-07-02
* If compiling on X86 or Sparc, automagically enable the JIT for that arch
Misha Brukman
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-06-30
Get rid of the duplicate '0x' in debug mode.
Brian Gaeke
2003-06-17
Add #ifdef hack for MAP_ANONYMOUS being spelled MAP_ANON on some platforms.
Brian Gaeke
2003-06-17
Apparently "sparc" is a macro on sparcs. Ugh. :)
Chris Lattner
2003-06-17
Use more structured command line option processing
Chris Lattner
2003-06-17
#ifdef out code that only applies when the HOSTARCH = sparc
Chris Lattner
2003-06-08
Add #include for older GCC's
Chris Lattner
2003-06-06
::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT ::: HACK ALERT :::
Misha Brukman
2003-06-06
Output function address as hex.
Misha Brukman
2003-06-06
Removed debug print statement.
Misha Brukman
2003-06-04
* Institute a hack for the Sparc call to mmap() to get our generated code to be
Misha Brukman
2003-06-04
Sparc's dlsym() requires the special operand RTLD_SELF to find a symbol in the
Misha Brukman
2003-06-02
* Removed SparcEmitter.cpp; rolled into lib/Target/Sparc/SparcV9CodeEmitter.cpp
Misha Brukman
2003-06-02
The flag modifications weren't picking up the old values of the
Brian Gaeke
2003-06-02
Remove obsolete code
Chris Lattner
2003-06-01
Move target specific code to target files. The new MachineCodeEmitter
Chris Lattner
2003-06-01
Fix induction variable name clash in for loops, in finishFunction().
Brian Gaeke
2003-05-31
Fixed rewriting of branches -- they now work forward and backward.
Misha Brukman
2003-05-30
Since malloc is no longer used, no need to free() memory.
Misha Brukman
2003-05-30
Fix call to mmap, so that it can be used on sparc.
Brian Gaeke
2003-05-28
mmap() seems to be failing on Sparc, so just use malloc()/free() .
Misha Brukman
2003-05-27
Allow for specification of which JIT to run on the commandline.
Misha Brukman
2003-05-14
Add support for atexit handlers to the JIT, fixing 2003-05-14-AtExit.c
Chris Lattner
2003-05-14
Fix compilation problems with previous checking *blush*
Chris Lattner
2003-05-14
Add a framework for intercepting system calls
Chris Lattner
2003-05-12
Make sure that globals are emitted AFTER the passmanager is set up for the JIT,
Chris Lattner
2003-05-09
Add support for function stubs, which allow calling functions which need to
Chris Lattner
2003-05-08
Minor speedup by avoiding callbacks to functions already generated
Chris Lattner
2003-05-08
Improve efficiency of JIT by having it use direct function calls instead of
Chris Lattner
2003-05-08
assert early instead of late for unimplemented feature
Chris Lattner
2003-01-29
Fix warnings on sparc
Chris Lattner
2003-01-13
Add support for named functions
Chris Lattner
2003-01-13
Dead file
Chris Lattner
2003-01-13
Add support for new types of values
Chris Lattner
2003-01-13
Bad segvs actually cause a segv now
Chris Lattner
2002-12-24
Initial checkin
Chris Lattner
2002-12-24
Initial checkin of new LLI with JIT compiler
Chris Lattner