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
2013-01-09
compiler: Remove support for packages
Björn Gustavsson
2013-01-09
Prepare OTP files for Unicode as default encoding
Hans Bolinder
2013-01-02
[stdlib, kernel] Introduce Unicode support for Erlang source files
Hans Bolinder
2012-11-26
beam_bsm: Improve handling of bs_start_match2 instructions
Björn Gustavsson
2012-11-26
beam_utils: Improve is_not_used/3 for bit syntax matching
Björn Gustavsson
2012-11-26
beam_bsm: Make the optimization applicable in more circumstances
Björn Gustavsson
2012-11-26
beam_jump: Move bs_context_to_binary/1 + exit instruction
Björn Gustavsson
2012-11-12
Merge branch 'maint'
Björn Gustavsson
2012-11-06
Fix compiler crash for binary matching and a complicated guard
Björn Gustavsson
2012-10-10
beam_bsm: Handle calls slightly better
Björn Gustavsson
2012-10-10
Break apart tail-recursive call instructions
Björn Gustavsson
2012-10-10
Represent the 'send' instruction as a call_ext/2 instruction
Björn Gustavsson
2012-10-10
Rewrite select_val and select_tuple_arity to a select instruction
Björn Gustavsson
2012-10-09
Rewrite binary creation instructions to bs_init instructions
Björn Gustavsson
2012-10-09
Rewrite bs_add, bs_utf*_size to BIF instructions in optimizations
Björn Gustavsson
2012-10-09
Rewrite bs_put* instructions to a generic bs_put instruction
Björn Gustavsson
2012-10-09
Refactor removal of unused labels
Björn Gustavsson
2012-10-09
Introduce the mandatory beam_a and beam_z passes
Björn Gustavsson
2012-10-09
compile: Fix bug in selection of passes
Björn Gustavsson
2012-10-09
beam_receive: Optimize receives using refs created by spawn_monitor/{1,3}
Björn Gustavsson
2012-10-09
compile: Give a friendler error message if a parse transform cannot be found
Björn Gustavsson
2012-10-09
beam_jump: Don't move a block which can be entered via a fallthrough
Björn Gustavsson
2012-10-09
beam_jump: Fix broken optimization
Björn Gustavsson
2012-10-09
v3_kernel: Fix match code for matched out segment size in multiple clauses
Björn Gustavsson
2012-10-09
Improve binary matching of literals
Björn Gustavsson
2012-10-09
v3_codegen: Combine adjacent bs_match_string instructions
Björn Gustavsson
2012-10-09
beam_bool: Recognize more safe optimizations
Björn Gustavsson
2012-10-09
beam_utils: Correct usage calculations for GC BIFs in blocks
Björn Gustavsson
2012-10-09
beam_utils:live_opt/1: Correct liveness calculation for 'try'
Björn Gustavsson
2012-10-09
beam_utils: Extend live_opt/1 to recalculate live registers in allocs
Björn Gustavsson
2012-10-09
beam_utils: Check liveness in catches and try/catch blocks
Björn Gustavsson
2012-10-09
v3_codegen: Clarify code generation for binary construction
Björn Gustavsson
2012-10-09
v3_codegen: Clean up comments and remove out-commented code
Björn Gustavsson
2012-10-09
v3_codegen: Don't duplicate the functionality of cg_reg_arg/2
Björn Gustavsson
2012-08-31
Merge branch 'maint'
Björn-Egil Dahlberg
2012-08-31
Update copyright years
Björn-Egil Dahlberg
2012-08-23
Merge branch 'maint'
Björn Gustavsson
2012-08-23
Merge branch 'bjorn/compiler/illegal-size/OTP-10197' into maint
Björn Gustavsson
2012-08-22
Merge branch 'maint'
Lukas Larsson
2012-08-22
Revert "Merge branch 'nox/compile-column-numbers' into maint"
Lukas Larsson
2012-08-22
compiler: Warn if the size of a binary segment is invalid
Björn Gustavsson
2012-08-17
Remove support for tuple funs
Björn Gustavsson
2012-08-15
Merge branch 'bjorn/compiler/minor-fixes/OTP-10185' into maint
Björn Gustavsson
2012-08-15
beam_utils:live_opt/1: Correct handling of try_case_end/1
Björn Gustavsson
2012-08-15
beam_type: Print the offending function if this pass crashes
Björn Gustavsson
2012-08-15
beam_validator: Validate the size operand in bs_init_bits and bs_init2
Björn Gustavsson
2012-08-14
Merge branch 'tja/fix-base' into maint
Fredrik Gustafsson
2012-08-14
Merge branch 'nox/compile-column-numbers' into maint
Fredrik Gustafsson
2012-08-06
compiler: Eliminate EXIT messages from the temporary compiler process
Björn Gustavsson
2012-08-02
sys_pre_expand: Fix BASE never being set
Tomas Janousek
[next]