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_utils.erl
Age
Commit message (
Expand
)
Author
2017-01-12
beam_utils: Add types and specs
Björn Gustavsson
2016-12-09
beam_type: Minimize number of regs in test_heap instructions
Björn Gustavsson
2016-11-18
Remove beam_bool
Björn Gustavsson
2016-10-05
Merge branch 'maint'
Björn Gustavsson
2016-10-05
beam_block: Avoid unsafe inclusion of get_map_elements in blocks
Björn Gustavsson
2016-09-21
Simplify beam_utils
Björn Gustavsson
2016-05-30
Teach beam_utils:is_pure_test/1 to handle is_bitstr and is_function2
Björn Gustavsson
2016-05-25
beam_utils: Simplify handling of 'return' to eliminate uncovered line
Björn Gustavsson
2016-05-13
beam_utils: Correct break in conventions for split_even/1 and join_even/1
Björn Gustavsson
2016-05-13
beam_utils: Remove clause checking for illegal set/4 instruction
Björn Gustavsson
2016-05-13
beam_utils: Simplify the return value for check_liveness/3
Björn Gustavsson
2016-05-13
beam_utils: Remove unused code
Björn Gustavsson
2016-05-13
beam_utils: Let code_at/2 fail if the label does not exist
Björn Gustavsson
2016-05-13
beam_utils: Remove unused handling of try/3 in live_opt/4
Björn Gustavsson
2016-05-13
beam_utils: Correct translation of BIFs to tests
Björn Gustavsson
2016-04-18
Merge branch 'bjorn/compiler/misc-opt'
Björn Gustavsson
2016-04-14
Use the register map in %live in beam_utils:is_killed_block/2
Björn Gustavsson
2016-04-11
Teach beam_utils to check liveness for put_map instructions
Björn Gustavsson
2016-03-15
update copyright-year
Henrik Nord
2015-08-21
Delay get_tuple_element instructions until they are needed
Björn Gustavsson
2015-06-18
Change license text to APLv2
Bruce Yinhe
2015-04-29
beam_utils: Re-use the local helper function drop_labels/1
Björn Gustavsson
2015-04-29
beam_utils: Teach check_liveness/3 to understand get_map_elements
Björn Gustavsson
2015-04-29
beam_utils: Be less conservative about liveness for exit instructions
Björn Gustavsson
2015-04-22
beam_utils: Optimize index_labels_1/2
Björn Gustavsson
2015-03-09
Introduce '%live' annotations with a complete register map
Björn Gustavsson
2015-02-18
beam_utils: Correct test for has_map_fields in is_pure_test/1
Björn Gustavsson
2015-01-23
Merge branch 'egil/fix-maps-compiler-coverage/OTP-12425'
Björn-Egil Dahlberg
2015-01-21
beam_utils: Remove unreachable clauses in live_opt/4
Björn Gustavsson
2015-01-12
compiler: Rename util function to adhere to name policy
Björn-Egil Dahlberg
2014-08-26
compiler: Use variables in Map beam assmebler
Björn-Egil Dahlberg
2014-03-04
Handle nil as a wait_timeout argument in beam_utils:live_opt/4
Anthony Ramine
2014-02-13
compiler: Change map instructions for fetching values
Björn-Egil Dahlberg
2014-01-28
erts: Add the type-testing guard BIF is_map/1
Björn-Egil Dahlberg
2013-12-13
Add missing recv_set, recv_mark and '%' to BEAM live annotation
Anthony Ramine
2013-06-12
Update copyright years
Björn-Egil Dahlberg
2013-05-29
compiler: Correct liveness optimization for wait/1
Björn Gustavsson
2013-03-19
Fix slow compilation of complex guards
Björn Gustavsson
2012-11-26
beam_utils: Improve is_not_used/3 for bit syntax matching
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
beam_utils: Correct usage calculations for GC BIFs in blocks
Björn Gustavsson
2012-10-09
beam_utils:live_opt/1: Correct liveness calculation for 'try'
Björn Gustavsson
2012-10-09
beam_utils: Extend live_opt/1 to recalculate live registers in allocs
Björn Gustavsson
2012-10-09
beam_utils: Check liveness in catches and try/catch blocks
Björn Gustavsson
2012-08-15
beam_utils:live_opt/1: Correct handling of try_case_end/1
Björn Gustavsson
[next]