Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
b5b9ba6ff697976594e69a8d5c8931675f3c7672
/
llvm
/
lib
/
ExecutionEngine
/
ExecutionEngine.cpp
65cd504
ExecutionEngine::create no longer takes a TraceMode argument.
by Brian Gaeke
· 22 years ago
482202a
Added LLVM project notice to the top of every C++ source file.
by John Criswell
· 22 years ago
e37fb9d
Don't release the Module, as that invalidates the Module* within the
by Misha Brukman
· 22 years ago
260b0c8
* Reorder includes as per the style guide
by Misha Brukman
· 22 years ago
2f1e200
Enabling incremental bytecode loading in the JIT:
by Misha Brukman
· 22 years ago
857c21b
* Tabs to spaces
by Misha Brukman
· 22 years ago
e8bbcfc
Change to use GetAddressOfSymbol instead of dlsym.
by Brian Gaeke
· 22 years ago
ad48131
Reorder #includes to follow LLVM conventions
by Chris Lattner
· 22 years ago
f3a300d
ExecutionEngine.h, GenericValue.h --> include/llvm/ExecutionEngine/
by Brian Gaeke
· 22 years ago
a766903
Make CreateArgv part of lli rather than part of ExecutionEngine.
by Brian Gaeke
· 22 years ago
92f8b30
Move EE dtor where it belongs
by Brian Gaeke
· 22 years ago
e80e5ba
Interpreter cleanups:
by Brian Gaeke
· 22 years ago
4bd3bd5
ExecutionEngine.cpp: Move execution engine creation stuff into a new
by Brian Gaeke
· 22 years ago
69cab0d
Consult the target data, not the module, about how large the current pointer
by Chris Lattner
· 22 years ago
4798540
Add preliminary support for "any" pointersize/endianness. This will need
by Chris Lattner
· 22 years ago
8e69339
no really, implement it!
by Chris Lattner
· 22 years ago
0627a96
Add support for casting any pointer to any integer type
by Chris Lattner
· 22 years ago
1678e85
In ExecutionEngine::getPointerToGlobal(), throw away const qualifier
by Brian Gaeke
· 22 years ago
ee937c8
Specify DEBUG_TYPE's for the JIT debug messages
by Chris Lattner
· 22 years ago
f0c6964
DEBUG got moved to Debug.h
by Chris Lattner
· 22 years ago
1f6feb7
Cleaned up the code which chooses the appropriate value for the file descriptor
by Misha Brukman
· 22 years ago
528a376
Clean up my last checkin: code is easier to read and explains the differences in
by Misha Brukman
· 22 years ago
7225461
On Sparc/Solaris, the special handle RTLD_SELF is used as a handle referring to
by Misha Brukman
· 22 years ago
3ef61af
Merged in autoconf branch. This provides configuration via the autoconf system.
by John Criswell
· 22 years ago
3b3276b
Fix typeos
by Chris Lattner
· 22 years ago
68cbcc3
Add support for more constant expressions
by Chris Lattner
· 22 years ago
09e2b44
Clean up cast
by Chris Lattner
· 22 years ago
7f389e8
Add a pointersize/endianness safe load routine to match the store routine
by Chris Lattner
· 23 years ago
0f38d5d
Fix bug: Jello/2003-05-07-ArgumentTest.llx Also fixes yacr2/ks benchmarks
by Chris Lattner
· 23 years ago
b348952
Fix bug where pointers were assumed to always be 64 bits in size!
by Chris Lattner
· 23 years ago
9de0d14
* Implement access to external variables in LLI
by Chris Lattner
· 23 years ago
9a3ccdbd
Make stderr, stdout, stdin work with LLI
by Chris Lattner
· 23 years ago
510e8ba
Add fixme
by Chris Lattner
· 23 years ago
3685f65
Add diagnostic output
by Chris Lattner
· 23 years ago
5aa5663
Fixes to compile with GCC 3.2
by Chris Lattner
· 23 years ago
996fe01
Initial checkin of new LLI with JIT compiler
by Chris Lattner
· 23 years ago