Age | Commit message (Expand) | Author |
2011-11-18 | Merge branch 'pan/binary_match_scope/OTP-9701' | Patrik Nyblom |
2011-11-18 | Merge branch 'sverk/hipe-without-fpe/OTP-9724' | Sverker Eriksson |
2011-11-18 | Merge branch 'rickard/sched-compact-load/OTP-9695' | Rickard Green |
2011-11-17 | Merge branch 'bjorn/erts/refc-binary-literals/OTP-9486' | Björn Gustavsson |
2011-11-17 | Merge branch 'sverker/valgrind-fixing' | Sverker Eriksson |
2011-11-17 | hipe,erts: Allow hipe without floating point exceptions | Sverker Eriksson |
2011-11-17 | erts: Rename macros used by float instructions without FPE | Sverker Eriksson |
2011-11-17 | external.c: Remove the option to create over-sized heap binaries | Björn Gustavsson |
2011-11-17 | Allow refc binaries in literal pools | Björn Gustavsson |
2011-11-17 | Merge branch 'bjorn/erts/code-loading/OTP-9720' | Björn Gustavsson |
2011-11-17 | BEAM loader: Don't stop other schedulers until truly needed | Björn Gustavsson |
2011-11-16 | Remove remaining gcc 4.6 assigned-but-not-used warnings from erts | Patrik Nyblom |
2011-11-16 | Remove GCC 4.6 set-but-not-used warning from erl_bif_binary | Patrik Nyblom |
2011-11-16 | Make binary:match with scope return correct values | Patrik Nyblom |
2011-11-15 | Add switch that can disable scheduler compaction of load | Rickard Green |
2011-11-14 | BEAM loader: Refactor code loading into separate functions | Björn Gustavsson |
2011-11-14 | beam_load.c: Factor out cleaning up of the loader state into free_state() | Björn Gustavsson |
2011-11-14 | BEAM loader: Clean up handling of error reasons | Björn Gustavsson |
2011-11-14 | Merge branch 'egil/reallocating-catches/OTP-9692' | Björn-Egil Dahlberg |
2011-11-14 | Remove the useless -l option | Björn Gustavsson |
2011-11-14 | beam_load.c: Simplify handling of the bs_put_string_II instruction | Björn Gustavsson |
2011-11-14 | beam_load.c: Remove the unused struct LoadedCode | Björn Gustavsson |
2011-11-13 | Merge branch 'rickard/multi-exit-bug/OTP-9705' | Rickard Green |
2011-11-13 | Merge branch 'rickard/win-cs-mutex/OTP-9671' | Rickard Green |
2011-11-13 | Merge branch 'rickard/generic-thr-queue/OTP-9632' | Rickard Green |
2011-11-13 | Merge branch 'rickard/thr-progress-block/OTP-9631' | Rickard Green |
2011-11-13 | Merge branch 'rickard/alloc-opt/OTP-7775' | Rickard Green |
2011-11-13 | Make sure only one thread exits the runtime system | Rickard Green |
2011-11-13 | Use critical sections as mutex implementation on Windows | Rickard Green |
2011-11-13 | Use generic lock-free queue for async threads | Rickard Green |
2011-11-13 | Use generic lock-free queue for misc aux work | Rickard Green |
2011-11-13 | Implement generic lock-free queue | Rickard Green |
2011-11-13 | Replace system block with thread progress block | Rickard Green |
2011-11-13 | Optimize memory allocation | Rickard Green |
2011-11-10 | erts: Teach VM to reallocate beam catch table | Björn-Egil Dahlberg |
2011-11-09 | Merge branch 'sverk/bif-args/OTP-9662' | Sverker Eriksson |
2011-11-09 | Merge branch 'sverk/enif_inspect-memleak/OTP-9668' | Sverker Eriksson |
2011-11-08 | Merge branch 'bjorn/create-less-garbage' | Björn Gustavsson |
2011-11-07 | Merge branch 'egil/fix-compiler-warnings' | Björn-Egil Dahlberg |
2011-11-07 | Merge branch 'ta/nif-variadic-funs' | Henrik Nord |
2011-11-07 | erts: Remove unused variable in enif_make_binary | Björn-Egil Dahlberg |
2011-11-07 | erts: Remove debug variable in list_to_binary | Björn-Egil Dahlberg |
2011-11-07 | erts: Remove cp on exiting and trapping processes | Björn-Egil Dahlberg |
2011-11-07 | erts: Remove debug variables in erl_db | Björn-Egil Dahlberg |
2011-11-07 | erts: Remove lock_check debug variables | Björn-Egil Dahlberg |
2011-11-07 | erts: remove debug variables in beam_bp | Björn-Egil Dahlberg |
2011-11-02 | beam_loader: Support external funs in the literal pool | Björn Gustavsson |
2011-11-02 | beam_load.c: Clarify error message when loading unsupported BEAM files | Björn Gustavsson |
2011-11-01 | Merge branch 'lukas/erts/large_float_cmp/OTP-9497' | Lukas Larsson |
2011-10-31 | erts: Fix memory leak of enif_inspect_* on independent environment | Sverker Eriksson |