aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src
AgeCommit message (Expand)Author
2019-02-13Make dialyzer faster for left-associative andalso/orelse expressionsBjörn Gustavsson
2019-01-30Eliminate bogus warning when using tuple callsBjörn Gustavsson
2019-01-14beam_type: Eliminate compiler crash when arithmetic expression failsBjörn Gustavsson
2019-01-07Remove unsafe optimization for delaying creation of stackframeBjörn Gustavsson
2018-12-05Fix unsafe optimization of stack trace buildingBjörn Gustavsson
2018-11-20Fix internal consistency failure for is_function/2Björn Gustavsson
2018-10-31Fix bug when beam_jump removes put_tuple instructionsBjörn Gustavsson
2018-10-16Merge branch 'john/compiler/bs_match-anno-liveness-fix/OTP-15353/ERL-753' int...John Högberg
2018-10-15beam_utils: Handle bs_start_match2 in anno_defsJohn Högberg
2018-10-05compiler: Forward +source flag to epp and fix bug in +deterministicJohn Högberg
2018-09-28Fix rare bug in binary matching (again)Björn Gustavsson
2018-09-12Merge branch 'maint-21' into maintRickard Green
2018-09-10Fix include-path regression caused by dd0a39cJohn Högberg
2018-08-31Merge branch 'hasse/dialyzer/improve_guards/OTP-15268/ERL-680' into maintHans Bolinder
2018-08-28dialyzer: Improve handling of complex guardsHans Bolinder
2018-08-22beam_validator: Infer the type of the map argument for is_map_key/2Björn Gustavsson
2018-08-14Fix compiler crash when compiling double receivesBjörn Gustavsson
2018-08-13Correct error behavior of is_map_key/2 in guardsBjörn Gustavsson
2018-08-10Merge branch 'john/compiler/fix-deterministic-include-paths/OTP-15204/ERL-679...Erlang/OTP
2018-08-10Merge pull request #1911 from bjorng/bjorn/compiler/binary-syntax/ERL-689/OTP...Björn Gustavsson
2018-08-09Merge branch 'john/compiler/fix-deterministic-include-paths/OTP-15204/ERL-679...Rickard Green
2018-08-09Omit include path debug info for +deterministic buildsJohn Högberg
2018-08-09Merge pull request #1910 from bjorng/bjorn/compiler/letrec-side-effect-fix/ER...Björn Gustavsson
2018-08-08Fix bug in binary matchingBjörn Gustavsson
2018-08-08Merge pull request #1903 from michalmuskala/mm/useless-callBjörn Gustavsson
2018-08-08Fix side-effect optimization when compiling from Core ErlangJohn Högberg
2018-08-07Eliminate double computation of next varMichał Muskała
2018-08-06beam_validator: Fix false diagnostic for a receive nested in a tryBjörn Gustavsson
2018-07-16Abort size calculation when a matched-out variable is usedJohn Högberg
2018-06-29Merge branch 'bjorn/compiler/fix-beam_jump-crash/ERL-660/OTP-15166' into main...Erlang/OTP
2018-06-29Merge branch 'bjorn/compiler/fix-map_get/OTP-15157' into maint-21Erlang/OTP
2018-06-29Merge branch 'bjorn/compiler/fix-skipped-matching/ERL-655/OTP-15156' into mai...Erlang/OTP
2018-06-29Eliminate a crash in the beam_jump passBjörn Gustavsson
2018-06-27Fix internal compiler error for map_get/2Björn Gustavsson
2018-06-27beam_type: Fix unsafe optimizationBjörn Gustavsson
2018-06-25Fix unsafe optimization when running beam_block the second timeBjörn Gustavsson
2018-06-18Update copyright yearHenrik Nord
2018-06-07Merge pull request #1832 from josevalim/jv-revert-beam-jumpBjörn Gustavsson
2018-06-07Merge pull request #1831 from bjorng/bjorn/compiler/fix-name-captureBjörn Gustavsson
2018-06-04Revert "Run the sharing optimisation in beam_jump until fixpoint"José Valim
2018-06-04sys_core_fold: Fix name capture problemBjörn Gustavsson
2018-06-04sys_core_inline: Avoid spurious warningsBjörn Gustavsson
2018-05-28compiler: Improve a contractHans Bolinder
2018-05-16Merge branch 'richcarl/eliminate_lib_module/PR-1786/OTP-15072'Hans Bolinder
2018-05-07Merge pull request #1800 from erszcz/masterHans Bolinder
2018-05-07Merge pull request #1802 from michalmuskala/map-is-key-bifBjörn Gustavsson
2018-05-04Fix syntactic issues in EDoc comments across some libsRadek Szymczyszyn
2018-05-04Move error formatting to erl_error.erl and delete lib.erlRichard Carlsson
2018-04-29Introduce is_map_key/2 guard BIFMichał Muskała
2018-04-27beam_validator: Verify Y registers in exception-causing instructionsBjörn Gustavsson