tinygo/compiler
Ayke van Laethem 20a7a6fd54 compiler: replace some math operation bodies with fast intrinsics
Instead of changing the calls, replace the function bodies themselves.
This is useful for a number of reasons, see
https://github.com/tinygo-org/tinygo/pull/2920 for more information.

I have removed the math intrinsics tests because they are no longer
useful. Instead, I think `tinygo test math` should suffice.
2022-08-30 17:33:16 +02:00
..
ircheck
llvmutil
testdata compiler: replace some math operation bodies with fast intrinsics 2022-08-30 17:33:16 +02:00
alias.go
asserts.go
atomic.go
calls.go
channel.go
compiler.go
compiler_test.go
defer.go
errors.go
func.go
gc.go compiler: track the result of string concatenation 2020-04-02 14:04:25 +02:00
goroutine.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
inlineasm.go all: format code according to Go 1.19 rules 2022-08-04 12:18:32 +02:00
interface.go
interrupt.go transform: refactor interrupt lowering 2021-11-06 09:40:15 +01:00
intrinsics.go
llvm.go
map.go
sizes.go
symbol.go
syscall.go
volatile.go