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
Age
Commit message (
Expand
)
Author
2019-03-04
Merge pull request #2168 from josevalim/jv-v3_kernel-binary-all
Björn Gustavsson
2019-03-04
Merge pull request #2167 from bjorng/bjorn/tune-beam
Björn Gustavsson
2019-03-04
Merge pull request #2166 from bjorng/bjorn/compiler/fix-slow-beam_ssa_dead
Björn Gustavsson
2019-03-01
Move size=all binary clause prunning to v3_kernel
José Valim
2019-03-01
Optimize v3_kernel for thousands of clauses
José Valim
2019-03-01
Add a comment about the time complexity of beam_ssa_dead
Björn Gustavsson
2019-03-01
Pass the from node as a function argument instead of in a map
Björn Gustavsson
2019-03-01
Do some minor optimizations of compilation times
Björn Gustavsson
2019-03-01
Keep the set of unset variables as small as possible
Björn Gustavsson
2019-02-28
beam_ssa_opt: Use is_tagged_tuple more
Björn Gustavsson
2019-02-28
beam_ssa_opt: Order consecutive get_tuple_element instructions
Björn Gustavsson
2019-02-27
beam_validator: Clarify a comment
John Högberg
2019-02-27
beam_validator: Make call argument validation stricter
John Högberg
2019-02-27
beam_validator: Don't explode when building terms in receive
John Högberg
2019-02-27
beam_validator: Improve 'binary' type tracking
John Högberg
2019-02-27
beam_validator: Infer tuple element types
John Högberg
2019-02-27
beam_validator: Tolerate the 'receive' hack in prim_eval
John Högberg
2019-02-27
beam_validator: Track types by value rather than by register
John Högberg
2019-02-27
beam_validator: Disregard 'none' on join
John Högberg
2019-02-27
beam_validator: Handle is_number, and join(float,int) -> number
John Högberg
2019-02-27
beam_validator: Treat is_nil as is_eq_exact with nil
John Högberg
2019-02-27
beam_validator: Simplify get_element_type
John Högberg
2019-02-27
beam_validator: Fix literal handling in meet/2
John Högberg
2019-02-27
beam_validator: Use literals as keys in container (tuple) elements
John Högberg
2019-02-27
beam_validator: Refactor try/catch handling, again
John Högberg
2019-02-27
beam_validator: Refactor register initialization
John Högberg
2019-02-27
beam_validator: Refactor stack allocation
John Högberg
2019-02-26
beam_validator: Handle argument/return types for more functions
John Högberg
2019-02-26
beam_validator: Don't forget last element when using put_tuple
John Högberg
2019-02-26
beam_jump: Fail label of select_val is unsafe for move elimination
John Högberg
2019-02-25
cerl_sets: Use maps:filter/2 in filter/2
John Högberg
2019-02-22
Merge branch 'bjorn/compiler/use-lists-types'
Björn Gustavsson
2019-02-21
beam_ssa_type: Use types from some 'lists' functions
Björn Gustavsson
2019-02-21
sys_core_fold: Remove an unsafe optimization
Björn Gustavsson
2019-02-21
beam_ssa_type: Optimize setelement with partially constant arguments
Björn Gustavsson
2019-02-21
beam_ssa_opt: Do local CSE of get_tuple_element instructions
Björn Gustavsson
2019-02-21
Merge branch 'john/compiler/more-validator-cuddling'
John Högberg
2019-02-21
beam_validator: Refactor call argument validation
John Högberg
2019-02-21
beam_validator: Refactor liveness/stack initialization checks
John Högberg
2019-02-21
beam_validator: Refactor try/catch handling
John Högberg
2019-02-20
beam_validator: Remember definitions on assignment
John Högberg
2019-02-20
beam_validator: Refactor stack trimming
John Högberg
2019-02-20
beam_validator: Track definitions of all terms
John Högberg
2019-02-20
beam_validator: Remove special handling of map_get/is_map_key
John Högberg
2019-02-20
beam_validator: Refactor select_tuple_arity
John Högberg
2019-02-20
beam_validator: Treat select_val as a series of '=:='
John Högberg
2019-02-20
beam_validator: Treat all bs_get instructions as extractions
John Högberg
2019-02-20
beam_validator: Separate BIF/call types more clearly
John Högberg
2019-02-20
beam_validator: Assert that no tuple elements are out of bounds
John Högberg
2019-02-20
beam_validator: Get rid of the last uses of set_aliased_type
John Högberg
[next]