aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler
AgeCommit message (Expand)Author
2014-03-05Do not try to optimize non-boolean guardsAnthony Ramine
2014-03-05Properly check label use in get_map_elements in beam_jumpAnthony Ramine
2014-03-04Support maps in cerl_clauses:match/2Anthony Ramine
2014-03-04Properly order Kernel code for maps with mixed pairsAnthony Ramine
2014-03-04Properly sort map pairs in v3_codegenAnthony Ramine
2014-03-04Properly lint calls in Core Erlang guardsAnthony Ramine
2014-03-04Merge branch 'nox/maps-fix-beam_bool-put_map'Björn-Egil Dahlberg
2014-03-04Merge branch 'nox/maps-expand-update'Björn-Egil Dahlberg
2014-03-04Merge branch 'nox/compiler/v3_core-mismatched-apply'Björn Gustavsson
2014-03-04Merge branch 'nox/compiler/sys_core_fold-erlang-is_record-3'Björn Gustavsson
2014-03-04Introduce compiler option 'nowarn_deprecated_type'Hans Bolinder
2014-03-04Handle nil as a wait_timeout argument in beam_utils:live_opt/4Anthony Ramine
2014-03-04Properly detect nonboolean protected expressions in beam_boolAnthony Ramine
2014-03-03Properly collect labels in put_map instructions in beam_boolAnthony Ramine
2014-03-03Do not mark all calls to erlang:is_function/2 as safeAnthony Ramine
2014-03-02Do not mark all calls to erlang:is_record/3 as safeAnthony Ramine
2014-03-01Do not emit blatantly illformed Core Erlang apply expressionsAnthony Ramine
2014-03-01Fix expansion of map update argumentsAnthony Ramine
2014-02-28compiler: Fix error message printout on compile errorBjörn-Egil Dahlberg
2014-02-24Merge branch 'tuncer/update-deprecation-message/OTP-11751'Henrik Nord
2014-02-24Merge branch 'fenollp/otp-edoc-usage-fixes'Henrik Nord
2014-02-24Merge branch 'egil/maps/fix-cerl-inlining'Björn-Egil Dahlberg
2014-02-24Merge branch 'hb/dialyzer/deprecate_types/OTP-10342'Hans Bolinder
2014-02-24Merge branch 'schlagert/fix_basic_appups'Siri Hansen
2014-02-24Add test suites performing app and appup file checksTobias Schlager
2014-02-23Deprecate pre-defined built-in typesHans Bolinder
2014-02-21compiler: Update map_SUITE to handle inliningBjörn-Egil Dahlberg
2014-02-21compiler: Fix map inliningBjörn-Egil Dahlberg
2014-02-21compiler: Add variable coverage of map in cerlBjörn-Egil Dahlberg
2014-02-21Merge branch 'egil/compiler/maps-get_map_elements'Björn-Egil Dahlberg
2014-02-20compiler: Strengthen Maps compile testsBjörn-Egil Dahlberg
2014-02-20compiler: Remove dead warningBjörn-Egil Dahlberg
2014-02-19compiler: Transform list of Args to exact literal typeBjörn-Egil Dahlberg
2014-02-19compiler: Test Maps aliasingBjörn-Egil Dahlberg
2014-02-19compiler: Use aliasing in map pair patternsBjörn-Egil Dahlberg
2014-02-19compiler: Check literal order in beam_validatorBjörn-Egil Dahlberg
2014-02-19Merge branch 'nox/compiler/v3_core-comprehensions-cleanup'Björn Gustavsson
2014-02-18Fix library application appup filesTobias Schlager
2014-02-17Simplify comprehension compilation in v3_coreAnthony Ramine
2014-02-14compiler: update 'asm' deprecation messageTuncer Ayaz
2014-02-14Fix edoc usage errorsPierre Fenoll
2014-02-14Merge branch 'kostis/beam_validator-minor-fix'Björn Gustavsson
2014-02-13compiler: Change map instructions for fetching valuesBjörn-Egil Dahlberg
2014-02-13Change a list comprehension to a foreach/2 callKostis Sagonas
2014-02-13Merge branch 'bjorn/lc-warnings/OTP-11626' (early part)Björn Gustavsson
2014-02-13Merge branch 'nox/compiler/v3_core-case-arg-opt'Björn Gustavsson
2014-02-12Merge branch 'bjorn/compiler/optimizations/OTP-11584'Björn Gustavsson
2014-02-11Teach sys_core_fold:eval_case/2 to cope with handwritten Core ErlangBjörn Gustavsson
2014-02-11sys_core_fold: Remove a redundant word in a commentBjörn Gustavsson
2014-02-11Optimise case arguments in sys_core_foldAnthony Ramine