aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/v3_life.erl
AgeCommit message (Expand)Author
2017-01-12v3_life: Add types and specsBjörn Gustavsson
2016-11-18v3_kernel: Generate optimized code for guardsBjörn Gustavsson
2016-09-21Simplify handling of internal BIFsBjörn Gustavsson
2016-09-21v3_life: Eliminate special handling of guardsBjörn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2015-06-18Change license text to APLv2Bruce Yinhe
2015-05-21v3_life: Refactor variable dbBjörn-Egil Dahlberg
2015-04-22v3_life: Optimize updating of the variable data baseBjörn Gustavsson
2015-03-11v3_life: Combine literal/2 and literal2/2Björn Gustavsson
2014-03-25compiler: map_pair cannot be a type clause in v3_lifeBjörn-Egil Dahlberg
2014-02-07compiler: Fix codegen multiple updates for MapsBjörn-Egil Dahlberg
2014-01-29compiler: Squash #k_map_pair_*{} to #k_map_pair{}Björn-Egil Dahlberg
2014-01-28Pass the map pair operators through to the v3_codegen passBjörn Gustavsson
2014-01-28Implement support for maps in the compilerBjörn Gustavsson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-14v3_life: Use common code for guards and bodiesBjörn Gustavsson
2012-01-11v3_kernel.hrl: Remove unused record #k_string{}Björn Gustavsson
2012-01-04Eliminate the match_fail primop in v3_kernel and later passesBjörn Gustavsson
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-08-16compiler: Generate line instructionsBjörn Gustavsson
2010-05-20v3_life: Remove clause that cannot match in match_fail/3Björn Gustavsson
2010-03-22compiler: Don't support the no_constant_pool optionBjörn Gustavsson
2010-03-17compiler: Provide more information if the v3_life pass crashesBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP