aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test
AgeCommit message (Expand)Author
2019-08-07Merge branch 'john/compiler/validator-improve-try_case-handling'John Högberg
2019-08-06beam_validator: Disallow jumps to try_case handlersJohn Högberg
2019-08-05Merge branch 'maint'Björn Gustavsson
2019-08-05Merge branch 'bjorn/compiler/fix-stack-init/ERL-1017/OTP-15968' into maintBjörn Gustavsson
2019-08-05Ensure that the stack slots are initialized when matching mapsBjörn Gustavsson
2019-08-05Merge branch 'maint'John Högberg
2019-08-05Merge branch 'john/compiler/fix-delayed-type-inference/OTP-15954/ERL-995' int...John Högberg
2019-08-02Merge branch 'maint'Björn Gustavsson
2019-08-02Merge branch 'bjorn/compiler/length-misuse/ERL-1013' of https://github.com/bj...Björn Gustavsson
2019-08-02Merge branch 'bjorn/compiler/fix-no_type_opt/ERL-997' of https://github.com/b...Björn Gustavsson
2019-08-01Merge branch 'maint'Björn Gustavsson
2019-08-01Merge branch 'bjorn/compiler/fix-unsafe-sharing/OTP-15963' into maintBjörn Gustavsson
2019-07-30Fix compiler crash when compiling with +no_type_optBjörn Gustavsson
2019-07-30Eliminate a crash in the type optimizer passBjörn Gustavsson
2019-07-29Fix unsafe code sharingBjörn Gustavsson
2019-07-11beam_validator: Values referenced by other values must be mergedJohn Högberg
2019-07-11beam_validator: Improve type inference on inequalityJohn Högberg
2019-07-11Merge branch 'maint'John Högberg
2019-07-11Merge branch 'john/compiler/fix-bad-try_catch-recv-fix/OTP-15953/ERL-999' int...John Högberg
2019-07-10compiler: Fix compiler crash introduced by OTP-15952John Högberg
2019-07-09Merge branch 'john/compiler/fix-fail-path-exceptions-bsm/OTP-15946' into main...Erlang/OTP
2019-07-09Merge branch 'john/compiler/fix-unsafe-tuple_size-opt/OTP-15945' into maint-22Erlang/OTP
2019-07-09Merge branch 'maint'John Högberg
2019-07-09Merge branch 'john/compiler/fix-try_catch-receives/OTP-15952' into maintJohn Högberg
2019-07-09compiler: Fix broken 'receive' in try/catch blocksJohn Högberg
2019-07-05compiler: Introduce union typesJohn Högberg
2019-07-05beam_validator: Clean up abstract/match context type handlingJohn Högberg
2019-07-05beam_types_SUITE: Fix shrinking of bitstringsJohn Högberg
2019-07-05beam_types: Fix an integer consistency in meet/2John Högberg
2019-07-05beam_types: Extend the type lattice testsJohn Högberg
2019-07-04Merge branch 'maint'John Högberg
2019-07-04Merge branch 'john/compiler/fix-fail-path-exceptions-bsm/OTP-15946' into maintJohn Högberg
2019-07-04Merge branch 'john/compiler/fix-unsafe-tuple_size-opt/OTP-15945' into maintJohn Högberg
2019-07-03beam_ssa_bsm: Leave ?BADARG_BLOCK alone when cloning fail pathJohn Högberg
2019-07-03beam_ssa_opt: Do not apply tuple_size optimization outside guardsJohn Högberg
2019-06-17Create a shared wrapper function for all occurrences of 'fun F/A'Björn Gustavsson
2019-06-12beam_validator: Replace old type representation with beam_typesJohn Högberg
2019-06-12compiler: Move "known functions" to beam_typesJohn Högberg
2019-06-12compiler: Break out SSA/beam type definitions into a separate moduleJohn Högberg
2019-06-12Merge branch 'john/compiler/fix-bad-bitstring-type-opt/OTP-15872' into maint-22Erlang/OTP
2019-06-11Merge branch 'maint'John Högberg
2019-06-11Merge branch 'john/erts/fix-bad-get_tuple_element-opt/OTP-15871/ERIERL-374' i...John Högberg
2019-06-11Merge branch 'john/compiler/fix-bad-bitstring-type-opt/OTP-15872' into maintJohn Högberg
2019-06-10erts: Fix bad loader optimization of get_tuple_elementJohn Högberg
2019-06-10beam_ssa_type: Fix incorrect bitstring unit determinationJohn Högberg
2019-05-29Merge branch 'bjorn/compiler/fix-beam_ssa_dead-patch/OTP-15845' into maint-22Erlang/OTP
2019-05-29Merge branch 'bjorng_ghub/bjorn/compiler/fix-beam_ssa_dead-crash/ERL-956/OTP-...Erlang/OTP
2019-05-29Merge branch 'bjorn/compiler/fix-unloadable-code-patch/ERL-955/OTP-15846' int...Erlang/OTP
2019-05-29Merge branch 'bjorn/compiler/fix-beam_except/ERL-954/OTP-15839' into maint-22Erlang/OTP
2019-05-29Merge branch 'john/compiler/list_append_type/OTP-15841' into maint-22Erlang/OTP