aboutsummaryrefslogtreecommitdiffstats
path: root/lib/compiler/src/beam_utils.erl
AgeCommit message (Expand)Author
2018-04-27Correct beam_utils:is_killed/3 (again)Björn Gustavsson
2018-04-04Fix unsafe optimization of record testBjörn Gustavsson
2018-03-14Teach beam_utils:replace_labels/4 to handle recv_{mark,set}Björn Gustavsson
2018-03-01beam_utils: Correct the liveness calulcations in live_opt/1Björn Gustavsson
2018-03-01beam_utils: Correct is_killed/3, is_killed_at/3, is_used/3Björn Gustavsson
2018-02-12Fix unsafe use of 'allocate' where 'allocate_zero' should be usedBjörn Gustavsson
2018-01-26Eliminate get_list/3 internally in the compilerBjörn Gustavsson
2018-01-22Don't build a stacktrace if it's only passed to erlang:raise/3Björn Gustavsson
2018-01-12Merge pull request #1680 from bjorng/bjorn/compiler/beam_blockBjörn Gustavsson
2018-01-11Prepare beam_utils to run again after beam_splitBjörn Gustavsson
2018-01-11beam_utils: Correct handling of liveness for select_valBjörn Gustavsson
2018-01-11Refactor '%live' and '%def' annotationsBjörn Gustavsson
2018-01-10Correct beam_utils:combine_heap_needs/2Björn Gustavsson
2018-01-10Correct beam_utils:is_killed/3Björn Gustavsson
2017-12-20Reduce register shuffling in receive clausesBjörn Gustavsson
2017-12-18Merge pull request #1658 from bjorng/bjorn/compiler/delay-stackframeBjörn Gustavsson
2017-12-15beam_utils: Add usage/3Björn Gustavsson
2017-12-15beam_utils: Add anno_defs/1Björn Gustavsson
2017-12-15beam_utils: Improve precision for is_not_used/3Björn Gustavsson
2017-12-14beam_utils: Refactor combine_alloc_lists() to cover more linesBjörn Gustavsson
2017-12-13beam_util: Fix bug in is_not_used/3Björn Gustavsson
2017-11-30Add syntax in try/catch to retrieve the stacktrace directlyBjörn Gustavsson
2017-11-27Recognize 'nil' as a literal in beam_utils:bif_to_test/3Björn Gustavsson
2017-10-11Optimize try/catch that ignores the return valueBjörn Gustavsson
2017-09-08Optimise equality comparisonsMichał Muskała
2017-08-22Merge branch 'maint'Lukas Larsson
2017-08-22Merge branch 'john/compiler/fail-labels-in-blocks-otp-18/ERIERL-48/OTP-14522'...Lukas Larsson
2017-08-12Introduce beam_utils:replace_labels/4Michał Muskała
2017-08-07Take fail labels into account when determining liveness in block opsJohn Högberg
2017-01-12beam_utils: Add types and specsBjörn Gustavsson
2016-12-09beam_type: Minimize number of regs in test_heap instructionsBjörn Gustavsson
2016-11-18Remove beam_boolBjörn Gustavsson
2016-10-05Merge branch 'maint'Björn Gustavsson
2016-10-05beam_block: Avoid unsafe inclusion of get_map_elements in blocksBjörn Gustavsson
2016-09-21Simplify beam_utilsBjörn Gustavsson
2016-05-30Teach beam_utils:is_pure_test/1 to handle is_bitstr and is_function2Björn Gustavsson
2016-05-25beam_utils: Simplify handling of 'return' to eliminate uncovered lineBjörn Gustavsson
2016-05-13beam_utils: Correct break in conventions for split_even/1 and join_even/1Björn Gustavsson
2016-05-13beam_utils: Remove clause checking for illegal set/4 instructionBjörn Gustavsson
2016-05-13beam_utils: Simplify the return value for check_liveness/3Björn Gustavsson
2016-05-13beam_utils: Remove unused codeBjörn Gustavsson
2016-05-13beam_utils: Let code_at/2 fail if the label does not existBjörn Gustavsson
2016-05-13beam_utils: Remove unused handling of try/3 in live_opt/4Björn Gustavsson
2016-05-13beam_utils: Correct translation of BIFs to testsBjörn Gustavsson
2016-04-18Merge branch 'bjorn/compiler/misc-opt'Björn Gustavsson
2016-04-14Use the register map in %live in beam_utils:is_killed_block/2Björn Gustavsson
2016-04-11Teach beam_utils to check liveness for put_map instructionsBjörn Gustavsson
2016-03-15update copyright-yearHenrik Nord
2015-08-21Delay get_tuple_element instructions until they are neededBjörn Gustavsson
2015-06-18Change license text to APLv2Bruce Yinhe