aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/test
AgeCommit message (Expand)Author
2015-04-22beam_block: Optimize matching of binary literalsBjörn Gustavsson
2015-04-22compile: Add the {eprof,Pass} option for easy eprof runningBjörn Gustavsson
2015-04-22Add z_SUITE to validate loaded codeBjörn Gustavsson
2015-04-22test suite: Always place .core files in data directoriesBjörn Gustavsson
2015-04-22test suites: Unload modules compiled from .core or .SBjörn Gustavsson
2015-04-20compilation_SUITE: Unload tested modules using the code serverBjörn Gustavsson
2015-04-15Raise more descriptive error messages for failed map operationsBjörn Gustavsson
2015-04-13beam_validator: No longer require strict literal term orderBjörn Gustavsson
2015-04-13map_SUITE: Add tests of is_map/1 with literal mapsBjörn Gustavsson
2015-03-30compiler: Strengthen Maps testsBjörn-Egil Dahlberg
2015-03-27compiler: Strengthen Maps testsBjörn-Egil Dahlberg
2015-03-19Merge branch 'egil/maps/hamt/OTP-12585'Björn-Egil Dahlberg
2015-03-12compiler: Fix map_SUITE:t_map_sort_literal for new map compare orderSverker Eriksson
2015-03-09v3_core: Teach pat_alias/2 to eliminate duplicated variablesBjörn Gustavsson
2015-03-09sys_core_fold: Improve optimization of 'not'Björn Gustavsson
2015-03-09Clean up evaluation of setelement/3Björn Gustavsson
2015-03-09Update type information based on BIFs that returns integersBjörn Gustavsson
2015-03-09sys_core_fold: Strengthen type optimization in letsBjörn Gustavsson
2015-03-09v3_core: Add is_map tests before map instructionsBjörn Gustavsson
2015-03-09beam_type: Use the complete register map when calculating livenessBjörn Gustavsson
2015-03-09Introduce '%live' annotations with a complete register mapBjörn Gustavsson
2015-02-23Merge branch 'bjorn/compiler/beam_jump-share'Björn Gustavsson
2015-02-23Merge branch 'bjorn/compiler/sys_core_fold'Björn Gustavsson
2015-02-20Merge branch 'bjorn/compiler/beam_validator'Björn Gustavsson
2015-02-20sys_core_fold: Fix non-tail-recursive list comprehensionsBjörn Gustavsson
2015-02-20beam_jump: Don't jump into the middle of a 'try'Björn Gustavsson
2015-02-18beam_validator: Exit immediately on crashesBjörn Gustavsson
2015-02-18beam_validator: Remove the file/1 and files/1 functionsBjörn Gustavsson
2015-02-18beam_validator: Remove support for all other unsupported instructionsBjörn Gustavsson
2015-02-18beam_validator: Remove support for unsupported bit syntax instructionsBjörn Gustavsson
2015-02-18beam_validator: Tighten and simplify map validation codeBjörn Gustavsson
2015-02-18map_SUITE: Cover comparisons of 'nil' in v3_codegenBjörn Gustavsson
2015-02-12cerl: Teach is_literal_term/1 to handle mapsBjörn Gustavsson
2015-02-12sys_core_fold: Refactor type information accessBjörn Gustavsson
2015-02-12test_lib: Include test_server.hrl using -include_libBjörn Gustavsson
2015-02-05Merge branch 'bjorn/compiler/dup-bug-fix/OTP-12453'Björn Gustavsson
2015-02-05Merge branch 'bjorn/compiler/map-core-syntax/OTP-12454'Björn Gustavsson
2015-02-05Merge branch 'maint'Björn Gustavsson
2015-02-04Correct unsafe optimization of '==' and '/='Björn Gustavsson
2015-02-03Teach case_opt/3 to avoid unnecessary buildingBjörn Gustavsson
2015-02-03sys_core_fold: Optimize let statements more aggressivelyBjörn Gustavsson
2015-02-03Suppress warnings for expressions that are assigned to '_'Björn Gustavsson
2015-02-03Merge branch 'maint'Björn Gustavsson
2015-02-03Be more careful about map patterns when evalutating element/2Björn Gustavsson
2015-02-03Do not convert map patterns to map expressionsBjörn Gustavsson
2015-01-30Make the syntax for map pairs readableBjörn Gustavsson
2015-01-29Merge branch 'bjorn/compiler/map-fixes'Björn Gustavsson
2015-01-28core_pp: Correct printing of map literalsBjörn Gustavsson
2015-01-27Strengthen and modernize compile_SUITEBjörn Gustavsson
2015-01-26Speed up running of compiler test suites in coverage modeBjörn Gustavsson