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_z.erl
Age
Commit message (
Expand
)
Author
2018-01-26
Eliminate get_list/3 internally in the compiler
Björn Gustavsson
2017-12-08
Use the new syntax for retrieving stack traces
Björn Gustavsson
2017-01-12
Add specs for the beam_*:module/2 functions
Björn Gustavsson
2016-04-13
Merge branch 'henrik/update-copyrightyear'
Henrik Nord
2016-04-08
Remove unreachable code after 'raise' instructions
Björn Gustavsson
2016-03-15
update copyright-year
Henrik Nord
2015-06-18
Change license text to APLv2
Bruce Yinhe
2015-04-22
Move rewriting of bs_match from beam_clean to beam_z
Björn Gustavsson
2015-01-26
beam_z: Remove the uncovered to_typed_literal/1 function
Björn Gustavsson
2014-02-19
compiler: Transform list of Args to exact literal type
Björn-Egil Dahlberg
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
2012-10-10
Break apart tail-recursive call instructions
Björn Gustavsson
2012-10-10
Represent the 'send' instruction as a call_ext/2 instruction
Björn Gustavsson
2012-10-10
Rewrite select_val and select_tuple_arity to a select instruction
Björn Gustavsson
2012-10-09
Rewrite binary creation instructions to bs_init instructions
Björn Gustavsson
2012-10-09
Rewrite bs_add, bs_utf*_size to BIF instructions in optimizations
Björn Gustavsson
2012-10-09
Rewrite bs_put* instructions to a generic bs_put instruction
Björn Gustavsson
2012-10-09
Introduce the mandatory beam_a and beam_z passes
Björn Gustavsson