summaryrefslogtreecommitdiff
path: root/erts/emulator/beam/jit/arm/instr_fun.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-02-141-1/+1
* jit: Turn various type hint bugs into compile-time errorsJohn Högberg2023-01-271-4/+4
* Use Update::eHeapAlloc everywhere it's appropriateBjörn Gustavsson2023-01-101-4/+4
* Fix buggy assertions in functions using HeapOnlyAlloc()Björn Gustavsson2023-01-101-2/+2
* erts: Fix race in fun loadingJohn Högberg2022-12-121-0/+13
* erts: Shrink ErlFunThing structureJohn Högberg2022-04-041-1/+1
* jit: Refactor ArgVal to catch errors earlierJohn Högberg2022-02-211-50/+41
* Update copyright yearErlang/OTP2022-02-151-1/+1
* Merge branch 'john/jit/update-asmjit-maint' into john/jit/update-asmjit-masterJohn Högberg2022-02-101-6/+6
* Merge branch 'john/jit/update-asmjit-maint' into john/jit/update-asmjit-masterJohn Högberg2022-01-191-1/+1
* compiler: Embed known targets in call_fun2 instructionsJohn Högberg2022-01-111-36/+47
* Fix typos in erts/emulator/beamKian-Meng, Ang2021-11-301-1/+1
* compiler: Optimize fun callsJohn Högberg2021-11-101-27/+81
* erts: Optimize fun callsJohn Högberg2021-10-201-44/+29
* jit: Implement code generation for ARMBjörn Gustavsson2021-05-251-0/+412