summaryrefslogtreecommitdiff
path: root/lib/compiler/test/map_SUITE.erl
Commit message (Expand)AuthorAgeFilesLines
* Eliminate another crash when optimization passes are disabledBjörn Gustavsson2022-09-051-0/+18
* Correct bug in CSE optimizationBjörn Gustavsson2022-07-311-2/+31
* map_SUITE: Cover more code in beam_call_typesBjörn Gustavsson2022-04-011-113/+266
* Merge pull request #2734 from bjorng/bjorn/compiler/fix-unsafe-map-optimizati...Björn Gustavsson2020-09-021-0/+13
|\
| * Correct an unsafe optimization of nested map matchingBjörn Gustavsson2020-08-311-0/+13
* | beam_ssa_opt: Do more strength reduction in ssa_opt_liveBjörn Gustavsson2020-05-281-0/+13
|/
* v3_core: Don't make the compiler crash on invalid map updatesBjörn Gustavsson2020-03-051-0/+18
* beam_kernel_to_ssa: Try to harder to avoid try/catchBjörn Gustavsson2020-02-171-0/+32
* Merge branch 'maint'John Högberg2020-02-111-1/+24
|\
| * beam_peep: Deduplicate map keys when simplifying has_map_fieldsJohn Högberg2020-02-101-2/+24
* | Allow guard expressions in map keysBjörn Gustavsson2020-02-061-2/+61
|/
* Cover code in beam_trimBjörn Gustavsson2018-11-301-2/+12
* Eliminate warnings for unused variablesBjörn Gustavsson2018-11-291-1/+1
* map_SUITE: Test for mixed map creationBjörn Gustavsson2018-11-291-2/+23
* map_SUITE: Fix indentationBjörn Gustavsson2018-11-291-31/+31
* map_SUITE: Test is_map_key/2 followed by a map updateBjörn Gustavsson2018-08-221-0/+15
* map_SUITE: Cover map_get optimizations in beam_deadBjörn Gustavsson2018-08-221-0/+59
* Correct error behavior of is_map_key/2 in guardsBjörn Gustavsson2018-08-131-1/+45
* Call test_lib:recompile/1 from init_per_suite/1Björn Gustavsson2018-07-061-3/+6
* Fix internal compiler error for map_get/2Björn Gustavsson2018-06-271-0/+6
* Introduce is_map_key/2 guard BIFMichał Muskała2018-04-291-0/+18
* Merge branch 'map-get-bif' of git://github.com/michalmuskala/otpBjörn Gustavsson2018-04-251-2/+22
|\
| * Introduce map_get guard-safe functionMichał Muskała2018-04-241-2/+22
* | core_lint: Handle repeated variables in map patterns correctlyBjörn Gustavsson2018-04-181-2/+17
|/
* map_SUITE: Cover beam_utils:bif_to_test/3Björn Gustavsson2017-12-131-0/+20
* Update test cases for erlang:hash/2 removalBjörn-Egil Dahlberg2017-01-251-1/+0
* Eliminate crash for map updates in guardsBjörn Gustavsson2016-06-021-0/+24
* v3_codegen: Don't confuse beam_validatorBjörn Gustavsson2016-05-251-2/+18
* Eliminate use of test_server:fail/0,1Björn Gustavsson2016-02-251-3/+3
* Merge branch 'maint'Björn Gustavsson2016-01-131-0/+3
|\
| * Fix crash when attempting to update a fun as if it were a mapBjörn Gustavsson2016-01-121-0/+3
* | compiler tests: Replace 'random' with 'rand'Björn Gustavsson2015-12-111-11/+11
|/
* compiler: Add test for corrupt register in get_map_elementsBjörn-Egil Dahlberg2015-09-041-3/+55
* Change license text to APLv2Bruce Yinhe2015-06-181-10/+11
* Raise more descriptive error messages for failed map operationsBjörn Gustavsson2015-04-151-33/+50
* map_SUITE: Add tests of is_map/1 with literal mapsBjörn Gustavsson2015-04-131-0/+13
* compiler: Strengthen Maps testsBjörn-Egil Dahlberg2015-03-301-4/+180
* compiler: Strengthen Maps testsBjörn-Egil Dahlberg2015-03-271-8/+750
* compiler: Fix map_SUITE:t_map_sort_literal for new map compare orderSverker Eriksson2015-03-121-1/+1
* map_SUITE: Cover comparisons of 'nil' in v3_codegenBjörn Gustavsson2015-02-181-0/+1
* core_pp: Correct printing of map literalsBjörn Gustavsson2015-01-281-0/+6
* map_SUITE: Ensure recompilation when running coverBjörn Gustavsson2015-01-211-1/+3
* compiler: Update test for Maps aliasingBjörn-Egil Dahlberg2014-10-021-0/+13
* compiler: Update Map testsBjörn-Egil Dahlberg2014-08-261-4/+359
* compiler,stdlib: Fix Map literals as keys for Maps in patternsBjörn-Egil Dahlberg2014-04-031-0/+5
* compiler: Do not evaluate map expressions with bad keysBjörn-Egil Dahlberg2014-03-251-1/+3
* compiler: Strengthen Maps warnings testsBjörn-Egil Dahlberg2014-03-251-0/+2
* compiler: Test deep map structureBjörn-Egil Dahlberg2014-03-241-1/+15
* compiler: Cover #{ [] => Var } in testcaseBjörn-Egil Dahlberg2014-03-241-0/+16
* Properly collect variables in map expressions in v3_coreAnthony Ramine2014-03-181-2/+10