aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/beam_jump.erl
AgeCommit message (Expand)Author
2018-06-18Update copyright yearHenrik Nord
2018-06-04Revert "Run the sharing optimisation in beam_jump until fixpoint"José Valim
2017-11-27beam_jump: Eliminate a repeated clauseBjörn Gustavsson
2017-08-14Apply the redundant test optimisation also in case of fall-throughMichał Muskała
2017-08-14Replace labels instead of inserting duplicates in beam_jumpMichał Muskała
2017-08-14Enhance elimination of useless tests in beam_jumpMichał Muskała
2017-08-13Run the sharing optimisation in beam_jump until fixpointMichał Muskała
2017-01-12beam_jump: Add types and specsBjörn Gustavsson
2016-11-18Remove beam_boolBjörn Gustavsson
2016-09-21beam_jump: Don't try to handle a label at the very endBjörn Gustavsson
2016-09-21beam_jump: Simplify eliminate_fallthroughs/2Björn Gustavsson
2016-08-11[ERL-209] Fix ambiguous_catch_try_state inconsistency errorBjörn Gustavsson
2016-05-25beam_jump: Clean up handling of labels before func_infoBjörn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2015-08-21Put 'try' in blocks to optimize allocation instructionsBjörn Gustavsson
2015-06-18Change license text to APLv2Bruce Yinhe
2015-06-17compiler: Fix beam_bool pass for get_map_elementsBjörn-Egil Dahlberg
2015-05-21compiler: Use Maps instead of dict in beam_jumpBjörn-Egil Dahlberg
2015-05-21compiler: Use cerl_sets instead of gb_sets in beam_jumpBjörn-Egil Dahlberg
2015-04-22beam_jump: Replace use of lists:dropwhile/2 with a custom functionBjörn Gustavsson
2015-02-23Merge branch 'bjorn/compiler/beam_jump-share'Björn Gustavsson
2015-02-20beam_jump: Eliminate pathologically slow compilationBjörn Gustavsson
2015-02-20beam_jump: Don't jump into the middle of a 'try'Björn Gustavsson
2015-01-12compiler: Remove get_map_elements label check in blocksBjörn-Egil Dahlberg
2014-03-07Merge branch 'nox/maps-beam_jump-put_map'Björn-Egil Dahlberg
2014-03-06Properly collect labels in put_map instructions in beam_jumpAnthony Ramine
2014-03-05Properly check label use in get_map_elements in beam_jumpAnthony Ramine
2014-02-13compiler: Change map instructions for fetching valuesBjörn-Egil Dahlberg
2014-01-28compiler: Implement different instructions for => and :=Björn Gustavsson
2014-01-28Implement support for maps in the compilerBjörn Gustavsson
2013-12-13Keep exit blocks in order when moving them in beam_jumpAnthony Ramine
2013-01-25Update copyright yearsBjörn-Egil Dahlberg
2012-11-26beam_jump: Move bs_context_to_binary/1 + exit instructionBjörn Gustavsson
2012-10-10Break apart tail-recursive call instructionsBjörn Gustavsson
2012-10-10Rewrite select_val and select_tuple_arity to a select instructionBjörn Gustavsson
2012-10-09Rewrite binary creation instructions to bs_init instructionsBjörn Gustavsson
2012-10-09Rewrite bs_add, bs_utf*_size to BIF instructions in optimizationsBjörn Gustavsson
2012-10-09Rewrite bs_put* instructions to a generic bs_put instructionBjörn Gustavsson
2012-10-09Refactor removal of unused labelsBjörn Gustavsson
2012-10-09beam_jump: Don't move a block which can be entered via a fallthroughBjörn Gustavsson
2012-10-09beam_jump: Fix broken optimizationBjörn Gustavsson
2011-12-09Update copyright yearsBjörn-Egil Dahlberg
2011-08-16compiler: Generate line instructionsBjörn Gustavsson
2010-03-25Merge branch 'bg/compiler-remove-r11-support' into devErlang/OTP
2010-03-22compiler: Don't support the no_constant_pool optionBjörn Gustavsson
2009-11-20The R13B03 release.OTP_R13B03Erlang/OTP