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
Age
Commit message (
Expand
)
Author
2011-03-07
Add short sleep to prevent timing issues on slow machines
Lukas Larsson
2011-03-07
Update cover tests which depend on compiled files to be skipped if the compil...
Lukas Larsson
2011-02-17
Update testcases which need crypto to be skipped on platforms which does not ...
Lukas Larsson
2011-02-10
Update internal pmap to have a process limit
Lukas Larsson
2011-02-02
Update documentation to reflect performance enhancement changes of cover
Lukas Larsson
2011-02-02
Add aync_analyse_to_file function to cover
Lukas Larsson
2011-02-01
Split the cover ets tables into two tables, one with the clause info and one ...
Lukas Larsson
2011-01-27
Add process debug tags
Lukas Larsson
2011-01-27
Update remote collect to handle multiple requests at once
Lukas Larsson
2011-01-27
Remove io printout warnings when exporting an imported module
Lukas Larsson
2011-01-26
Make the call to cover parallel so that the test_server takes advantage of th...
Lukas Larsson
2011-01-26
Update cover to allow multiple analyse and analyze_to_file calls at the same ...
Lukas Larsson
2011-01-26
Refactor cover to prepare it for making analysis parallel
Lukas Larsson
2011-01-25
Update remote loading to only load a certain number of modules at a time to p...
Lukas Larsson
2011-01-21
Merge branch 'ia/ssl-and-public_key/skip-test-if-no-crypto' into dev
Ingela Anderton Andin
2011-01-20
Skip ssl and public key tests if crypto fails to start
Ingela Anderton Andin
2011-01-20
Merge branch 'maint-r14' into dev
Ingela Anderton Andin
2011-01-20
Merge branch 'ks/bs_start_match-fails' into dev
Niclas Axelsson
2011-01-17
Merge branch 'bjorn/beam-loader/OTP-9030' into dev
Björn Gustavsson
2011-01-17
c: Reduce memory footprint
Björn Gustavsson
2011-01-17
erl_posix_msg: Reduce memory footprint
Björn Gustavsson
2011-01-17
Introduce a few more variations of the move instructions
Björn Gustavsson
2011-01-17
Combine a move + jump sequence into the move_jump instruction
Björn Gustavsson
2011-01-17
Optimize and clean-up the exact equality/non-equality instructions
Björn Gustavsson
2011-01-17
Optimize addition of a small integer to a variable
Björn Gustavsson
2011-01-17
Introduce a special instruction for select_val with two values
Björn Gustavsson
2011-01-17
Introduce a few more specialized put_list instructions
Björn Gustavsson
2011-01-17
Eliminate the "put_list c n Dst" instructions
Björn Gustavsson
2011-01-17
Eliminate the specific move_sd instruction
Björn Gustavsson
2011-01-17
Eliminate use of GetArg1() in the badmatch and case_end instructions
Björn Gustavsson
2011-01-17
Eliminate use of GetArg2() in the i_element instruction
Björn Gustavsson
2011-01-17
Eliminate use of GetArg1() in the fast_element instruction
Björn Gustavsson
2011-01-17
Eliminate use of GetArg1() in the jump_on_val* instructions
Björn Gustavsson
2011-01-17
Eliminate use of GetArg1() in the select_val instruction
Björn Gustavsson
2011-01-17
beam_emu: Eliminate sloppy use of tmp_arg1 and tmp_arg2
Björn Gustavsson
2011-01-17
beam_emu: Don't inline helper functions into process_main()
Björn Gustavsson
2011-01-17
beam_emu: Clean up calling of the error_handler module
Björn Gustavsson
2011-01-17
Simplify a select_val instruction that selects only one value
Björn Gustavsson
2011-01-17
Optimize creation of tuples
Björn Gustavsson
2011-01-17
beam_makeops: Support jumping to common code from an instruction macro
Björn Gustavsson
2011-01-17
beam_load: Run the packing engine before loading list arguments
Björn Gustavsson
2011-01-17
Allow packing of some more instructions
Björn Gustavsson
2011-01-17
Support packing of the 'I' type in a 64-bit emulator
Björn Gustavsson
2011-01-17
beam_makeops: Refactor packing code to facilitate extensions
Björn Gustavsson
2011-01-17
Eliminate redundant jump instructions
Björn Gustavsson
2011-01-17
Eliminate the special instructions for selecting floats and bignums
Björn Gustavsson
2011-01-17
Add test for non-matching big number
Björn Gustavsson
2011-01-17
BEAM loader: Introduce a new move2_xxxx instruction
Björn Gustavsson
2011-01-17
BEAM loader: Pack more instructions using a new 'Q' type
Björn Gustavsson
2011-01-17
If the wordsize is 64 bits, pack up to 4 operands into a word
Björn Gustavsson
[next]