summaryrefslogtreecommitdiff
path: root/lib/compiler/test
Commit message (Expand)AuthorAgeFilesLines
* Update copyright yearErlang/OTP2023-05-151-1/+1
* Merge pull request #7207 from frej/frej/private-append-fixBjörn Gustavsson2023-05-052-2/+41
|\
| * compiler: Avoid invalid code for bs_create_bin with initial literalFrej Drejhammar2023-05-041-1/+26
| * compiler: Fix bug in SSA-checkerFrej Drejhammar2023-05-041-1/+15
* | Merge pull request #7200 from bjorng/bjorn/compiler/fix-beam_types-crash/GH-7198Björn Gustavsson2023-05-041-0/+7
|\ \
| * | Eliminate crash in beam_typesBjörn Gustavsson2023-05-031-0/+7
| |/
* | Eliminate crash in beam_ssa_typeBjörn Gustavsson2023-05-031-0/+10
|/
* Merge pull request #7188 from bjorng/bjorn/compiler/fix-beam_jump/GH-7180Björn Gustavsson2023-05-021-0/+8
|\
| * Eliminate unsafe sharing optimization in beam_jumpBjörn Gustavsson2023-04-281-0/+8
* | Merge pull request #7186 from bjorng/bjorn/compiler/fix-is_function-type/GH-7179Björn Gustavsson2023-05-021-2/+19
|\ \
| * | Eliminate crash in beam_ssa_typeBjörn Gustavsson2023-04-281-2/+19
| |/
* | Eliminate internal error in beam_types:float_from_range/1Björn Gustavsson2023-04-281-1/+36
|/
* Merge pull request #7172 from bjorng/bjorn/compiler/fix-min-max-bool/GH-7170Björn Gustavsson2023-04-271-3/+40
|\
| * Eliminate compiler crash in beam_ssa_codegenBjörn Gustavsson2023-04-261-3/+40
* | Merge pull request #7173 from jhogberg/john/compiler/improve-validator-range-...John Högberg2023-04-271-2/+19
|\ \
| * | beam_validator: Improve arithmetic range inferenceJohn Högberg2023-04-261-2/+19
| |/
* | Merge pull request #7163 from bjorng/bjorn/compiler/beam_validator/26/GH-7147...Björn Gustavsson2023-04-262-2/+94
|\ \
| * | Fix two type-related bugsBjörn Gustavsson2023-04-252-2/+94
| |/
* | Merge pull request #7143 from jhogberg/john/compiler/fix-private-append-issue...John Högberg2023-04-261-2/+9
|\ \
| * | beam_ssa_private_append: Fix crash on oddly structured codeJohn Högberg2023-04-211-2/+9
* | | beam_bounds: Make 'bnot' converge fasterJohn Högberg2023-04-241-0/+6
| |/ |/|
* | dbg: deprecates function dbg:stop_clear/1Kiko Fernandez-Reyes2023-04-191-1/+1
* | Fix failure to load module with disabled optimizationsBjörn Gustavsson2023-04-181-0/+15
|/
* beam_ssa_alias: Fix alias analysis for funsJohn Högberg2023-04-141-2/+18
* Update copyright yearErlang/OTP2023-04-111-1/+1
* Merge branch 'maint'John Högberg2023-03-221-2/+26
|\
| * Merge branch 'john/erts/fix-hd-tl-loader-transformations/GH-7024/OTP-18519' i...John Högberg2023-03-221-2/+26
| |\
| | * jit: Fix hd/1 and tl/1 BIF specializationJohn Högberg2023-03-161-2/+26
* | | Update copyright yearErlang/OTP2023-03-216-6/+6
* | | Merge branch 'maint'John Högberg2023-03-151-2/+17
|\ \ \ | |/ /
| * | Merge branch 'john/compiler/fix-inert-update-type/GH-6969/OTP-18516' into maintJohn Högberg2023-03-151-2/+17
| |\ \
| | * | beam_validator: Skip unnecessary type updatesJohn Högberg2023-03-031-2/+17
* | | | compiler: Avoid crash during value tracking in private appendFrej Drejhammar2023-03-131-1/+19
* | | | compiler: Be stricter when tracking values in private appendFrej Drejhammar2023-03-101-0/+13
* | | | Merge branch 'maint'Björn Gustavsson2023-03-101-3/+21
|\ \ \ \ | |/ / /
| * | | Merge pull request #6965 from bjorng/bjorn/compiler/fix-lost-map-exception/GH...Björn Gustavsson2023-03-101-2/+18
| |\ \ \ | | |_|/ | |/| |
| | * | Fix lost exception from map updateBjörn Gustavsson2023-03-031-2/+18
| * | | Update copyright yearErlang/OTP2023-03-063-3/+3
| | |/ | |/|
| * | Merge branch 'maint-24' into maintIngela Anderton Andin2023-02-232-2/+2
| |\ \
| | * | Update copyright yearErlang/OTP2023-02-222-2/+2
| | * | Merge branch 'bjorn/compiler/fix-mutable-variables/24/GH-6873/OTP-18470' into...Erlang/OTP2023-02-222-4/+25
| | |\ \
| | * \ \ Merge branch 'john/compiler/validator-fix-ne-inference/OTP-18365' into john/c...John Högberg2022-12-161-2/+12
| | |\ \ \
* | | | | | Eliminate assertion failure in beam_ssa_codegenBjörn Gustavsson2023-03-081-2/+16
* | | | | | Merge pull request #6964 from jhogberg/john/compiler/singleton-inference/GH-6962John Högberg2023-03-062-2/+23
|\ \ \ \ \ \
| * | | | | | beam_validator: Fix inference on singleton types in registersJohn Högberg2023-03-022-2/+23
* | | | | | | Fix compilation error with disabled optimizationsBjörn Gustavsson2023-03-041-0/+16
* | | | | | | Merge pull request #6934 from bjorng/bjorn/compiler/element/GH-6927Björn Gustavsson2023-03-011-0/+12
|\ \ \ \ \ \ \
| * | | | | | | beam_call_types: Fix inconsistencyBjörn Gustavsson2023-02-271-0/+12
| |/ / / / / /
* | | | | | | Merge pull request #6930 from frej/frej/gh-6925-fix-bincomprehension-appendBjörn Gustavsson2023-03-012-48/+72
|\ \ \ \ \ \ \
| * | | | | | | compiler: Avoid unsafe rewrite to bs_create_bin private_appendFrej Drejhammar2023-02-272-48/+72
| |/ / / / / /