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 0ea927d662 Global/dynamic stack implementation with realloc 10 years ago
..
preprocessor Includes reordering, GCC conversion warnings enabled 10 years ago
Arith256.cpp Includes reordering, GCC conversion warnings enabled 10 years ago
Arith256.h Includes reordering, GCC conversion warnings enabled 10 years ago
BasicBlock.cpp Workaround for printing extractvalue instruction in DOT language 10 years ago
BasicBlock.h Includes reordering, GCC conversion warnings enabled 10 years ago
BuildInfo.h.in Generate BuildInfo header and display some information about evmjit library on demand 10 years ago
CMakeLists.txt Better fix for wrong prerelease version component parsing 10 years ago
Cache.cpp Introducing CHECK macro - an assert that always has a value 10 years ago
Cache.h Includes reordering, GCC conversion warnings enabled 10 years ago
Common.h Includes reordering, GCC conversion warnings enabled 10 years ago
Compiler.cpp Optimizer: separate LLVM IR optimization passes from compiler 10 years ago
Compiler.h Includes reordering, GCC conversion warnings enabled 10 years ago
CompilerHelper.cpp Includes reordering, GCC conversion warnings enabled 10 years ago
CompilerHelper.h Includes reordering, GCC conversion warnings enabled 10 years ago
Endianness.cpp Get endianess from LLVM 10 years ago
Endianness.h Includes reordering, GCC conversion warnings enabled 10 years ago
ExecStats.cpp Optimizer: separate LLVM IR optimization passes from compiler 10 years ago
ExecStats.h Includes reordering, GCC conversion warnings enabled 10 years ago
ExecutionEngine.cpp Destroy LLVM ManagedStatics 10 years ago
ExecutionEngine.h Optimizer: separate LLVM IR optimization passes from compiler 10 years ago
Ext.cpp Includes reordering, GCC conversion warnings enabled 10 years ago
Ext.h Includes reordering, GCC conversion warnings enabled 10 years ago
GasMeter.cpp Includes reordering, GCC conversion warnings enabled 10 years ago
GasMeter.h Includes reordering, GCC conversion warnings enabled 10 years ago
Instruction.cpp #include cleanups 10 years ago
Instruction.h Includes reordering, GCC conversion warnings enabled 10 years ago
Memory.cpp Includes reordering, GCC conversion warnings enabled 10 years ago
Memory.h Includes reordering, GCC conversion warnings enabled 10 years ago
Optimizer.cpp Testing some LLVM optimization passes 10 years ago
Optimizer.h Optimizer: separate LLVM IR optimization passes from compiler 10 years ago
Runtime.cpp Includes reordering, GCC conversion warnings enabled 10 years ago
Runtime.h Global/dynamic stack implementation with realloc 10 years ago
RuntimeData.h Includes reordering, GCC conversion warnings enabled 10 years ago
RuntimeManager.cpp Global/dynamic stack implementation with realloc 10 years ago
RuntimeManager.h Includes reordering, GCC conversion warnings enabled 10 years ago
Stack.cpp Global/dynamic stack implementation with realloc 10 years ago
Stack.h Global/dynamic stack implementation with realloc 10 years ago
Type.cpp #include cleanups 10 years ago
Type.h Includes reordering, GCC conversion warnings enabled 10 years ago
Utils.cpp #include cleanups 10 years ago
Utils.h Introducing CHECK macro - an assert that always has a value 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