aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test
AgeCommit message (Expand)Author
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-21Update copyright yearHenrik Nord
2018-08-22map_SUITE: Test is_map_key/2 followed by a map updateBjörn Gustavsson
2018-08-22map_SUITE: Cover map_get optimizations in beam_deadBjö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 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-08Fix side-effect optimization when compiling from Core ErlangJohn Högberg
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-07-06Call test_lib:recompile/1 from init_per_suite/1Björn Gustavsson
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-04sys_core_fold: Fix name capture problemBjörn Gustavsson
2018-05-21bs_match_SUITE: Add test of multiple matchesBjörn Gustavsson
2018-05-07Merge pull request #1802 from michalmuskala/map-is-key-bifBjörn Gustavsson
2018-04-29Introduce is_map_key/2 guard BIFMichał Muskała
2018-04-27beam_validator: Verify Y registers in exception-causing instructionsBjörn Gustavsson
2018-04-26Merge pull request #1797 from bjorng/bjorn/compiler/fold-apply/ERL-614Björn Gustavsson
2018-04-25Rewrite a call of a literal external fun to a direct callBjörn Gustavsson
2018-04-25sys_core_fold: Eliminate crash for map update in guardBjörn Gustavsson
2018-04-25Merge branch 'map-get-bif' of git://github.com/michalmuskala/otpBjörn Gustavsson
2018-04-24Introduce map_get guard-safe functionMichał Muskała
2018-04-18core_lint: Handle repeated variables in map patterns correctlyBjörn Gustavsson
2018-04-06Check that messages outside of the heap are not corruptedBjörn Gustavsson
2018-04-04Fix unsafe optimization of record testBjörn Gustavsson
2018-03-21Point out the correct line in an exception for a bad generatorBjörn Gustavsson
2018-03-19core_parse: Fix handling of negative sizes in binariesBjörn Gustavsson
2018-03-07Merge pull request #1732 from bjorng/bjorn/compiler/beam_typeBjörn Gustavsson
2018-03-02beam_type: Refactor simplifications of instructionsBjörn Gustavsson
2018-03-01Enhance beam_validator to check proper nesting of try/catch and catchBjörn Gustavsson