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
/
ExecutionEngine.cpp
Age
Commit message (
Expand
)
Author
2003-10-20
Added LLVM project notice to the top of every C++ source file.
John Criswell
2003-10-17
Don't release the Module, as that invalidates the Module* within the
Misha Brukman
2003-10-16
* Reorder includes as per the style guide
Misha Brukman
2003-10-14
Enabling incremental bytecode loading in the JIT:
Misha Brukman
2003-10-10
* Tabs to spaces
Misha Brukman
2003-10-10
Change to use GetAddressOfSymbol instead of dlsym.
Brian Gaeke
2003-09-05
Reorder #includes to follow LLVM conventions
Chris Lattner
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-04
Move EE dtor where it belongs
Brian Gaeke
2003-09-04
Interpreter cleanups:
Brian Gaeke
2003-09-03
ExecutionEngine.cpp: Move execution engine creation stuff into a new
Brian Gaeke
2003-08-24
Consult the target data, not the module, about how large the current pointer
Chris Lattner
2003-08-24
Add preliminary support for "any" pointersize/endianness. This will need
Chris Lattner
2003-08-18
no really, implement it!
Chris Lattner
2003-08-18
Add support for casting any pointer to any integer type
Chris Lattner
2003-08-13
In ExecutionEngine::getPointerToGlobal(), throw away const qualifier
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-18
Cleaned up the code which chooses the appropriate value for the file descriptor
Misha Brukman
2003-07-15
Clean up my last checkin: code is easier to read and explains the differences in
Misha Brukman
2003-07-15
On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring to
Misha Brukman
2003-06-30
Merged in autoconf branch. This provides configuration via the autoconf
John Criswell
2003-05-14
Fix typeos
Chris Lattner
2003-05-14
Add support for more constant expressions
Chris Lattner
2003-05-13
Clean up cast
Chris Lattner
2003-05-08
Add a pointersize/endianness safe load routine to match the store routine
Chris Lattner
2003-05-07
Fix bug: Jello/2003-05-07-ArgumentTest.llx
Chris Lattner
2003-04-23
Fix bug where pointers were assumed to always be 64 bits in size!
Chris Lattner
2003-04-23
* Implement access to external variables in LLI
Chris Lattner
2003-04-21
Make stderr, stdout, stdin work with LLI
Chris Lattner
2003-01-13
Add fixme
Chris Lattner
2002-12-28
Add diagnostic output
Chris Lattner
2002-12-24
Fixes to compile with GCC 3.2
Chris Lattner
2002-12-24
Initial checkin of new LLI with JIT compiler
Chris Lattner