aboutsummaryrefslogtreecommitdiffstats
path: root/core/vm/vm_jit.go
Commit message (Expand)AuthorAgeFilesLines
* core/vm: remove JIT VM codes (#16362)hydai2018-03-261-389/+0
* core/vm: improved EVM run loop & instruction calling (#3378)Jeffrey Wilcke2017-01-051-3/+3
* core: various typosLeif Jurvetson2016-03-161-3/+3
* all: Rename crypto.Sha3{,Hash}() to crypto.Keccak256{,Hash}()Ricardo Catalinas Jiménez2016-02-221-2/+2
* cmd/evm, core/vm, test: refactored VM and coreJeffrey Wilcke2015-10-041-1/+2
* all: fix license headers one more timeFelix Lange2015-07-241-1/+1
* all: update license headers to distiguish GPL/LGPLFelix Lange2015-07-231-4/+4
* all: goimports -wFelix Lange2015-07-071-2/+4
* all: update license informationFelix Lange2015-07-071-0/+16
* Read most protocol params from common/params.jsonGustav Simonsson2015-04-021-2/+2
* moved state and vm to coreobscuren2015-03-231-0/+370