aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/cerl_inline.erl
AgeCommit message (Expand)Author
2018-03-23cerl_inline: Fix a name capture bugBjörn Gustavsson
2016-11-23Correct copyright info on cerl-related filesRichard Carlsson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-04-29cerl_inline: Replace old-style 'catch' with 'try'...'catch'Björn Gustavsson
2014-08-26compiler: Use variables in Map cerl inlinerBjörn-Egil Dahlberg
2014-03-17compiler: Change #c_map{var} to #c_map{arg}Björn-Egil Dahlberg
2014-03-12cerl_inline: Fix type errorBjörn Gustavsson
2014-03-06Do not emit blatantly illformed apply expressions in core_inlineAnthony Ramine
2014-02-21compiler: Fix map inliningBjörn-Egil Dahlberg
2014-01-29compiler: Squash #c_map_pair_*{} to #c_map_pair{}Björn-Egil Dahlberg
2013-07-03Restrict inlining of local fun referencesAnthony Ramine
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-02-13compiler: Teach the inliner to preserve on_load functionsBjörn Gustavsson
2010-06-02Remove (harmless) warnings about min/max in core applicationsPatrik Nyblom
2010-04-01Merge branch 'bg/compiler-inliner' into devErlang/OTP
2010-03-26Consistently rewrite an inlined function_clause exception to case_clauseBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP