Age | Commit message (Expand) | Author |
2011-08-16 | emulator: Add a fourth element in exception stacktraces | Björn Gustavsson |
2011-08-16 | compiler, emulator: Introduce the line/1 instruction | Björn Gustavsson |
2011-08-03 | Fix construction of <<0:((1 bsl 32)-1)>> | Björn Gustavsson |
2011-05-13 | Merge branch 'rickard/barriers/OTP-9281' into dev | Rickard Green |
2011-05-13 | Silence warnings | Rickard Green |
2011-05-11 | Eliminate alias warning in gcc 4.5.2 | Björn Gustavsson |
2011-04-14 | Merge branch 'maint-r14' into dev | Sverker Eriksson |
2011-04-11 | Fix thread unsafe access | Rickard Green |
2011-04-11 | Only set status P_WAITING when needed | Rickard Green |
2011-03-29 | Fix duplicate entries in stacktraces after calling certain BIFs | Björn Gustavsson |
2011-03-10 | Merge branch 'pg/fix-hibernate-with-hipe' into dev | Sverker Eriksson |
2011-03-04 | erts: Initialize register that may be referenced by garbage collection | Björn Gustavsson |
2011-03-02 | Merge branch 'pan/halfword-tmp-heap-fixes/OTP-8332' into dev | Patrik Nyblom |
2011-02-25 | Merge branch 'rickard/temp_alloc_check/OTP-9028' into dev | Rickard Green |
2011-02-23 | beam_emu: Eliminate redundant #ifdef | Björn Gustavsson |
2011-02-23 | beam_emu: Remove unnecessary decrement of I in "case_end r" | Björn Gustavsson |
2011-02-10 | Verify that temp allocated memory is released | Rickard Green |
2011-01-29 | Fix several bugs related to hibernate/3 and HiPE | Paul Guyot |
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 | 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 | Optimize creation of tuples | 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 | Eliminate the special instructions for selecting floats and bignums | Björn Gustavsson |
2011-01-17 | BEAM loader: Pack more instructions using a new 'Q' type | Björn Gustavsson |
2011-01-17 | Remove the last vestiges of the allocating fmove/2 instruction | Björn Gustavsson |
2011-01-13 | Fix assymetric (Un)UseTmpHeap in erl_process.c | Patrik Nyblom |
2010-08-30 | Merge branch 'pan/ets_binary_overhead/OTP-8762' into dev | Patrik Nyblom |
2010-08-19 | Remove binary overhead counter from ets objects | Patrik Nyblom |
2010-08-12 | Increase vheap counter to Uint64 | Björn-Egil Dahlberg |
2010-07-22 | Mending halfword heap emulator | Sverker Eriksson |
2010-07-20 | One off-heap list, to eliminate two words per ETS object. | Sverker Eriksson |
2010-06-03 | Teach call time trace patterns to include bifs | Björn-Egil Dahlberg |
2010-06-03 | Teach call count tracing to use atomics | Björn-Egil Dahlberg |
2010-06-03 | Add a scheduler array for BpData at BeamInstr[-4] | Björn-Egil Dahlberg |
2010-06-03 | Fix BeamInstr for call_time | Björn-Egil Dahlberg |
2010-06-03 | Teach call_time trace to use intruction pointers | Björn-Egil Dahlberg |
2010-06-03 | Add return_time trace and PSD deletions | Björn-Egil Dahlberg |
2010-06-03 | Call time breakpoint tracing framework | Björn-Egil Dahlberg |