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
Age
Commit message (
Expand
)
Author
2019-01-25
Merge pull request #2106 from bjorng/bjorn/compiler/fewer-moves
Björn Gustavsson
2019-01-24
Introduce optimizations of tail phis
Björn Gustavsson
2019-01-24
Merge pull request #2100 from jhogberg/john/compiler/module-type-optimization
John Högberg
2019-01-24
compiler: Introduce module-level type optimization
John Högberg
2019-01-24
beam_ssa_opt: Add a scaffold for module-level optimizations
John Högberg
2019-01-24
Reduce redundant moves and register shuffling
Björn Gustavsson
2019-01-23
beam_ssa_pre_codegen: Use lists:splitwith/2 for separating phi nodes
Björn Gustavsson
2019-01-21
beam_ssa_opt: Don't ruin arguments of bs_match/skip
John Högberg
2019-01-21
beam_ssa_type: Fix type subtraction in #b_switch{}
John Högberg
2019-01-21
beam_ssa_type: Remove wait_timeout instructions with a timeout of 0
John Högberg
2019-01-21
beam_validator: Validate types on local function calls
John Högberg
2019-01-21
beam_validator: Add a stable interface for type annotations
John Högberg
2019-01-21
beam_validator: Handle aliased registers during type inference
John Högberg
2019-01-18
Merge branch 'bjorn/compiler/misc'
Björn Gustavsson
2019-01-18
Merge branch 'bjorn/compiler/fix-inlined-funs'
Björn Gustavsson
2019-01-18
Merge branch 'bjorn/compiler/beam_validator/ERL-832'
Björn Gustavsson
2019-01-18
beam_ssa_type: Simplify is_singleton_type/1
Björn Gustavsson
2019-01-18
beam_ssa_opt: Run ssa_opt_tuple_size early
Björn Gustavsson
2019-01-18
beam_ssa_codegen: Remove forgotten and unreachable clause
Björn Gustavsson
2019-01-18
beam_ssa_opt: Run the type optimization pass twice
Björn Gustavsson
2019-01-17
Make the beam_validator smarter (again)
Björn Gustavsson
2019-01-17
sys_core_inline: Kill *all* fun annotations when inlining
Björn Gustavsson
2019-01-17
beam_ssa_type: Eliminate redundant 'succeeded' instructions
Björn Gustavsson
2019-01-16
Move optimizations of bs_put* instruction to beam_ssa_opt
Björn Gustavsson
2019-01-16
Refactor string operands
Björn Gustavsson
2019-01-16
Move coalescing of bs_skip to beam_ssa_opt
Björn Gustavsson
2019-01-16
Merge pull request #2091 from bjorng/bjorn/compiler/beam_ssa_type
Björn Gustavsson
2019-01-14
Introduce subtraction of types
Björn Gustavsson
2019-01-14
Infer types from more BIFs
Björn Gustavsson
2019-01-11
beam_ssa_codegen: Correct label generation for 'or'
Björn Gustavsson
2019-01-11
beam_ssa_pre_codegen: Don't use z registers for 'xor' and 'is_record'
Björn Gustavsson
2019-01-11
beam_ssa_pre_codegen: Correct short-lived optimization
Björn Gustavsson
2019-01-11
beam_ssa_type: Properly eliminate 'succeeded' instructions
Björn Gustavsson
2019-01-11
erl_bif: Mark is_map/1 as safe
Björn Gustavsson
2019-01-11
beam_validator: Infer types from '=:='
Björn Gustavsson
2018-12-06
Merge branch 'maint'
Björn Gustavsson
2018-12-06
Merge pull request #2043 from bjorng/bjorn/compiler/tuple_size
Björn Gustavsson
2018-12-05
Fix unsafe optimization of stack trace building
Björn Gustavsson
2018-12-05
beam_ssa_pre_codegen: Fix an internal consistency failure
Björn Gustavsson
2018-11-30
beam_validator: Don't discard fragility
Björn Gustavsson
2018-11-28
Cover more code in beam_jump
Björn Gustavsson
2018-11-28
beam_jump: Eliminate jumps to return instructions
Björn Gustavsson
2018-11-28
beam_jump: Remove the unused #st.index field
Björn Gustavsson
2018-11-28
Cover some code in beam_peep
Björn Gustavsson
2018-11-28
Share the code for semantically equivalent blocks
Björn Gustavsson
2018-11-21
Sort move instructions on the Y register
Björn Gustavsson
2018-11-20
Fix internal consistency failure for is_function/2
Björn Gustavsson
2018-11-19
beam_ssa_pre_codegen: Improve reuse of Y registers
Björn Gustavsson
2018-11-19
beam_ssa_codegen: Improve optimization of allocate instructions
Björn Gustavsson
2018-11-18
Add get_map_element to beam_ssa:no_side_effect/1
Björn Gustavsson
[next]