summaryrefslogtreecommitdiff
path: root/rts/Printer.c
Commit message (Expand)AuthorAgeFilesLines
* rts: More const correct-ness fixesErik de Castro Lopo2016-05-181-24/+25
* rts: Replace `nat` with `uint32_t`Erik de Castro Lopo2016-05-051-6/+8
* Remove unused IND_PERMJoachim Breitner2016-01-231-9/+1
* Maintain cost-centre stacks in the interpreterSimon Marlow2015-12-211-40/+50
* s/StgArrWords/StgArrBytes/Siddhanathan Shanmugam2015-09-111-2/+2
* rts/Printer.c: speed up '-Da' printer for 'LIBBFD' buildSergei Trofimovich2015-08-181-81/+11
* rts: unrust 'libbfd' debug symbols parserSergei Trofimovich2014-10-051-3/+12
* Revert "rts: add Emacs 'Local Variables' to every .c file"Simon Marlow2014-09-291-8/+0
* rts/Printer.c: update comments about using USING_LIBBFDSergei Trofimovich2014-09-021-2/+2
* rts: Remove trailing whitespace and tabs from Printer.cAustin Seipp2014-08-101-196/+196
* rts/Printer.c: drop zcode mangling/demangling support in C codeSergei Trofimovich2014-08-101-147/+2
* rts: add Emacs 'Local Variables' to every .c fileAustin Seipp2014-07-281-0/+8
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-291-0/+15
* In rts/Printer.c, print exact UPDATE_FRAME typeArash Rouhani2014-01-151-1/+19
* Add a write barrier for TVAR closuresSimon Marlow2012-11-161-0/+14
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-34/+1
* Convert more RTS macros to functionsIan Lynagh2012-09-211-3/+3
* More OS X build fixesIan Lynagh2012-09-141-7/+7
* Deprecate lnat, and use StgWord insteadSimon Marlow2012-09-071-7/+7
* small improvements to findPtr() and the closure printerSimon Marlow2012-08-311-1/+12
* Make a function for get_itbl, rather than using a CPP macroIan Lynagh2012-08-251-1/+1
* Fix warnings on Win64Ian Lynagh2012-04-261-12/+12
* Fix closure_type_names, BLACKHOLE and BLOCKING_QUEUE were swappedJoachim Breitner2012-03-141-1/+1
* Remove a couple of unused variablesIan Lynagh2011-06-241-4/+0
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-7/+16
* Remove some old commented out codeIan Lynagh2010-06-201-4/+0
* FIX #38000 Store StgArrWords payload size in bytesAntoine Latter2010-01-011-1/+1
* improvements to findPtr(), a neat hack for browsing the heap in gdbSimon Marlow2010-05-061-21/+24
* Remove the IND_OLDGEN and IND_OLDGEN_PERM closure typesSimon Marlow2010-04-011-17/+1
* New implementation of BLACKHOLEsSimon Marlow2010-03-291-9/+7
* Use message-passing to implement throwTo in the RTSSimon Marlow2010-03-111-10/+8
* GC refactoring, remove "steps"Simon Marlow2009-12-031-8/+6
* Unify event logging and debug tracing.Simon Marlow2009-08-291-0/+9
* Common up two closure type -> string tablesSimon Marlow2009-08-031-99/+92
* RTS tidyup sweep, first phaseSimon Marlow2009-08-021-16/+13
* Remove old GUM/GranSim codeSimon Marlow2009-06-021-45/+0
* Untag closure pointers before trying to print them.Ben.Lippmeier@anu.edu.au2009-01-121-1/+2
* Add optional eager black-holing, with new flag -feager-blackholingSimon Marlow2008-11-181-8/+0
* Add a proper write barrier for MVarsSimon Marlow2007-10-111-1/+2
* improvements to findPtr(), a useful hack for space-leak debugging in gdbSimon Marlow2007-08-291-18/+32
* FIX #1418 (partially)Simon Marlow2007-06-131-2/+2
* should be using GET_CON_DESC() to get the constructor nameSimon Marlow2007-06-131-1/+1
* warning policeSimon Marlow2007-06-131-1/+1
* Re-working of the breakpoint supportSimon Marlow2007-04-171-0/+85
* Remove vectored returns.Simon Marlow2007-02-281-6/+0
* remove unused includes, now that Storage.h & Stable.h are included by Rts.hSimon Marlow2006-11-151-1/+0
* STM invariantstharris@microsoft.com2006-10-071-1/+3
* 64bit fixes for the symbol lookup tablesven.panne@aedion.de2006-09-231-7/+7
* Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure typesSimon Marlow2006-09-071-4/+0
* Match format strings and arguments for printf-like functionssven.panne@aedion.de2006-08-101-1/+1