Age | Commit message (Expand) | Author |
2015-04-20 | public_key: Remove legacy switch compact_bit_string | Ingela Anderton Andin |
2015-04-17 | Merge branch 'egil/cmp-immediate-optimization/OTP-12663' | Björn-Egil Dahlberg |
2015-04-17 | Merge branch 'egil/fix-icount' | Björn-Egil Dahlberg |
2015-04-17 | Merge branch 'ia/ssl/inet-dep' | Ingela Anderton Andin |
2015-04-16 | erts: Assume counting opcodes are correctly generated | Björn-Egil Dahlberg |
2015-04-16 | erts: Remove instruction_count command option | Björn-Egil Dahlberg |
2015-04-16 | Merge branch 'egil/fix-percept/OTP-12662' | Björn-Egil Dahlberg |
2015-04-16 | Merge branch 'egil/maps-refactor' | Björn-Egil Dahlberg |
2015-04-16 | Update primary bootstrap | Björn Gustavsson |
2015-04-16 | Merge branch 'bjorn/maps' | Björn Gustavsson |
2015-04-16 | ssl: Add runtime depenency due to commit 4e0a5e36b38e3f15ed8f7d700d26f2424a47... | Ingela Anderton Andin |
2015-04-16 | Merge branch 'egil/refactor-message-queue-probes' | Björn-Egil Dahlberg |
2015-04-15 | Merge branch 'sverk/nlmills-pr653/efile-union-pwritev/OTP-12653' | Sverker Eriksson |
2015-04-15 | Merge branch 'sverk/crypto/rm-EVP_CIPHER_CTX_new' | Sverker Eriksson |
2015-04-15 | Merge branch 'ia/ssh/channel-gracefull-shutdown/OTP-12648' | Ingela Anderton Andin |
2015-04-15 | erts: Optimize comparison operator for frequent immediates | Björn-Egil Dahlberg |
2015-04-15 | Document the new {badmap,Term} and {badkey,Key} exceptions | Björn Gustavsson |
2015-04-15 | Raise more descriptive error messages for failed map operations | Björn Gustavsson |
2015-04-14 | erts: Use make_small for size terms on flat maps | Björn-Egil Dahlberg |
2015-04-14 | percept: Fix http server config | Björn-Egil Dahlberg |
2015-04-14 | Merge branch 'egil/fix-maps-module-exceptions/OTP-12657' | Björn-Egil Dahlberg |
2015-04-14 | Merge branch 'egil/fix-maps-match_spec-return/OTP-12656' | Björn-Egil Dahlberg |
2015-04-14 | Merge branch 'peppe/common_test/report_error_if_missing_suite' | Peter Andersson |
2015-04-14 | erts: Refactor dtrace call probes | Björn-Egil Dahlberg |
2015-04-14 | erts: Refactor erts_queue_message | Björn-Egil Dahlberg |
2015-04-14 | ssh: Shutdown sftp channel gracefully | Ingela Anderton Andin |
2015-04-14 | Merge branch 'ia/inets/remove-ssi/OTP-12156' | Ingela Anderton Andin |
2015-04-14 | Merge branch 'hb/stdlib/fix_orddict_doc/OTP-12651' | Hans Bolinder |
2015-04-14 | stdlib: Correct orddict(3) | Hans Bolinder |
2015-04-13 | Merge remote-tracking branch 'origin/peppe/common_test/longname_problem' | Peter Andersson |
2015-04-13 | Fix problem with suite compilation failures not being correctly reported | Peter Andersson |
2015-04-13 | erl_term.h: Add is_not_map() macro | Björn Gustavsson |
2015-04-13 | Tigthen code for the i_get_map_elements/3 instruction | Björn Gustavsson |
2015-04-13 | Pre-compute hash values for the general get_map_elements instruction | Björn Gustavsson |
2015-04-13 | Teach the loader to pre-compute the hash value for single-key lookups | Björn Gustavsson |
2015-04-13 | Optimize use of i_get_map_element/4 | Björn Gustavsson |
2015-04-13 | beam_emu: Slightly optimize update_map_{assoc,exact} | Björn Gustavsson |
2015-04-13 | v3_codegen: Don't sort map keys in map creation/update | Björn Gustavsson |
2015-04-13 | beam_validator: No longer require strict literal term order | Björn Gustavsson |
2015-04-13 | Sort maps keys in the loader | Björn Gustavsson |
2015-04-13 | De-optimize the has_map_fields instructions | Björn Gustavsson |
2015-04-13 | erts/map_SUITE.erl: Add a test case that tests has_map_fields | Björn Gustavsson |
2015-04-13 | Fully evaluate is_map/1 for literals at load-time | Björn Gustavsson |
2015-04-13 | map_SUITE: Add tests of is_map/1 with literal maps | Björn Gustavsson |
2015-04-13 | Run a clone of map_SUITE without optimizations | Björn Gustavsson |
2015-04-13 | Remove the fail label operand of the new_map instruction | Björn Gustavsson |
2015-04-13 | Correct transformation of put_map_assoc to new_map | Björn Gustavsson |
2015-04-13 | Remove support for put_map_exact without a source map | Björn Gustavsson |
2015-04-13 | stdlib: Correct maps module exceptions upon errors | Björn-Egil Dahlberg |
2015-04-10 | erts: Cleanup code in invoke_pwritev | Sverker Eriksson |