aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
AgeCommit message (Expand)Author
2019-08-16Merge branch 'maint'Björn Gustavsson
2019-08-16Merge branch 'john/compiler/recv-test-coverage'John Högberg
2019-08-15compiler: Improve test coverage for recv_crit_edgesJohn Högberg
2019-08-15Fix an internal consistency check failure caused by beam_exceptBjörn Gustavsson
2019-08-14Merge branch 'maint'Björn Gustavsson
2019-08-14Fix compiler crash when compiling some receive statementsBjörn Gustavsson
2019-08-08Merge branch 'john/compiler/fix-bs_skip-succeeded-oddity'John Högberg
2019-08-08Merge branch 'john/compiler/remove-dead-code-beam_ssa_type'John Högberg
2019-08-07Merge pull request #2226 from josevalim/jv-expand-squeeze-literal-integer-utf8John Högberg
2019-08-07compiler: Fix awkward match context substitutionJohn Högberg
2019-08-07beam_ssa_lint: Use #b_var{} instead of variable namesJohn Högberg
2019-08-07beam_ssa_type: Remove unreachable codeJohn Högberg
2019-08-07Merge branch 'john/compiler/validator-improve-try_case-handling'John Högberg
2019-08-07Merge branch 'john/compiler/explicit-call-exceptions'John Högberg
2019-08-06Merge branch 'lukas/otp/add-dialyzer-make-target/OTP-15915'Lukas Larsson
2019-08-06beam_validator: Disallow jumps to try_case handlersJohn Högberg
2019-08-06compiler: Simplify set_tuple_element optimizationJohn Högberg
2019-08-06compiler: Make 'succeeded' optimization more generalJohn Högberg
2019-08-06compiler: Simplify call type optimizationJohn Högberg
2019-08-06compiler: All calls may throw, so they all need success checksJohn 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-05Expand and squeeze literal integers/utf8 bin segmentsJosé Valim
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 pull request #2327 from josevalim/jv-faster-cerl-setsBjörn Gustavsson
2019-08-02Merge branch 'maint'Björn Gustavsson
2019-08-02Merge pull request #2336 from bjorng/bjorn/compiler/fix-slow-beam_ssa_dead/ER...Björn Gustavsson
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-01Avoid extremely long compilation times for huge functionsBjö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-19Optimize is_subset and is_disjoint in cerl_setsJosé Valim
2019-07-12Merge branch 'john/compiler/improve-validator-type-inference/ERL-998'John Högberg
2019-07-11beam_validator: Values referenced by other values must be mergedJohn Högberg
2019-07-11Merge branch 'maint'John Högberg
2019-07-11Merge branch 'maint-22' into maintJohn Högberg
2019-07-11beam_validator: Improve type inference on inequalityJohn Högberg
2019-07-11beam_validator: Remove redundant calls to infer_typesJohn 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-10Prepare releaseErlang/OTP
2019-07-10compiler: Fix compiler crash introduced by OTP-15952John Högberg
2019-07-10Merge branch 'maint'John Högberg