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_block.erl
Age
Commit message (
Expand
)
Author
2018-06-18
Update copyright year
Henrik Nord
2018-03-02
beam_block: Fix unsafe sinking of get_tuple_element/3
Björn Gustavsson
2018-02-14
beam_block: Combine blocks when running beam_block the second time
Björn Gustavsson
2018-02-14
Disable CSE for floating point operations
Björn Gustavsson
2018-02-12
Fix unsafe use of 'allocate' where 'allocate_zero' should be used
Björn Gustavsson
2018-02-01
Merge pull request #1701 from bjorng/bjorn/get_hd_tl
Björn Gustavsson
2018-01-30
Fix incorrect handling of floating point instructions
Björn Gustavsson
2018-01-26
Eliminate get_list/3 internally in the compiler
Björn Gustavsson
2018-01-24
Apply common subexpression elimination in blocks
Björn Gustavsson
2018-01-24
Correct bug in beam_block:opt/2
Björn Gustavsson
2018-01-24
Correct unsafe optimizations in beam_block
Björn Gustavsson
2018-01-12
Merge pull request #1680 from bjorng/bjorn/compiler/beam_block
Björn Gustavsson
2018-01-11
Run beam_block again after other optimizations have been run
Björn Gustavsson
2018-01-11
beam_block: Reorder element/2 calls in guards
Björn Gustavsson
2018-01-11
Refactor '%live' and '%def' annotations
Björn Gustavsson
2018-01-10
beam_block: Improve optimization of allocate_zero instructions
Björn Gustavsson
2017-12-18
Merge pull request #1658 from bjorng/bjorn/compiler/delay-stackframe
Björn Gustavsson
2017-12-15
beam_block: Improve moving of allocations
Björn Gustavsson
2017-12-08
Use the new syntax for retrieving stack traces
Björn Gustavsson
2017-11-23
Place move S x0 instructions at the end of blocks
Michał Muskała
2017-01-12
Add specs for the beam_*:module/2 functions
Björn Gustavsson
2016-10-05
beam_block: Avoid unsafe inclusion of get_map_elements in blocks
Björn Gustavsson
2016-08-05
beam_block: Fix potentially unsafe optimization in move_allocates/1
Björn Gustavsson
2016-06-01
beam_block: Eliminate crash in beam_utils
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
2016-03-10
beam_block: Eliminate unsafe optimization
Björn Gustavsson
2015-09-28
beam_type: Improve optimizations by keeping track of booleans
Björn Gustavsson
2015-09-28
Move out bit syntax optimizations from beam_block
Björn Gustavsson
2015-09-21
Regain full coverage of beam_block
Björn Gustavsson
2015-09-07
Merge branch 'maint'
Björn-Egil Dahlberg
2015-09-04
compiler: Fix get_map_elements register corruption
Björn-Egil Dahlberg
2015-08-21
beam_validator: Don't allow x(1023) to be used
Björn Gustavsson
2015-08-21
Put 'try' in blocks to optimize allocation instructions
Björn Gustavsson
2015-08-21
Optimize get_tuple_element instructions by moving them forward
Björn Gustavsson
2015-08-21
beam_block: Improve the move optimizations
Björn Gustavsson
2015-08-21
beam_block: Clean up optimization of move optimizations
Björn Gustavsson
2015-08-21
beam_block: Eliminate redundant wasteful call to opt/1
Björn Gustavsson
2015-06-18
Change license text to APLv2
Bruce Yinhe
2015-04-22
v3_codegen: Reduce cost for fixing up bs_match_string instructions
Björn Gustavsson
2015-03-09
sys_core_fold: Improve optimization of 'not'
Björn Gustavsson
2015-03-09
Introduce '%live' annotations with a complete register map
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-02-13
compiler: Change map instructions for fetching values
Björn-Egil Dahlberg
2014-01-28
compiler: Fix get_map_element bug with allocate
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
Collect all optimised allocate instructions in beam_block
Anthony Ramine
[next]