aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src
AgeCommit message (Expand)Author
2017-10-11Optimize a catch whose return value is ignoredBjörn Gustavsson
2017-10-11Do the receive optimization in the presence of try/catchBjörn Gustavsson
2017-10-11Optimize try/catch that ignores the return valueBjörn Gustavsson
2017-10-02Merge pull request #1546 from michalmuskala/bs-add-optBjörn Gustavsson
2017-10-01Merge branch 'maint'Björn Gustavsson
2017-09-29Fix incorrect internal consistency failure for binary matching codeBjörn Gustavsson
2017-09-15Merge branch 'siri/string-new-api'Siri Hansen
2017-09-15compiler: Do not use deprecated functions in string(3)Hans Bolinder
2017-09-15Merge pull request #1558 from josevalim/jv-compile-infoBjörn Gustavsson
2017-09-14Add compile_info option to compileJosé Valim
2017-09-13Merge pull request #1544 from michalmuskala/eq-optBjörn Gustavsson
2017-09-08Optimise size calculation for binary constructionMichał Muskała
2017-09-08Optimise equality comparisonsMichał Muskała
2017-08-31Eliminate unnecessary 'move' instructionsBjörn Gustavsson
2017-08-31Merge branch 'maint'Björn Gustavsson
2017-08-30Merge pull request #1530 from michalmuskala/beam-peep-optBjörn Gustavsson
2017-08-30Make handling of match contexts stricterBjörn Gustavsson
2017-08-26Enhance optimisations in beam_peepMichał Muskała
2017-08-22Merge branch 'maint'Lukas Larsson
2017-08-22Merge branch 'john/compiler/fail-labels-in-blocks-otp-18/ERIERL-48/OTP-14522'...Lukas Larsson
2017-08-16compiler: Fix live regs update on allocate in validatorLukas Larsson
2017-08-16Merge pull request #1528 from bjorng/bjorn/compiler/improve-case-opt/ERL-452/...Björn Gustavsson
2017-08-14Apply the redundant test optimisation also in case of fall-throughMichał Muskała
2017-08-14Replace labels instead of inserting duplicates in beam_jumpMichał Muskała
2017-08-14Enhance elimination of useless tests in beam_jumpMichał Muskała
2017-08-13Run the sharing optimisation in beam_jump until fixpointMichał Muskała
2017-08-12Introduce beam_utils:replace_labels/4Michał Muskała
2017-08-10Merge branch 'maint'Björn Gustavsson
2017-08-10Generalize optimization of "one-armed" casesBjörn Gustavsson
2017-08-07Take fail labels into account when determining liveness in block opsJohn Högberg
2017-08-07sys_core_fold: Fix unsafe optimization of non-variable applyBjörn Gustavsson
2017-07-07Merge pull request #1080 from josevalim/jv-sys-core-replaceBjörn Gustavsson
2017-07-06Introduce a new core pass called sys_core_aliasJosé Valim
2017-07-04Make tuple calls opt-inJosé Valim
2017-06-14Update copyright yearHans Nilsson
2017-06-13v3_kernel: Keep orddicts sortedBjörn Gustavsson
2017-06-13sys_core_fold: Ensure that orddict keys are uniqueBjörn Gustavsson
2017-06-12Merge branch 'hasse/unicode_atoms/OTP-14285'Hans Bolinder
2017-06-12compiler: Handle (bad) Unicode parse transform module namesHans Bolinder
2017-06-07Fix unsafe bit syntax matching optimizationBjörn Gustavsson
2017-05-23Correct handling of module name in compile:forms/1,2Björn Gustavsson
2017-05-19genop.tab: Add an OTP 20 commentBjörn Gustavsson
2017-05-10erl_bifs: Remove pure BIFs serving no useful purposeBjörn Gustavsson
2017-05-10erl_bifs: Remove erlang:hash/2 from list of pure functionsBjörn Gustavsson
2017-05-09Merge pull request #1439 from josevalim/jv-atu8-functionBjörn Gustavsson
2017-05-08Add a test for utf8 function namesJosé Valim
2017-05-05Make 'slim' slim againBjörn Gustavsson
2017-05-04Update copyright yearRaimo Niskanen
2017-04-26Merge pull request #1367 from josevalim/jv-dbgi-chunkBjörn Gustavsson
2017-04-25Merge branch 'lukas/erts/list_to_port/OTP-14348'Lukas Larsson