Age | Commit message (Expand) | Author |
2016-11-19 | hipe_icode_call_elim: Fix cf elimination crash | Magnus Lång |
2016-11-19 | hipe: Improve error message on internal crashes | Magnus Lång |
2016-11-19 | document {yield/nb_yield}() limitation | Alexander Clouter |
2016-11-19 | Add an option erlang-icr-indent | Victor Ren |
2016-11-18 | Merge branch 'mm/stdlib/ord-docs/PR-1242' | Björn Gustavsson |
2016-11-18 | Document the ordering used in ordsets and orddicts | Michal Muskala |
2016-11-18 | ssh: added two test cases | Hans Nilsson |
2016-11-18 | ssh: Removed irrelevant rfc reference in doc | Hans Nilsson |
2016-11-18 | ssh: Add fun and fingerprint to option 'silently_accept_host' | Hans Nilsson |
2016-11-18 | public_key: type extension (digest_type()) | Hans Nilsson |
2016-11-18 | public_key: ssh host key fingerprint generator added | Hans Nilsson |
2016-11-18 | Merge branch 'bjorn/compiler/guards/PR-1232/OTP-14042' | Björn Gustavsson |
2016-11-18 | compile_SUITE: Make sure that guards are optimized | Björn Gustavsson |
2016-11-18 | beam_dead: Remove redundant 'or' instruction | Björn Gustavsson |
2016-11-18 | beam_dead: Remove redundant 'bif' instructions | Björn Gustavsson |
2016-11-18 | Add test using LFE-generated Core Erlang modules | Björn Gustavsson |
2016-11-18 | Remove beam_bool | Björn Gustavsson |
2016-11-18 | v3_kernel: Generate optimized code for guards | Björn Gustavsson |
2016-11-18 | Merge branch 'maint' | Björn Gustavsson |
2016-11-18 | Merge branch 'bjorn/cuddle-with-tests' into maint | Björn Gustavsson |
2016-11-18 | Merge branch 'maint' | Ingela Anderton Andin |
2016-11-18 | Merge branch 'ingela/httpc/keep-alive-https/OTP-14041' into maint | Ingela Anderton Andin |
2016-11-18 | Suppress warnings from v3_kernel when inlining is turned on | Björn Gustavsson |
2016-11-18 | Merge branch 'dgud/stdlib/rand-fixup-spec' | Dan Gudmundsson |
2016-11-18 | Merge branch 'maint' | Ingela Anderton Andin |
2016-11-18 | Merge branch 'ingela/odbc/mac' into maint | Ingela Anderton Andin |
2016-11-18 | odbc: Remove support for old MACs | Ingela Anderton Andin |
2016-11-17 | Pass through known size instead of recomputing | Richard Carlsson |
2016-11-17 | Use iolist_size instead of local function | Richard Carlsson |
2016-11-17 | Only read log format once in collect loop | Richard Carlsson |
2016-11-17 | Eliminate some code duplication | Richard Carlsson |
2016-11-17 | Rename internal function for clarity | Richard Carlsson |
2016-11-17 | Minor documentation cleanup | Richard Carlsson |
2016-11-17 | Correct tar_SUITE:unicode/1 | Björn Gustavsson |
2016-11-17 | Merge branch 'elbrujohalcon/expand-sup-doc/PR-1233/OTP-14037' | Siri Hansen |
2016-11-17 | Fixup of specs in rand | Dan Gudmundsson |
2016-11-17 | Merge branch 'dgud/mnesia/type-specs' | Dan Gudmundsson |
2016-11-17 | Add basic spec and types | Dan Gudmundsson |
2016-11-17 | Merge branch 'richcarl/mnesia/mnesia-ext-dont-wrap-cont/PR-1240/OTP-14039' | Dan Gudmundsson |
2016-11-17 | Merge branch 'jj1bdx/stdlib/rand-jump/PR-1235/OTP-14038' | Dan Gudmundsson |
2016-11-16 | hipe_x86: Fix encoding of test instr w/ neg imm | Magnus Lång |
2016-11-16 | hipe_tagscheme: Simplify test_two_fixnums with imm | Magnus Lång |
2016-11-16 | hipe_icode: Always const-propagate if&call args | Magnus Lång |
2016-11-16 | hipe_tagscheme: x86 lea+test for mask_and_compare | Magnus Lång |
2016-11-16 | hipe_tagscheme: Improve fixnum_addsub with imm | Magnus Lång |
2016-11-16 | hipe: Make realloc_binary fast case true branch | Magnus Lång |
2016-11-16 | hipe_x86_postpass: Negate conditions in goto elim | Magnus Lång |
2016-11-16 | hipe_tagscheme: Improve fixnum add on x86 | Magnus Lång |
2016-11-15 | hipe_rtl_to_x86: Use LEA only for immediate adds | Magnus Lång |
2016-11-15 | hipe_x86: LeaToAdd peephole rule | Magnus Lång |