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
2017-12-04
Fix number of values for 'after infinity' clause
Björn Gustavsson
2017-12-04
Clean up and comment code generation for basic blocks
Björn Gustavsson
2017-11-30
Stop trying to maximize the use of x(0)
Björn Gustavsson
2017-11-30
Clean up collection of basic blocks
Björn Gustavsson
2017-11-29
v3_codegen: Remove check of operand for bs_context_to_binary
Björn Gustavsson
2017-11-27
beam_jump: Eliminate a repeated clause
Björn Gustavsson
2017-11-27
beam_asm: No longer allow iolists as contents in chunk/2
Björn Gustavsson
2017-11-27
Recognize 'nil' as a literal in beam_utils:bif_to_test/3
Björn Gustavsson
2017-11-27
Merge pull request #1545 from michalmuskala/move-opt
Björn Gustavsson
2017-11-23
Place move S x0 instructions at the end of blocks
Michał Muskała
2017-11-22
Fix broken to_dis after merge from maint to master
Björn Gustavsson
2017-11-20
Merge branch 'maint'
Lukas Larsson
2017-11-20
Merge branch 'lukas/compiler/add_to_dis/OTP-14784' into maint
Lukas Larsson
2017-11-20
compiler: Add +to_dis option that dumps loaded asm
Lukas Larsson
2017-11-13
Merge branch 'maint'
Björn Gustavsson
2017-11-10
Recognize 'deterministic' when given in a -compile() attribute
Björn Gustavsson
2017-11-09
Merge pull request #1609 from bjorng/bjorn/compiler/add-internal_doc
Björn Gustavsson
2017-10-27
Eliminate the v3_life pass
Björn Gustavsson
2017-10-26
Add some internal documentation about cerl_clauses
Björn Gustavsson
2017-10-21
Optimize matching of literals for single-valued types
Björn Gustavsson
2017-10-11
Optimize a catch whose return value is ignored
Björn Gustavsson
2017-10-11
Do the receive optimization in the presence of try/catch
Björn Gustavsson
2017-10-11
Optimize try/catch that ignores the return value
Björn Gustavsson
2017-10-02
Merge pull request #1546 from michalmuskala/bs-add-opt
Björn Gustavsson
2017-10-01
Merge branch 'maint'
Björn Gustavsson
2017-09-29
Fix incorrect internal consistency failure for binary matching code
Björn Gustavsson
2017-09-15
Merge branch 'siri/string-new-api'
Siri Hansen
2017-09-15
compiler: Do not use deprecated functions in string(3)
Hans Bolinder
2017-09-15
Merge pull request #1558 from josevalim/jv-compile-info
Björn Gustavsson
2017-09-14
Add compile_info option to compile
José Valim
2017-09-13
Merge pull request #1544 from michalmuskala/eq-opt
Björn Gustavsson
2017-09-08
Optimise size calculation for binary construction
Michał Muskała
2017-09-08
Optimise equality comparisons
Michał Muskała
2017-08-31
Eliminate unnecessary 'move' instructions
Björn Gustavsson
2017-08-31
Merge branch 'maint'
Björn Gustavsson
2017-08-30
Merge pull request #1530 from michalmuskala/beam-peep-opt
Björn Gustavsson
2017-08-30
Make handling of match contexts stricter
Björn Gustavsson
2017-08-26
Enhance optimisations in beam_peep
Michał Muskała
2017-08-22
Merge branch 'maint'
Lukas Larsson
2017-08-22
Merge branch 'john/compiler/fail-labels-in-blocks-otp-18/ERIERL-48/OTP-14522'...
Lukas Larsson
2017-08-16
compiler: Fix live regs update on allocate in validator
Lukas Larsson
2017-08-16
Merge pull request #1528 from bjorng/bjorn/compiler/improve-case-opt/ERL-452/...
Björn Gustavsson
2017-08-14
Apply the redundant test optimisation also in case of fall-through
Michał Muskała
2017-08-14
Replace labels instead of inserting duplicates in beam_jump
Michał Muskała
2017-08-14
Enhance elimination of useless tests in beam_jump
Michał Muskała
2017-08-13
Run the sharing optimisation in beam_jump until fixpoint
Michał Muskała
2017-08-12
Introduce beam_utils:replace_labels/4
Michał Muskała
2017-08-10
Merge branch 'maint'
Björn Gustavsson
2017-08-10
Generalize optimization of "one-armed" cases
Björn Gustavsson
2017-08-07
Take fail labels into account when determining liveness in block ops
John Högberg
[next]