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-10-21
Added LLVM copyright header.
John Criswell
2003-10-20
Added LLVM copyright notice to Makefiles.
John Criswell
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-20
Hrm, a relic from the past. How cute :)
Chris Lattner
2003-10-17
Tidy up doxygen comment for getPointerToFunction().
Brian Gaeke
2003-10-17
Refactor running the JIT passes on a single function into the new method,
Brian Gaeke
2003-10-16
Fix a typo in a comment, and zap a blank line.
Brian Gaeke
2003-10-16
JIT.cpp:
Misha Brukman
2003-10-14
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-10-11
Make mmap's fd for anonymous memory acquisition default to -1, except on
Brian Gaeke
2003-10-10
Don't include Config/stdio.h or <stdio.h>.
Brian Gaeke
2003-10-10
Change to use GetAddressOfSymbol instead of dlsym.
Brian Gaeke
2003-10-06
Actually _PASS IN_ NO_RESERVE if we have it.
Chris Lattner
2003-09-10
* Move include files from middle of file to the top where they belong, moving
Misha Brukman
2003-09-10
Fix warning when _POSIX_MAPPED_FILES is already defined in unistd.h
Misha Brukman
2003-09-05
ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/
Brian Gaeke
2003-09-05
Make CreateArgv part of lli rather than part of ExecutionEngine.
Brian Gaeke
2003-09-03
ExecutionEngine.cpp: Move execution engine creation stuff into a new
Brian Gaeke
2003-08-24
Targets now configure themselves based on the source module, not on the
Chris Lattner
2003-08-21
Minor cleanups: wrap at 80 lines. Convert file comment to doxygen format and
Chris Lattner
2003-08-21
The JIT now passes the environment pointer to the main() function when it
John Criswell
2003-08-14
Implement a _REAL_ memory manager for the code generated by the JIT. This
Chris Lattner
2003-08-13
Deconstify parameter to getPointerToFunction().
Brian Gaeke
2003-08-13
Deconstify parameter to getPointerToFunction().
Brian Gaeke
2003-08-05
Specify DEBUG_TYPE's for the JIT debug messages
Chris Lattner
2003-08-01
DEBUG got moved to Debug.h
Chris Lattner
2003-07-29
* Stop hard-coding a value for beginning of emitted code on Sparc since we can
Misha Brukman
2003-07-28
Add rationale for the MAP_ANONYMOUS vs. MAP_ANON flags.
Misha Brukman
2003-07-28
Add ability for external C code to get pointers to functions given their name.
Misha Brukman
2003-07-28
Clean up code dealing with RTLD_SELF differences on Sparc and X86.
Misha Brukman
2003-07-28
Fix reference to architecture.
Misha Brukman
2003-07-23
Fix space
Chris Lattner
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
[next]