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
2018-06-18
Update copyright year
Henrik Nord
2018-04-27
Correct beam_utils:is_killed/3 (again)
Björn Gustavsson
2018-04-04
Fix unsafe optimization of record test
Björn Gustavsson
2018-03-14
Teach beam_utils:replace_labels/4 to handle recv_{mark,set}
Björn Gustavsson
2018-03-01
beam_utils: Correct the liveness calulcations in live_opt/1
Björn Gustavsson
2018-03-01
beam_utils: Correct is_killed/3, is_killed_at/3, is_used/3
Björn Gustavsson
2018-02-12
Fix unsafe use of 'allocate' where 'allocate_zero' should be used
Björn Gustavsson
2018-01-26
Eliminate get_list/3 internally in the compiler
Björn Gustavsson
2018-01-22
Don't build a stacktrace if it's only passed to erlang:raise/3
Björn Gustavsson
2018-01-12
Merge pull request #1680 from bjorng/bjorn/compiler/beam_block
Björn Gustavsson
2018-01-11
Prepare beam_utils to run again after beam_split
Björn Gustavsson
2018-01-11
beam_utils: Correct handling of liveness for select_val
Björn Gustavsson
2018-01-11
Refactor '%live' and '%def' annotations
Björn Gustavsson
2018-01-10
Correct beam_utils:combine_heap_needs/2
Björn Gustavsson
2018-01-10
Correct beam_utils:is_killed/3
Björn Gustavsson
2017-12-20
Reduce register shuffling in receive clauses
Björn Gustavsson
2017-12-18
Merge pull request #1658 from bjorng/bjorn/compiler/delay-stackframe
Björn Gustavsson
2017-12-15
beam_utils: Add usage/3
Björn Gustavsson
2017-12-15
beam_utils: Add anno_defs/1
Björn Gustavsson
2017-12-15
beam_utils: Improve precision for is_not_used/3
Björn Gustavsson
2017-12-14
beam_utils: Refactor combine_alloc_lists() to cover more lines
Björn Gustavsson
2017-12-13
beam_util: Fix bug in is_not_used/3
Björn Gustavsson
2017-11-30
Add syntax in try/catch to retrieve the stacktrace directly
Björn Gustavsson
2017-11-27
Recognize 'nil' as a literal in beam_utils:bif_to_test/3
Björn Gustavsson
2017-10-11
Optimize try/catch that ignores the return value
Björn Gustavsson
2017-09-08
Optimise equality comparisons
Michał Muskała
2017-08-22
Merge branch 'maint'
Lukas Larsson
2017-08-22
Merge branch 'john/compiler/fail-labels-in-blocks-otp-18/ERIERL-48/OTP-14522'...
Lukas Larsson
2017-08-12
Introduce beam_utils:replace_labels/4
Michał Muskała
2017-08-07
Take fail labels into account when determining liveness in block ops
John Högberg
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
[next]