aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/beam_jump.erl
AgeCommit message (Expand)Author
2019-02-26beam_jump: Fail label of select_val is unsafe for move eliminationJohn Högberg
2019-02-11beam_jump: Improve elimination of redundant movesBjörn Gustavsson
2018-11-28Cover more code in beam_jumpBjörn Gustavsson
2018-11-28beam_jump: Eliminate jumps to return instructionsBjörn Gustavsson
2018-11-28beam_jump: Remove the unused #st.index fieldBjörn Gustavsson
2018-11-06beam_jump: Stop using beam_utils:is_killed/3Björn Gustavsson
2018-11-06beam_trim, beam_jump: Print Name/Arity if there is a crashBjörn Gustavsson
2018-11-02Merge branch 'maint'Björn Gustavsson
2018-10-31Fix bug when beam_jump removes put_tuple instructionsBjörn Gustavsson
2018-10-22Make the move elimination optimization in beam_jump safeBjörn Gustavsson
2018-09-28Remove unused instruction bs_context_to_binary from the compilerJohn Högberg
2018-09-17Remove the beam_dead and beam_split passesBjörn Gustavsson
2018-09-12Introduce the beam_jump:instr_labels/1 functionBjörn Gustavsson
2018-08-24Introduce a new SSA-based intermediate formatBjörn Gustavsson
2018-06-27Merge pull request #1833 from michalmuskala/mm/fix-beam-jumpBjörn Gustavsson
2018-06-18Update copyright yearHenrik Nord
2018-06-08Optimise beam_jumpMichał Muskała
2018-06-08Run the sharing optimisation in beam_jump until fixpointMichał Muskała
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