Age | Commit message (Expand) | Author |
2019-06-10 | beam_ssa_type: Fix incorrect bitstring unit determination | John Högberg |
2019-05-29 | Merge branch 'bjorn/compiler/fix-beam_ssa_dead-patch/OTP-15845' into maint-22 | Erlang/OTP |
2019-05-29 | Merge branch 'bjorng_ghub/bjorn/compiler/fix-beam_ssa_dead-crash/ERL-956/OTP-... | Erlang/OTP |
2019-05-29 | Merge branch 'bjorn/compiler/fix-unloadable-code-patch/ERL-955/OTP-15846' int... | Erlang/OTP |
2019-05-29 | Merge branch 'bjorn/compiler/fix-beam_except/ERL-954/OTP-15839' into maint-22 | Erlang/OTP |
2019-05-29 | Merge branch 'bjorn/compiler/fix-unsafe-type-inference/OTP-15838' into maint-22 | Erlang/OTP |
2019-05-29 | Merge branch 'john/compiler/list_append_type/OTP-15841' into maint-22 | Erlang/OTP |
2019-05-29 | Merge branch 'bjorn/compiler/fix-receive-patch/ERL-950/OTP-15832' into maint-22 | Erlang/OTP |
2019-05-28 | Fix unsafe optimizations where guard tests could be removed | Björn Gustavsson |
2019-05-28 | Eliminate crash in the beam_ssa_dead compiler pass | Björn Gustavsson |
2019-05-27 | Fix compiler crash in beam_except | Björn Gustavsson |
2019-05-27 | compiler: Fix broken type for erlang:'++'/2 | John Högberg |
2019-05-27 | Fix loading of Core Erlang code for extracting a map element | Björn Gustavsson |
2019-05-24 | Fix unsafe negative type inference | Björn Gustavsson |
2019-05-21 | Eliminate compiler crash when compiling complex receive statements | Björn Gustavsson |
2019-05-20 | Fix non-terminating compilation | Björn Gustavsson |
2019-04-30 | Merge branch 'john/compiler/fix-missing-match-reposition/ERL-923' | John Högberg |
2019-04-29 | compiler: Propagate match context position on fail path | John Högberg |
2019-04-23 | beam_validator: Don't infer types for dead values | John Högberg |
2019-04-15 | Optimize encoding of simple literals | Björn Gustavsson |
2019-04-10 | compiler: Add missing header dependencies | John Högberg |
2019-04-04 | cerl_clauses: Fix broken link | Björn Gustavsson |
2019-03-28 | compile: Add some types to core_parse.hrl | Hans Bolinder |
2019-03-28 | compiler: Fix documentation of cerl:c_binary/1 | Hans Bolinder |
2019-03-28 | Merge branch 'bjorn/compiler/cuddle-with-tests' | Björn Gustavsson |
2019-03-26 | compiler: Fully disable no_return optimizations in try blocks | John Högberg |
2019-03-25 | sys_core_fold: Simplify case_expand_var/2 | Björn Gustavsson |
2019-03-25 | beam_validator: Remove uncovered lines in lists_mod_return_type/3 | Björn Gustavsson |
2019-03-21 | Merge branch 'bjorn/hipe-compilation/OTP-15596' | Björn Gustavsson |
2019-03-20 | HiPE: Don't fail the compilation for unimplemented instructions | Björn Gustavsson |
2019-03-18 | beam_validator: Infer types on both sides of '=:=' | John Högberg |
2019-03-08 | beam_ssa_opt: Fix crash in ssa_opt_float | John Högberg |
2019-03-06 | beam_validator: Express test_arity/is_tagged_tuple as type tests | John Högberg |
2019-03-06 | beam_validator: Fix type subtraction on select_* and inequality | John Högberg |
2019-03-05 | beam_validator: Style fix for asserts in list comprehensions | John Högberg |
2019-03-05 | beam_validator: Infer types from bs_put instructions | John Högberg |
2019-03-05 | beam_validator: is_map no longer needs special treatment | John Högberg |
2019-03-05 | beam_validator: Refactor type conflict resolution | John Högberg |
2019-03-05 | beam_validator: Refactor branch handling | John Högberg |
2019-03-04 | beam_validator: Fix element/2 BIF handling | John Högberg |
2019-03-04 | beam_validator: Rename get_move_term_type and clean up get_raw_type | John Högberg |
2019-03-04 | Merge pull request #2168 from josevalim/jv-v3_kernel-binary-all | Björn Gustavsson |
2019-03-04 | Merge pull request #2167 from bjorng/bjorn/tune-beam | Björn Gustavsson |
2019-03-04 | Merge pull request #2166 from bjorng/bjorn/compiler/fix-slow-beam_ssa_dead | Björn Gustavsson |
2019-03-01 | Move size=all binary clause prunning to v3_kernel | José Valim |
2019-03-01 | Optimize v3_kernel for thousands of clauses | José Valim |
2019-03-01 | Add a comment about the time complexity of beam_ssa_dead | Björn Gustavsson |
2019-03-01 | Pass the from node as a function argument instead of in a map | Björn Gustavsson |
2019-03-01 | Do some minor optimizations of compilation times | Björn Gustavsson |
2019-03-01 | Keep the set of unset variables as small as possible | Björn Gustavsson |