summaryrefslogtreecommitdiff
path: root/erts/emulator/Makefile.in
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2022-03-091-1/+1
* jit: Update asmjit versionJohn Högberg2022-01-181-1/+1
* Update copyright yearRickard Green2021-12-131-1/+1
* jit: Break out architecture-dependent sources to a sub directoryBjörn Gustavsson2021-03-241-15/+28
* Merge pull request #4566 from diodechain/letz/wxNotificationMessageDan Gudmundsson2021-03-151-0/+4
|\
| * wxNotificationMessage macos & win polishDominic Letz2021-03-011-0/+4
* | Enable YCF debug output for ets_insert_2_listKjell Winblad2021-03-091-2/+5
|/
* Make `maps:keys/1` and `maps:values/1` trappingKjell Winblad2021-02-121-1/+6
* Trap `maps:from_keys/2`Kjell Winblad2021-02-121-0/+1
* Trap `maps:from_list/1`Kjell Winblad2021-02-121-9/+51
* Merge pull request #2872 from garazdawi/lukas/fix-configure-werror/OTP-17105Lukas Larsson2021-01-131-3/+6
|\
| * Fix include for windowsLukas Larsson2021-01-071-1/+2
| * erts: Use hpp to make clang++ happyLukas Larsson2021-01-071-2/+4
* | Merge branch 'maint'Sverker Eriksson2021-01-111-0/+9
|\ \ | |/ |/|
| * erts: Add address-sanitizer build target 'asan'Sverker Eriksson2020-12-181-0/+9
* | Merge branch 'john/erts/remove-memmove-fallback'John Högberg2020-11-131-1/+0
|\ \
| * | erts: Remove memmove(3) fallbackJohn Högberg2020-11-131-1/+0
* | | otp: Remove all purify supportSverker Eriksson2020-11-091-46/+4
|/ /
* | otp: Remove HiPE and HiPE-related accessoriesJohn Högberg2020-11-091-159/+4
* | jit: Make all code read-only, dual-mapping writable pagesJohn Högberg2020-11-051-1/+1
* | jit: Refactor export entries and NIF loading for W^XJohn Högberg2020-10-301-0/+1
* | Remove private ram_file:compress in favor of zlib:gzipJosé Valim2020-10-141-2/+0
* | Fix format checker for jit codeLukas Larsson2020-10-061-1/+3
* | jit: Implement support for perf dumpLukas Larsson2020-09-221-0/+1
* | jit: Further polish and optimize BEAMASMBjörn Gustavsson2020-09-221-0/+1
* | erts: Use alternate signal stack when HiPE or beamasm is enabledJohn Högberg2020-09-221-3/+4
* | erts: Implement the BeamAsm JITLukas Larsson2020-09-221-35/+185
* | otp: Add clang_format rule based on LLVM styleJohn Högberg2020-09-211-0/+2
* | erts: Rework loading of beam codeLukas Larsson2020-09-211-2/+4
* | erts: Refactor out emu into a separate folderLukas Larsson2020-09-211-30/+55
* | erts: Add support for building a compilation databaseLukas Larsson2020-09-211-1/+18
* | erts: Break out BEAM file handling to its own moduleJohn Högberg2020-09-211-2/+2
* | Revert "Merge pull request #2709 from josevalim/jv-use-gzip"John Högberg2020-08-111-0/+2
* | Remove private ram_file:compress in favor of zlib:gzipJosé Valim2020-08-101-2/+0
* | Merge branch 'maint'Björn Gustavsson2020-06-171-1/+2
|\ \ | |/
| * Avoid incomplete heaps for crash dumpsBjörn Gustavsson2020-06-151-1/+2
* | Refactor the transformation engineBjörn Gustavsson2020-06-111-5/+7
|/
* Split socket moduleRaimo Niskanen2020-04-011-4/+3
* Fix cross build and build of multiple targets in same source treeRickard Green2020-03-131-13/+19
* Merge branch 'dgud/fix-wsl-builds'Dan Gudmundsson2020-02-141-0/+4
|\
| * Fix ERTS_SKIP_DEPENDDan Gudmundsson2020-01-241-0/+2
| * Fix executable extensionsDan Gudmundsson2020-01-241-0/+2
* | erts: Change suffix of generated YCF fileSverker Eriksson2020-02-041-3/+3
* | Merge branch 'maint'Sverker Eriksson2020-01-241-0/+1
|\ \ | |/ |/|
| * erts: Add new dynamic lock checkerSverker Eriksson2020-01-241-0/+1
* | Merge branch 'maint'Micael Karlberg2020-01-091-0/+1
|\ \ | |/
| * [erts|esock] Various corrections in the registryMicael Karlberg2020-01-081-0/+1
* | Make ets:insert/2 and ets:insert_new/2 yieldKjell Winblad2019-12-181-1/+24
* | Merge branch 'dgud/cleanup-windows-build'Dan Gudmundsson2019-11-141-6/+2
|\ \
| * | Refactor win32 configure handlingDan Gudmundsson2019-11-121-6/+2