aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/cerl.erl
AgeCommit message (Expand)Author
2019-03-28compiler: Fix documentation of cerl:c_binary/1Hans Bolinder
2018-03-26Compile external fun expressions to literalsMichał Muskała
2017-01-12cerl: Add missing types and specsBjörn Gustavsson
2016-11-23Correct copyright info on cerl-related filesRichard Carlsson
2016-05-18Use arity() consistentlyKostis Sagonas
2016-04-28dialyzer: Unfold cerl patterns containing mapsMagnus Lång
2016-04-21cerl: Add missing API function is_c_map_pattern/1Björn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2016-01-14compiler, hipe: Fix pretty printing of Core MapsBjörn-Egil Dahlberg
2015-06-18Change license text to APLv2Bruce Yinhe
2015-03-19cerl: Correct incorrect EDoc referencesBjörn Gustavsson
2015-03-09sys_core_fold: Improve optimization of 'not'Bjö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-01-29cerl: Remove a clause in fold_map_pairs/3 that will never be reachedBjörn Gustavsson
2015-01-28core_pp: Correct printing of map literalsBjörn Gustavsson
2015-01-26cerl: Make sure that we preserve the invariants for mapsBjörn Gustavsson
2014-08-26compiler: Use variables in Map cerl inlinerBjörn-Egil Dahlberg
2014-05-26Merge branch 'egil/fix-maps-pretty-layout/OTP-11947' into maintBjörn-Egil Dahlberg
2014-05-04Support maps in cerl:ann_make_tree/3Anthony Ramine
2014-04-28hipe,compiler: Fix Map literals pretty printingBjörn-Egil Dahlberg
2014-04-03compiler,stdlib: Fix Map literals as keys for Maps in patternsBjörn-Egil Dahlberg
2014-03-28Take out no_native compiler attributeKostis Sagonas
2014-03-19Clean up the types of cerlKostis Sagonas
2014-03-17compiler: Change #c_map{var} to #c_map{arg}Björn-Egil Dahlberg
2014-03-17compiler: Constant fold Maps that are safeBjörn-Egil Dahlberg
2014-03-17compiler: Validate Map srcBjörn-Egil Dahlberg
2014-03-14compiler: Create literal Maps in creation if possibleBjörn-Egil Dahlberg
2014-02-21compiler: Add variable coverage of map in cerlBjörn-Egil Dahlberg
2014-01-29compiler: Squash #c_map_pair_*{} to #c_map_pair{}Björn-Egil Dahlberg
2014-01-28compiler: Add Maps types to cerlBjörn-Egil Dahlberg
2014-01-28compiler: Teach Maps understanding to inlinerBjörn-Egil Dahlberg
2010-10-26compiler: Strengthen some specs to shut off dialyzer warningsKostis Sagonas
2010-06-04Merge branch 'ks/dialyzer' into devErlang/OTP
2010-06-03compiler: Add declarations for exported typesKostis Sagonas
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP