index
:
otp.git
HansN-patch-1
KennethL-patch-1
bjorn/contributing
bjorn/contributing-1
dgud-string-depr
gcc-5-pic-cmpxchg8b-quickfix
gh-pages
ingela/master/dtls/test-cuddle
maint
maint-17
maint-18
maint-19
maint-20
maint-21
maint-22
maint-r13
maint-r14
maint-r14b03
maint-r15
maint-r16
maint-r16b02
master
meta
sverker-ets-patch-1
Mirror of Erlang/OTP repository.
OTP Team
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
compiler
/
src
/
beam_jump.erl
Age
Commit message (
Expand
)
Author
2018-11-28
Cover more code in beam_jump
Björn Gustavsson
2018-11-28
beam_jump: Eliminate jumps to return instructions
Björn Gustavsson
2018-11-28
beam_jump: Remove the unused #st.index field
Björn Gustavsson
2018-11-06
beam_jump: Stop using beam_utils:is_killed/3
Björn Gustavsson
2018-11-06
beam_trim, beam_jump: Print Name/Arity if there is a crash
Björn Gustavsson
2018-11-02
Merge branch 'maint'
Björn Gustavsson
2018-10-31
Fix bug when beam_jump removes put_tuple instructions
Björn Gustavsson
2018-10-22
Make the move elimination optimization in beam_jump safe
Björn Gustavsson
2018-09-28
Remove unused instruction bs_context_to_binary from the compiler
John Högberg
2018-09-17
Remove the beam_dead and beam_split passes
Björn Gustavsson
2018-09-12
Introduce the beam_jump:instr_labels/1 function
Björn Gustavsson
2018-08-24
Introduce a new SSA-based intermediate format
Björn Gustavsson
2018-06-27
Merge pull request #1833 from michalmuskala/mm/fix-beam-jump
Björn Gustavsson
2018-06-18
Update copyright year
Henrik Nord
2018-06-08
Optimise beam_jump
Michał Muskała
2018-06-08
Run the sharing optimisation in beam_jump until fixpoint
Michał Muskała
2018-06-04
Revert "Run the sharing optimisation in beam_jump until fixpoint"
José Valim
2017-11-27
beam_jump: Eliminate a repeated clause
Björn Gustavsson
2017-08-14
Apply the redundant test optimisation also in case of fall-through
Michał Muskała
2017-08-14
Replace labels instead of inserting duplicates in beam_jump
Michał Muskała
2017-08-14
Enhance elimination of useless tests in beam_jump
Michał Muskała
2017-08-13
Run the sharing optimisation in beam_jump until fixpoint
Michał Muskała
2017-01-12
beam_jump: Add types and specs
Björn Gustavsson
2016-11-18
Remove beam_bool
Björn Gustavsson
2016-09-21
beam_jump: Don't try to handle a label at the very end
Björn Gustavsson
2016-09-21
beam_jump: Simplify eliminate_fallthroughs/2
Björn Gustavsson
2016-08-11
[ERL-209] Fix ambiguous_catch_try_state inconsistency error
Björn Gustavsson
2016-05-25
beam_jump: Clean up handling of labels before func_info
Björn Gustavsson
2016-03-15
update copyright-year
Henrik Nord
2015-08-21
Put 'try' in blocks to optimize allocation instructions
Björn Gustavsson
2015-06-18
Change license text to APLv2
Bruce Yinhe
2015-06-17
compiler: Fix beam_bool pass for get_map_elements
Björn-Egil Dahlberg
2015-05-21
compiler: Use Maps instead of dict in beam_jump
Björn-Egil Dahlberg
2015-05-21
compiler: Use cerl_sets instead of gb_sets in beam_jump
Björn-Egil Dahlberg
2015-04-22
beam_jump: Replace use of lists:dropwhile/2 with a custom function
Björn Gustavsson
2015-02-23
Merge branch 'bjorn/compiler/beam_jump-share'
Björn Gustavsson
2015-02-20
beam_jump: Eliminate pathologically slow compilation
Björn Gustavsson
2015-02-20
beam_jump: Don't jump into the middle of a 'try'
Björn Gustavsson
2015-01-12
compiler: Remove get_map_elements label check in blocks
Björn-Egil Dahlberg
2014-03-07
Merge branch 'nox/maps-beam_jump-put_map'
Björn-Egil Dahlberg
2014-03-06
Properly collect labels in put_map instructions in beam_jump
Anthony Ramine
2014-03-05
Properly check label use in get_map_elements in beam_jump
Anthony Ramine
2014-02-13
compiler: Change map instructions for fetching values
Björn-Egil Dahlberg
2014-01-28
compiler: Implement different instructions for => and :=
Björn Gustavsson
2014-01-28
Implement support for maps in the compiler
Björn Gustavsson
2013-12-13
Keep exit blocks in order when moving them in beam_jump
Anthony Ramine
2013-01-25
Update copyright years
Björn-Egil Dahlberg
2012-11-26
beam_jump: Move bs_context_to_binary/1 + exit instruction
Björn Gustavsson
2012-10-10
Break apart tail-recursive call instructions
Björn Gustavsson
2012-10-10
Rewrite select_val and select_tuple_arity to a select instruction
Björn Gustavsson
[next]