aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/v3_core.erl
AgeCommit message (Expand)Author
2012-08-22compiler: Warn if the size of a binary segment is invalidBjörn Gustavsson
2012-03-30Update copyright yearsBjörn-Egil Dahlberg
2012-03-14v3_core: Don't put negative line numbers in annotationsBjörn Gustavsson
2011-11-07EEP-23: Allow variables in fun M:F/ABjörn Gustavsson
2011-08-16v3_core: Annotate exception-generating clauses with line numbersBjörn Gustavsson
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2011-03-23v3_core: Fix variable incorrectly unbound after binary matchBjörn Gustavsson
2011-03-23v3_core: Fix style and indentationBjörn Gustavsson
2010-09-22Don't generate multiple tail segments in binary matchingBjörn Gustavsson
2010-09-22Factor out some of the code for binary generatorsBjörn Gustavsson
2010-05-27Cleanup branch 'bg/compiler-cover-and-clean'Kostis Sagonas
2010-05-20v3_core: Remove a clause in is_simple/1 that cannot matchBjörn Gustavsson
2010-05-20v3_core: Remove unused support for generating compilation errorsBjörn Gustavsson
2010-04-15Silence warnings for expressions that are assigned to "_"Björn Gustavsson
2010-03-26Consistently rewrite an inlined function_clause exception to case_clauseBjörn Gustavsson
2010-03-22compiler: Don't support the no_binaries optionBjörn Gustavsson
2010-02-10Merge branch 'ks/compiler' into ccase/r13b04_devErlang/OTP
2010-02-10compiler: keep line numbers for attributesKostis Sagonas
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP