844 Commits (387e1340bf11044a8a718039a1cdeb9cd8b5dd32)
 

Author SHA1 Message Date
Ayke van Laethem b4c90f3677
compiler: lower interfaces in a separate pass 6 years ago
Ayke van Laethem e45c4ac182
arm: set default GC to marksweep 6 years ago
Ayke van Laethem e817bd38ec
main: configure default GC in target JSON file 6 years ago
Ayke van Laethem 05d70d288d
wasm: fix printing from Go code 6 years ago
Ayke van Laethem f0fb1bd41a
compiler: fix binops on named types in struct fields 6 years ago
Ayke van Laethem dbb3211485
wasm: add glue JS code 6 years ago
Ayke van Laethem 242a1843d1
wasm: fix heap end address 6 years ago
Ayke van Laethem e101937589
wasm: fix .json file after compiler updates 6 years ago
Ayke van Laethem 5c08eaf777
Dockerfile: remove arm-none-eabi-gcc dependency 6 years ago
Ayke van Laethem 44068ef396
travis: remove gcc dependency 6 years ago
Ayke van Laethem 62d74d8329
all: compile and link using clang, where possible 6 years ago
Ayke van Laethem 4a8ced590b
tools/gen-device-svd: generate .s files compatible with lld 6 years ago
Ayke van Laethem d887d645f7
arm: implement SVCall 6 years ago
Ron Evans ce0ad1daa2
pca10031: add support for PCA10031 nrf51 wireless dongle 6 years ago
Ayke van Laethem bf4a43ef04
machine/avr: implement raw GPIO access for bitbanged drivers 6 years ago
Ayke van Laethem 9392ef900d
avr: add support for the digispark 6 years ago
Ayke van Laethem a96e2879b2
avr: make stack size configurable 6 years ago
Ayke van Laethem 760bc5d0a4
targets: let specific targets inherit more general targets 6 years ago
Ayke van Laethem f02766265c
targets: make compiler runtime selection more configurable 6 years ago
Ayke van Laethem 74b5e28a38
docs: add documentation for the -gc compiler flag 6 years ago
Ayke van Laethem 8402e84b6d
runtime: implement a simple mark/sweep garbage collector 6 years ago
Ayke van Laethem dbf581b56d
interp: do not try to interpret functions with an inttoptr instruction 6 years ago
Ayke van Laethem 27fc397e21
arm: implement arm.ReadRegister 6 years ago
Ayke van Laethem 8cb7b583d8
compiler: support creating slices with uncommon initial len/cap types 6 years ago
Ayke van Laethem 9181f2d4ce
runtime: add "end of heap" to detect out of memory 6 years ago
Ayke van Laethem ef93001ab8
runtime: add "none" garbage collector 6 years ago
Ayke van Laethem c220c140ef
all: make garbage collector configurable 6 years ago
Ayke van Laethem ecb4742316
main: do not run legacy init interpreter with run subcommand 6 years ago
Ayke van Laethem 21db7e6099
main: move "tinygo" build tag to compiler 6 years ago
Ayke van Laethem 15a4afb22a
runtime: unify GC interface 6 years ago
Ayke van Laethem 4fdffdf8b2
interp: support non-const ptrtoint instruction 6 years ago
Ayke van Laethem c3c4a33b42
main: enable -initinterp by default 6 years ago
Ayke van Laethem 1ba463c7ee
machine: redesign I2C interface 6 years ago
Ayke van Laethem 100901574b
compiler: let escape analysis look across bitcasts 6 years ago
Denys Smirnov 46755b774e
compiler: fix another usage of the named type 6 years ago
Ayke van Laethem 1ed019771d
compiler: set debug info when defining a function 6 years ago
Ron Evans ae3535945c
all: add support to Dockerfile for AVR and ARM targets 6 years ago
Ayke van Laethem 668c1741c3
compiler: implement array equality 6 years ago
Ayke van Laethem 6292a0fd2e
compiler: fix bug in for range loop over a named map type 6 years ago
Ayke van Laethem 9bddaae04a
compiler: support any int type in slice indexes 6 years ago
Ayke van Laethem ee7c276493
compiler: update integer type sizes 6 years ago
Ayke van Laethem 101d41dc58
compiler: pass i64 return value in an extra pointer param 6 years ago
Ayke van Laethem 7d8b269f2e
interp: fix several bugs related to constant vs dirty values 6 years ago
Ayke van Laethem eccbd572eb
interp: do cast operations at runtime if needed 6 years ago
Ayke van Laethem c4ef2908ee
microbit: fix pin numbers for ADC and I2C 6 years ago
Ayke van Laethem 26acc89f9c
compiler: avoid load/store on zero-length data 6 years ago
Ayke van Laethem 2ddb6f788a
compiler: move interface-related stuff to a separate file 6 years ago
Ayke van Laethem d1c0d6120a
compiler: simplify runtime.interfaceMethod signature slightly 6 years ago
Ayke van Laethem 611bca39ab
all: rename 'arm' to 'tinygo.arm' for Cortex-M 6 years ago
Marc-Antoine Ruel b1cf69a523 compiler: implement binop string: <, <=, >, >= 6 years ago