aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
AgeCommit message (Expand)Author
2015-02-20Merge branch 'bjorn/compiler/beam_jump'Björn Gustavsson
2015-02-20Merge branch 'bjorn/compiler/beam_validator'Björn Gustavsson
2015-02-20beam_jump: Eliminate pathologically slow compilationBjö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-18beam_utils: Correct test for has_map_fields in is_pure_test/1Bjö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-12cerl: Add missing is_c_map/1 functionBjörn Gustavsson
2015-02-12v3_core: Simplify translation of mapsBjörn Gustavsson
2015-02-12sys_core_fold: Simplify opt_simple_let_2/6Björn Gustavsson
2015-02-12Break out inlining of 'lists' functions to a new moduleBjörn Gustavsson
2015-02-12sys_core_fold: Add is_int_type/2 and is_tuple_type/2Björn Gustavsson
2015-02-12sys_core_fold: Refactor type information accessBjörn Gustavsson
2015-02-12core_lib: Deprecate functions that are no longer used by the compilerBjörn Gustavsson
2015-02-12Eliminate use of core_lib:literal_value/1Björn Gustavsson
2015-02-12Eliminate all uses of core_lib:get_anno/1 and core_lib:set_anno/2Björn Gustavsson
2015-02-12core_lint: Eliminate call to core_lib:is_literal/1Björn Gustavsson
2015-02-12test_lib: Include test_server.hrl using -include_libBjörn Gustavsson
2015-02-11sys_core_fold: Rename add_scope/2 to fit in the sub_* familyBjörn Gustavsson
2015-02-11v3_core: Suppress compiler-generated calls in guardsBjörn Gustavsson
2015-02-11v3_core: Remove out-commented codeBjörn Gustavsson
2015-02-11v3_core: Remove unused function argument for bc_tq()Björn Gustavsson
2015-02-11v3_core: Use Core Erlang annotations in a type-safe wayBjö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-29cerl: Remove a clause in fold_map_pairs/3 that will never be reachedBjörn Gustavsson
2015-01-29Move grouping of map constructions from v3_core to v3_kernelBjörn Gustavsson
2015-01-28core_pp: Correct printing of map literalsBjörn Gustavsson
2015-01-28sys_core_fold: Remove uncovered clauses matching #c_map{}Björn Gustavsson
2015-01-27Strengthen and modernize compile_SUITEBjörn Gustavsson
2015-01-27core_parse: Always fold literal consesBjörn Gustavsson
2015-01-26beam_z: Remove the uncovered to_typed_literal/1 functionBjörn Gustavsson
2015-01-26Speed up running of compiler test suites in coverage modeBjörn Gustavsson
2015-01-26cerl: Make sure that we preserve the invariants for mapsBjörn Gustavsson
2015-01-26cerl_clauses: Fix indentationBjörn Gustavsson
2015-01-26sys_core_fold: Strengthen optimization of letrecs in effect contextBjörn Gustavsson