You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Paweł Bylica
f47cd20e8e
Correct usage of LLVM builtin setjmp/longjmp. External setjmp was eliminated, hopefully Windows will be happier now.
|
10 years ago |
.. |
preprocessor
|
#include cleanups
|
10 years ago |
Arith256.cpp
|
#include cleanups
|
10 years ago |
Arith256.h
|
#include cleanups
|
10 years ago |
BasicBlock.cpp
|
#include cleanups
|
10 years ago |
BasicBlock.h
|
#include cleanups
|
10 years ago |
BuildInfo.h.in
|
Generate BuildInfo header and display some information about evmjit library on demand
|
10 years ago |
CMakeLists.txt
|
Generate BuildInfo header and display some information about evmjit library on demand
|
10 years ago |
Cache.cpp
|
#include cleanups
|
10 years ago |
Cache.h
|
#include cleanups
|
10 years ago |
Common.h
|
#include cleanups
|
10 years ago |
Compiler.cpp
|
Correct usage of LLVM builtin setjmp/longjmp. External setjmp was eliminated, hopefully Windows will be happier now.
|
10 years ago |
Compiler.h
|
#include cleanups
|
10 years ago |
CompilerHelper.cpp
|
#include cleanups
|
10 years ago |
CompilerHelper.h
|
#include cleanups
|
10 years ago |
Endianness.cpp
|
#include cleanups
|
10 years ago |
Endianness.h
|
#include cleanups
|
10 years ago |
ExecStats.cpp
|
Correct usage of LLVM builtin setjmp/longjmp. External setjmp was eliminated, hopefully Windows will be happier now.
|
10 years ago |
ExecStats.h
|
#include cleanups
|
10 years ago |
ExecutionEngine.cpp
|
Correct usage of LLVM builtin setjmp/longjmp. External setjmp was eliminated, hopefully Windows will be happier now.
|
10 years ago |
ExecutionEngine.h
|
#include cleanups
|
10 years ago |
Ext.cpp
|
#include cleanups
|
10 years ago |
Ext.h
|
#include cleanups
|
10 years ago |
GasMeter.cpp
|
Correct usage of LLVM builtin setjmp/longjmp. External setjmp was eliminated, hopefully Windows will be happier now.
|
10 years ago |
GasMeter.h
|
#include cleanups
|
10 years ago |
Instruction.cpp
|
#include cleanups
|
10 years ago |
Instruction.h
|
#include cleanups
|
10 years ago |
Memory.cpp
|
#include cleanups
|
10 years ago |
Memory.h
|
#include cleanups
|
10 years ago |
Runtime.cpp
|
Correct usage of LLVM builtin setjmp/longjmp. External setjmp was eliminated, hopefully Windows will be happier now.
|
10 years ago |
Runtime.h
|
Correct usage of LLVM builtin setjmp/longjmp. External setjmp was eliminated, hopefully Windows will be happier now.
|
10 years ago |
RuntimeData.h
|
#include cleanups
|
10 years ago |
RuntimeManager.cpp
|
Correct usage of LLVM builtin setjmp/longjmp. External setjmp was eliminated, hopefully Windows will be happier now.
|
10 years ago |
RuntimeManager.h
|
Correct usage of LLVM builtin setjmp/longjmp. External setjmp was eliminated, hopefully Windows will be happier now.
|
10 years ago |
Stack.cpp
|
Correct usage of LLVM builtin setjmp/longjmp. External setjmp was eliminated, hopefully Windows will be happier now.
|
10 years ago |
Stack.h
|
Dynamic stack modification: do not use longjmp in external functions
|
10 years ago |
Type.cpp
|
#include cleanups
|
10 years ago |
Type.h
|
#include cleanups
|
10 years ago |
Utils.cpp
|
#include cleanups
|
10 years ago |
Utils.h
|
#include cleanups
|
10 years ago |
interface.cpp
|
Replacing code references (usually vector<byte>&) with code_iterator pair. Code is now extracted from RuntimeData what removes copy in C interface.
|
10 years ago |
interface.h
|
Change JIT C interface. Create ExecutionEngine on heap to allow one-pass copy of return data.
|
10 years ago |