Age | Commit message (Expand) | Author |
2017-10-11 | Optimize a catch whose return value is ignored | Björn Gustavsson |
2017-10-11 | Do the receive optimization in the presence of try/catch | Björn Gustavsson |
2017-10-11 | Optimize try/catch that ignores the return value | Björn Gustavsson |
2017-10-02 | Merge pull request #1546 from michalmuskala/bs-add-opt | Björn Gustavsson |
2017-10-01 | Merge branch 'maint' | Björn Gustavsson |
2017-09-29 | Fix incorrect internal consistency failure for binary matching code | Björn Gustavsson |
2017-09-15 | Merge branch 'siri/string-new-api' | Siri Hansen |
2017-09-15 | compiler: Do not use deprecated functions in string(3) | Hans Bolinder |
2017-09-15 | Merge pull request #1558 from josevalim/jv-compile-info | Björn Gustavsson |
2017-09-14 | Add compile_info option to compile | José Valim |
2017-09-13 | Merge pull request #1544 from michalmuskala/eq-opt | Björn Gustavsson |
2017-09-08 | Optimise size calculation for binary construction | Michał Muskała |
2017-09-08 | Optimise equality comparisons | Michał Muskała |
2017-08-31 | Eliminate unnecessary 'move' instructions | Björn Gustavsson |
2017-08-31 | Merge branch 'maint' | Björn Gustavsson |
2017-08-30 | Merge pull request #1530 from michalmuskala/beam-peep-opt | Björn Gustavsson |
2017-08-30 | Make handling of match contexts stricter | Björn Gustavsson |
2017-08-26 | Enhance optimisations in beam_peep | Michał Muskała |
2017-08-22 | Merge branch 'maint' | Lukas Larsson |
2017-08-22 | Merge branch 'john/compiler/fail-labels-in-blocks-otp-18/ERIERL-48/OTP-14522'... | Lukas Larsson |
2017-08-16 | compiler: Fix live regs update on allocate in validator | Lukas Larsson |
2017-08-16 | Merge pull request #1528 from bjorng/bjorn/compiler/improve-case-opt/ERL-452/... | Björn Gustavsson |
2017-08-14 | Apply the redundant test optimisation also in case of fall-through | Michał Muskała |
2017-08-14 | Replace labels instead of inserting duplicates in beam_jump | Michał Muskała |
2017-08-14 | Enhance elimination of useless tests in beam_jump | Michał Muskała |
2017-08-13 | Run the sharing optimisation in beam_jump until fixpoint | Michał Muskała |
2017-08-12 | Introduce beam_utils:replace_labels/4 | Michał Muskała |
2017-08-10 | Merge branch 'maint' | Björn Gustavsson |
2017-08-10 | Generalize optimization of "one-armed" cases | Björn Gustavsson |
2017-08-07 | Take fail labels into account when determining liveness in block ops | John Högberg |
2017-08-07 | sys_core_fold: Fix unsafe optimization of non-variable apply | Björn Gustavsson |
2017-07-07 | Merge pull request #1080 from josevalim/jv-sys-core-replace | Björn Gustavsson |
2017-07-06 | Introduce a new core pass called sys_core_alias | José Valim |
2017-07-04 | Make tuple calls opt-in | José Valim |
2017-06-14 | Update copyright year | Hans Nilsson |
2017-06-13 | v3_kernel: Keep orddicts sorted | Björn Gustavsson |
2017-06-13 | sys_core_fold: Ensure that orddict keys are unique | Björn Gustavsson |
2017-06-12 | Merge branch 'hasse/unicode_atoms/OTP-14285' | Hans Bolinder |
2017-06-12 | compiler: Handle (bad) Unicode parse transform module names | Hans Bolinder |
2017-06-07 | Fix unsafe bit syntax matching optimization | Björn Gustavsson |
2017-05-23 | Correct handling of module name in compile:forms/1,2 | Björn Gustavsson |
2017-05-19 | genop.tab: Add an OTP 20 comment | Björn Gustavsson |
2017-05-10 | erl_bifs: Remove pure BIFs serving no useful purpose | Björn Gustavsson |
2017-05-10 | erl_bifs: Remove erlang:hash/2 from list of pure functions | Björn Gustavsson |
2017-05-09 | Merge pull request #1439 from josevalim/jv-atu8-function | Björn Gustavsson |
2017-05-08 | Add a test for utf8 function names | José Valim |
2017-05-05 | Make 'slim' slim again | Björn Gustavsson |
2017-05-04 | Update copyright year | Raimo Niskanen |
2017-04-26 | Merge pull request #1367 from josevalim/jv-dbgi-chunk | Björn Gustavsson |
2017-04-25 | Merge branch 'lukas/erts/list_to_port/OTP-14348' | Lukas Larsson |