summaryrefslogtreecommitdiff
path: root/erts/emulator/hipe
Commit message (Expand)AuthorAgeFilesLines
* Replace erlang:binary_to_term() Erlang wrappersRickard Green2014-06-051-2/+2
* Make binary BIFs converting from lists yield on large inputRickard Green2014-05-221-1/+5
* Make binary BIFs converting to lists yield on large inputRickard Green2014-05-221-1/+4
* Merge branch 'yiannist/hipe-llvm-backend'Henrik Nord2014-03-212-0/+8
|\
| * Add a BIF that only returns the atom okYiannis Tsiouris2014-03-072-0/+8
* | Merge branch 'sverk/valgrind-leaks'Sverker Eriksson2014-03-131-2/+4
|\ \ | |/ |/|
| * erts: Suppress false leak in hipe_thread_signal_initSverker Eriksson2014-02-281-2/+4
* | hipe: Break apart hipe_bif:make_fe/3 into two BIFsBjörn Gustavsson2014-02-282-14/+28
|/
* Merge branch 'sverk/hipe-disable-gc-bug'Sverker Eriksson2014-02-253-5/+43
|\
| * erts: Fix heap overwrite by hipe "trap frames" when GC is disabledSverker Eriksson2014-02-253-5/+43
* | erts: Make source file info available in lcLukas Larsson2014-02-242-2/+4
|/
* erts: Initial Map instructions, type and structureBjörn-Egil Dahlberg2014-01-282-0/+2
* Execution of system tasks in context of another processRickard Green2013-11-182-16/+4
* Update copyright yearsBjörn-Egil Dahlberg2013-06-121-1/+1
* Properly declare _sigaction on DarwinAnthony Ramine2013-04-301-0/+1
* hipe: Use block comments - ansi styleBjörn-Egil Dahlberg2013-03-042-3/+3
* Update copyright yearsBjörn-Egil Dahlberg2013-02-222-2/+2
* Merge branch 'ks/hipe_bif-remove_refs_from/OTP-10851'Fredrik Gustafsson2013-02-201-2/+2
|\
| * Change the return value of hipe_bifs:remove_refs_from/1Kostis Sagonas2013-02-131-2/+2
* | noncharacter code points are allowedLukas Larsson2013-02-181-3/+1
|/
* Update copyright yearsBjörn-Egil Dahlberg2013-01-254-4/+4
* Fix compiler error for hipe in debug emulatorSverker Eriksson2013-01-211-1/+1
* erts,hipe: Make hipe compiler ask running emulator about process struct offsetsSverker Eriksson2012-12-201-46/+51
* Merge branch 'rickard/port-optimizations/OTP-10336' into rickard/r16/port-opt...Rickard Green2012-12-073-7/+7
|\
| * Use ptab functionality also for portsRickard Green2012-12-031-0/+1
| * Prepare for use of ptab functionality also for portsRickard Green2012-12-032-10/+5
| * Generalize process table implementationRickard Green2012-12-031-1/+5
* | Merge branch 'egil/darwin-fixes'Björn-Egil Dahlberg2012-11-271-1/+1
|\ \
| * | hipe: Cast offsetof to int in hipe_arch_print_pcbBjörn-Egil Dahlberg2012-10-101-1/+1
* | | Merge branch 'maint'Björn-Egil Dahlberg2012-11-233-3/+3
|\ \ \
| * | | Update copyright yearsBjörn-Egil Dahlberg2012-11-233-3/+3
* | | | Merge remote branch 'upstream/maint'Ingela Anderton Andin2012-11-143-8/+8
|\ \ \ \ | |/ / / | | / / | |/ / |/| |
| * | erts: Change assembler comment for hipe on x86 and amd64Sverker Eriksson2012-11-132-7/+7
| * | erts: Fix compile error on solaris in generated hipe_amd64_bifs.SSverker Eriksson2012-11-131-1/+1
* | | Merge branch 'maint'Björn-Egil Dahlberg2012-08-319-10/+10
|\ \ \ | |/ /
| * | Update copyright yearsBjörn-Egil Dahlberg2012-08-319-9/+9
* | | Merge branch 'maint'Sverker Eriksson2012-08-231-0/+41
|\ \ \ | |/ /
| * | Merge branch 'sverk/hipelibs-code_server-crash-maint' into maintSverker Eriksson2012-08-231-0/+41
| |\ \
| | * | Fix init:restart with hipelibsSverker Eriksson2012-08-211-0/+41
* | | | Merge branch 'maint'Ingela Anderton Andin2012-08-231-7/+7
|\ \ \ \ | |/ / /
| * | | Fix assembler comments for hipe on ppcSverker Eriksson2012-08-221-7/+7
| |/ /
* | | Remove support for tuple funsBjörn Gustavsson2012-08-171-8/+0
* | | Merge branch 'maint'Sverker Eriksson2012-07-052-76/+31
|\ \ \ | |/ /
| * | hipe_arm.c: remove dead codeMikael Pettersson2012-06-251-72/+17
| * | Fix compile error of HIPE enabled DEBUG emulator for ARMSverker Eriksson2012-06-251-1/+5
| * | Fix hipe bif calling bug on ARMSverker Eriksson2012-06-251-3/+9
* | | Merge branch 'maint'Lukas Larsson2012-06-047-381/+4
|\ \ \ | |/ /
| * | Remove stale code for hybrid heap and incremental GCBjörn Gustavsson2012-05-105-363/+3
| * | Remove the hipe_bifs:show_message_area/0 BIFBjörn Gustavsson2012-05-102-17/+0
* | | Merge branch 'rickard/proc-sched/OTP-9892'Rickard Green2012-04-272-8/+4
|\ \ \ | | |/ | |/|