Age | Commit message (Expand) | Author |
2016-04-15 | erts: Make trace_delivered go via sys msg dispatcher again | Lukas Larsson |
2016-04-15 | erts: Add comment about future trace optimizations | Lukas Larsson |
2016-04-15 | erts: Optimize tracer reload test | Lukas Larsson |
2016-04-15 | erts: Deallocate heap fragments from trace nif calls | Lukas Larsson |
2016-04-15 | erts: Add 'spawned' trace event to 'procs' trace flag | Lukas Larsson |
2016-04-15 | erts: send and receive no longer need status lock | Lukas Larsson |
2016-04-15 | erts: Do 'unregister' as "self-tracing" | Sverker Eriksson |
2016-04-15 | erts: Silence harmless valgrind warning in dec_term | Sverker Eriksson |
2016-04-15 | erts: Fix end_per_testcase crash in local_trace_SUITE | Lukas Larsson |
2016-04-15 | erts: Remove fake schedule testcase | Lukas Larsson |
2016-04-15 | erts: Fix FPE bug in erl_nif | Sverker Eriksson |
2016-04-15 | erts: Extend process and port tracing | Lukas Larsson |
2016-04-15 | erts: Implement tracer modules | Lukas Larsson |
2016-04-15 | erts: Add erts_nif_get_funcs and erts_nif_call_function | Lukas Larsson |
2016-04-15 | erts: Calculate flatmap value offset | Lukas Larsson |
2016-04-15 | Merge branch 'lukas/erts/enif_send_null_env/OTP-13495' | Lukas Larsson |
2016-04-15 | Merge branch 'egil/erts/fix-erlang-system_profile/ERL-126/OTP-13494' | Björn-Egil Dahlberg |
2016-04-14 | erts: Enhance system_profile tests | Björn-Egil Dahlberg |
2016-04-14 | erts: Don't use function location when process is terminating | Björn-Egil Dahlberg |
2016-04-14 | Merge branch 'sverker/erts/open_port-improper-args.ERL-127.OTP-13489' | Sverker Eriksson |
2016-04-14 | v3_kernel: Construct literal lists properly | Björn Gustavsson |
2016-04-14 | Optimize get_tuple_element instructions that target Y registers | Björn Gustavsson |
2016-04-14 | Mend beam_SUITE:packed_registers/1 | Björn Gustavsson |
2016-04-14 | Correct unpacking of 3 operands on 32-bit archictectures | Björn Gustavsson |
2016-04-14 | Eliminate misleading #ifdef ARCH_64 in beam_opcodes.h | Björn Gustavsson |
2016-04-14 | beam_debug: Correct masking when unpacking packed operands | Björn Gustavsson |
2016-04-13 | erts: Fix decoding of pids, ports and refs with big creations | Sverker Eriksson |
2016-04-13 | Merge branch 'egil/erts/opt-list_append/OTP-13487' | Björn-Egil Dahlberg |
2016-04-13 | erts: Improve port_SUITE:bad_env | Sverker Eriksson |
2016-04-13 | erts: Fix bug in open_port with {args,ImproperList} | Sverker Eriksson |
2016-04-13 | Merge branch 'henrik/update-copyrightyear' | Henrik Nord |
2016-04-12 | Merge branch 'sverk/big-external-creations.OTP-13488' | Sverker Eriksson |
2016-04-11 | Merge branch 'bjorn/raise' | Björn Gustavsson |
2016-04-11 | erts: Optimize '++' operator | Björn-Egil Dahlberg |
2016-04-08 | Additional logging for alloc_SUITE | Björn-Egil Dahlberg |
2016-04-08 | Replace test_server:os_type/0 with os:type/0 | Björn-Egil Dahlberg |
2016-04-08 | Let low_prio test run a bit longer | Björn-Egil Dahlberg |
2016-04-08 | Increase timetrap for atom_roundtrip_r15b | Björn-Egil Dahlberg |
2016-04-08 | Remove unnecessary ct boilerplate in suite | Björn-Egil Dahlberg |
2016-04-08 | Don't divide by zero in test logging | Björn-Egil Dahlberg |
2016-04-08 | Simplify the raise instruction to reduce code size | Björn Gustavsson |
2016-04-07 | erts: Add DFLAG_BIG_CREATION | Sverker Eriksson |
2016-04-07 | Use ct:fail/1 instead of test_server:fail/1 | Björn-Egil Dahlberg |
2016-04-07 | erts: Support 32-bit creation for external pid,port,refs | Sverker Eriksson |
2016-04-07 | erts: Refactor ETS compressed encoding of local node | Sverker Eriksson |
2016-04-07 | erts: Rename atom '' from am_Cookie to am_Empty | Sverker Eriksson |
2016-04-07 | Relax node_container_SUITE | Björn-Egil Dahlberg |
2016-04-07 | Increase timetrap timeout for op_SUITE:bsl_bsr/1 | Björn-Egil Dahlberg |
2016-04-07 | Increase timetrap timeout for port_SUITE:huge_env/1 | Björn-Egil Dahlberg |
2016-04-07 | Merge branch 'bjorn/erts/huge-file-fix/OTP-13461' | Björn Gustavsson |