summaryrefslogtreecommitdiff
path: root/erts/emulator/hipe/hipe_risc_stack.c
Commit message (Collapse)AuthorAgeFilesLines
* otp: Remove HiPE and HiPE-related accessoriesJohn Högberg2020-11-091-315/+0
|
* Update copyright yearHenrik Nord2018-06-181-1/+1
|
* fix output formatting in several HiPE debug BIFsMikael Pettersson2017-11-111-2/+6
| | | | | | | | | | | | Fix formatting in hipe_bifs:show_pcb/1, hipe_bifs:show_estack/1, and hipe_bifs:show_nstack/1. fflush(stdout) before switching from printf() to erts_printf() to avoid garbled output. Adjust field lengths to work on both 64- and 32-bit systems. Tested on Linux/x86_64 (64-bit) and Linux/ARMv7 (32-bit).
* erts: Fix bug in stack walk on riscSverker Eriksson2016-10-141-3/+1
| | | | | | | Symptom: Got ra==NULL at nsp==nsp_end when running basic_SUITE:basic_arith on arm why has this not been detected before?
* erts: Refactor rename struct hipe_sdescSverker Eriksson2016-10-101-6/+6
|
* update copyright-yearHenrik Nord2016-03-151-1/+1
|
* Change license text to APLv2Bruce Yinhe2015-06-181-9/+10
|
* erts: Save some space in process struct for hipeSverker Eriksson2014-04-291-2/+2
| | | | | by combining hipe.ncallee and hipe.closure in a union as the comment indicate should be possible.
* Cleanup tagsKostis Sagonas2011-02-141-7/+7
|
* The R13B03 release.OTP_R13B03Erlang/OTP2009-11-201-0/+312