aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/beam_dead.erl
AgeCommit message (Expand)Author
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2012-10-10Rewrite select_val and select_tuple_arity to a select instructionBjörn Gustavsson
2012-10-09Improve binary matching of literalsBjörn Gustavsson
2011-12-06Teach the compiler the 'no_dead' optionBjörn Gustavsson
2011-08-16compiler: Generate line instructionsBjörn Gustavsson
2011-05-20Update copyright yearsBjörn-Egil Dahlberg
2011-04-12beam_dead: Remove uncovered special case handling of empty blocksBjörn Gustavsson
2011-04-12beam_dead: Remove uncovered clauses in binary matching optimizationBjörn Gustavsson
2011-04-12beam_dead: Remove uncoverable case clause in update_value_dict/3Björn Gustavsson
2011-04-12beam_dead: Remove code that cannot be covered in forward/4Björn Gustavsson
2010-06-02Merge branch 'bg/compiler' into devErlang/OTP
2010-06-02beam_dead: Combine is_eq_exact instructions into select_val instructionsBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP