summaryrefslogtreecommitdiff
path: root/rts/Disassembler.c
Commit message (Expand)AuthorAgeFilesLines
* Use a uniform return convention in bytecode for unary resultsAlexis King2023-05-131-7/+0
* Add PrimCallConv support to GHCiLuite Stegeman2023-01-181-0/+3
* Add support for sized literals in the bytecode interpreter.Luite Stegeman2023-01-061-4/+113
* Make `PosixSource.h` installed and under `rts/`John Ericson2021-08-091-1/+1
* Generate GHCi bytecode from STG instead of Core and support unboxedLuite Stegeman2021-03-201-6/+10
* rts/Disassembler.c: Use FMT_HexWord for printing values in hex formatStefan Schulze Frielinghaus2020-07-141-8/+5
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-1/+1
* Fix a debug print in disassembler (#14905)Ömer Sinan Ağacan2018-03-101-1/+5
* Allow packing constructor fieldsMichal Terepeta2017-10-291-2/+45
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-5/+5
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-211-2/+3
* s/StgArrWords/StgArrBytes/Siddhanathan Shanmugam2015-09-111-1/+1
* Fix bugs in debug printingSimon Marlow2014-11-051-2/+1
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts: detabify/dewhitespace Disassembler.cAustin Seipp2014-08-201-45/+45
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* fix disassembler after removal of size field in bco->instrs (#7518)Simon Marlow2013-01-091-2/+2
* More OS X build fixesIan Lynagh2012-09-141-1/+1
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-1/+1
* Fix build on OS XIan Lynagh2012-04-271-2/+2
* Fix warnings on Win64Ian Lynagh2012-04-261-9/+9
* fix disassembling of large instructionsSimon Marlow2011-11-021-8/+36
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-4/+2
* add missing instruction: ALLOC_AP_NOUPDSimon Marlow2007-11-271-0/+3
* Re-working of the breakpoint supportSimon Marlow2007-04-171-0/+5
* Remove the itbls field of BCO, put itbls in with the literalsSimon Marlow2007-02-271-4/+1
* remove unused includes, now that Storage.h & Stable.h are included by Rts.hSimon Marlow2006-11-151-1/+0
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-241-0/+1
* Tweaks and missing case in disassemblerIan Lynagh2006-10-091-3/+9
* fix warningsSimon Marlow2006-06-081-8/+8
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+281