tinygo/compiler
Ayke van Laethem 6bc6de8f82 all: add type parameter to CreateCall
This uses LLVMBuildCall2 in the background, which is the replacement for
the deprecated LLVMBuildCall function.
2022-10-19 22:23:19 +02:00
..
ircheck Fix incorrect formatting arguments 2022-04-10 22:58:16 +02:00
llvmutil all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
testdata wasm: do not allow undefined symbols 2022-09-08 08:25:27 +02:00
alias.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
asserts.go compiler: insert basic blocks at an appropriate location 2022-06-16 07:59:21 +02:00
atomic.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
calls.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
channel.go compiler: avoid zero-sized alloca in channel operations 2021-09-09 11:24:52 +02:00
compiler.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
compiler_test.go all: add flag for setting the goroutine stack size 2022-09-15 12:43:51 +02:00
defer.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
errors.go all: fix staticcheck warnings 2021-09-27 15:47:12 +02:00
func.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
gc.go compiler: track the result of string concatenation 2020-04-02 14:04:25 +02:00
goroutine.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
inlineasm.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
interface.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
interrupt.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
intrinsics.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
llvm.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
map.go src/runtime: first darft of map growth code 2022-04-28 09:14:45 +02:00
sizes.go compiler: fix unsafe.Sizeof for chan and map values 2022-09-01 03:53:27 +02:00
symbol.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
syscall.go all: add type parameter to CreateCall 2022-10-19 22:23:19 +02:00
volatile.go compiler: replace some math operation bodies with fast intrinsics 2022-08-30 17:33:16 +02:00