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-02-19
Do the destructive setelement optimization in SSA
Björn Gustavsson
2019-02-19
Merge branch 'john/compiler/cuddle-validator'
John Högberg
2019-02-18
compiler: Allow disabling SSA passes in -compile() directives
John Högberg
2019-02-18
beam_validator: Infer types from result of all type test BIFs
John Högberg
2019-02-18
beam_validator: Infer BIF argument types
John Högberg
2019-02-15
inline_SUITE: Make coverage/1 test cheaper
Björn Gustavsson
2019-02-15
Remove compile_SUITE:big_file/1
Björn Gustavsson
2019-02-15
Add test modules that disable all SSA optimizations
Björn Gustavsson
2019-02-15
Cover erl_bifs.erl
Björn Gustavsson
2019-02-15
Remove attempt to handle all bs_match_string instructions
Björn Gustavsson
2019-02-15
Cover exception throwing code in beam_ssa_opt
Björn Gustavsson
2019-02-15
Parallelize test of listing files
Björn Gustavsson
2019-02-15
Don't limit the number of processes when running cover
Björn Gustavsson
2019-02-15
Merge branch 'bjorn/compiler/beam_ssa_opt'
Björn Gustavsson
2019-02-15
Merge branch 'maint'
Björn Gustavsson
2019-02-15
Make sure that beam_ssa_opt optimizes all functions
Björn Gustavsson
2019-02-14
Merge branch 'bjorn/compiler/improve-move-elimination'
Björn Gustavsson
2019-02-13
Make dialyzer faster for left-associative andalso/orelse expressions
Björn Gustavsson
2019-02-11
beam_jump: Improve elimination of redundant moves
Björn Gustavsson
2019-02-11
compiler tests: Restrict cover to run on the local node
Björn Gustavsson
2019-02-11
Merge pull request #2134 from bjorng/bjorn/compiler/propagate-none
Björn Gustavsson
2019-02-11
beam_ssa_type: Propagate the 'none' type from calls
Björn Gustavsson
2019-02-08
beam_validator: type_test in BIFs that only fail on invalid types
John Högberg
2019-02-08
beam_validator: Simplify complex branches
John Högberg
2019-02-08
beam_validator: Explain why verify_get_map wipes dst registers
John Högberg
2019-02-08
beam_validator: fconv means we have a number
John Högberg
2019-02-08
beam_validator: Simplify update_ne/eq_types
John Högberg
2019-02-08
beam_validator: Remove pointless fragility propagation
John Högberg
2019-02-08
beam_validator: Misc cosmetic refactoring
John Högberg
2019-02-07
Merge pull request #2135 from bjorng/bjorn/compiler/optimize-dominators
Björn Gustavsson
2019-02-06
Optimize ssa_opt_sink for huge functions
Björn Gustavsson
2019-02-05
beam_ssa_type: Track the types of tuple elements
John Högberg
2019-02-04
beam_ssa_type: Infer types based on the result of #b_switch{}
John Högberg
2019-02-04
beam_ssa_opt: Fix function name printing in sub-pass crash dump
John Högberg
2019-02-04
beam_validator: Remove unreachable case clause
John Högberg
2019-02-04
Merge pull request #2126 from bjorng/bjorn/compiler/compilation-speed
Björn Gustavsson
2019-02-01
inline_SUITE: Don't start a slave node
Björn Gustavsson
2019-02-01
Correct test_lib:is_cloned_mod/1
Björn Gustavsson
2019-02-01
sys_core_fold_lists: Propagate annotations in expansion of lists functions
Björn Gustavsson
2019-02-01
Parallelize compile_SUITE:bc_options/1
Björn Gustavsson
2019-02-01
Remove the optimized_guard/1 test case
Björn Gustavsson
2019-02-01
Make helper functions tail-recursive
Björn Gustavsson
2019-02-01
Optimize beam_ssa:def_used/2
Björn Gustavsson
2019-02-01
Prefer map syntax and guard BIFs over the maps modules
Björn Gustavsson
2019-02-01
beam_ssa_type: Optimize calculation of variables that are only used once
Björn Gustavsson
2019-02-01
Use gb_sets:delete/2 instead of gb_sets:delete_any/2
Björn Gustavsson
2019-02-01
Speed up beam_ssa_dead when there are many sequential blocks
Björn Gustavsson
2019-02-01
Optimize ssa_opt_sink when nothing can be sunk
Björn Gustavsson
2019-02-01
Merge pull request #2122 from bjorng/bjorn/compiler/fix-beam_except
Björn Gustavsson
2019-01-31
Fix internal consistency failure caused by beam_except
Björn Gustavsson
[next]