summaryrefslogtreecommitdiff
path: root/rts/StgMiscClosures.cmm
Commit message (Expand)AuthorAgeFilesLines
* winio: Use SlimReaderLocks and ConditonalVariables provided by the OS instead...Tamar Christina2020-07-151-2/+2
* Cmm: introduce SAVE_REGS/RESTORE_REGSSylvain Henry2020-06-231-2/+2
* Clean up file paths for new module hierarchyTakenobu Tani2020-06-011-1/+1
* Fix CNF handling in compacting GCÖmer Sinan Ağacan2020-04-091-2/+2
* Improve and refactor StgToCmm codegen for DataCons.Andreas Klebinger2020-04-031-1/+1
* Remove unused closure stg_IND_directÖmer Sinan Ağacan2020-04-021-9/+0
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-1/+1
* Fix COMPACT_NFDATA closure size, more CNF sanity checkingÖmer Sinan Ağacan2019-08-181-2/+2
* Expand the preallocated Int range to [-16,255]Andreas Klebinger2019-07-301-1/+241
* Correct closure observation, construction, and mutation on weak memory machines.Travis Whitaker2019-06-281-1/+5
* Mark SRT_1/SRT_2 as CONSTR_1_0/CONSTR_2_0Ömer Sinan Ağacan2018-12-071-2/+2
* Refactor info table entry error messagesÖmer Sinan Ağacan2018-09-121-57/+57
* Various RTS bug fixes:Ömer Sinan Ağacan2018-09-071-1/+1
* Rename some mutable closure types for consistencyÖmer Sinan Ağacan2018-06-051-8/+8
* rts: Rip out support for STM invariantsBen Gamari2018-06-021-12/+1
* An overhaul of the SRT representationSimon Marlow2018-05-161-1/+54
* Add Note [BLACKHOLE points to IND]Simon Marlow2018-03-251-0/+1
* rts: Add --internal-counters RTS flag and several countersDouglas Wilson2018-03-191-0/+10
* rts: Set unwind information for remaining stack framesBen Gamari2017-09-211-1/+2
* Cmm: Add support for undefined unwinding statementsBen Gamari2017-02-081-0/+2
* More fixes for #5654Simon Marlow2017-01-061-0/+10
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-5/+10
* Remove CONSTR_STATICSimon Marlow2016-11-141-21/+17
* Tag pointers in interpreted constructorsmniip2016-08-301-5/+8
* Remove StgRubbishArg and CmmArgÖmer Sinan Ağacan2016-08-101-3/+0
* Implement unboxed sum primitive typeÖmer Sinan Ağacan2016-07-211-0/+3
* Compact RegionsGiovanni Campagna2016-07-201-0/+12
* rts: fix threadStackUnderflow type in cmmSergei Trofimovich2016-03-111-2/+2
* Remove unused IND_PERMJoachim Breitner2016-01-231-39/+0
* Update comments around blackholesSimon Marlow2015-07-071-7/+9
* Add unwind information to CmmPeter Wortmann2014-12-161-0/+1
* Add a comment about stack checksSimon Marlow2014-11-051-0/+2
* Revert "BC-breaking changes to C-- CLOSURE syntax."Edward Z. Yang2014-10-201-10/+10
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-2/+2
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-011-2/+2
* BC-breaking changes to C-- CLOSURE syntax.Edward Z. Yang2014-10-011-10/+10
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-291-0/+12
* Fix formatting (fixes #8551)Arash Rouhani2013-11-221-1/+1
* In the DEBUG rts, track when CAFs are GC'dSimon Marlow2013-11-211-0/+7
* Allow multiple C finalizers to be attached to a Weak#Takano Akio2013-06-151-0/+9
* STM: Only wake up onceBen Gamari2013-01-301-0/+12
* Add a write barrier for TVAR closuresSimon Marlow2012-11-161-2/+5
* Fix bug in stg_ctoi_R1n (could cause GHCi crashes)Simon Marlow2012-11-011-1/+1
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-45/+81
* Working towards fixing DLLs on Win64Ian Lynagh2012-05-061-3/+3
* Soem more Wind64 fixesIan Lynagh2012-03-161-3/+3
* Make profiling work with multiple capabilities (+RTS -N)Simon Marlow2011-11-291-1/+1
* Tabs -> SpacesDavid Terei2011-11-221-24/+24
* Remove some old comments about the manglerDavid Terei2011-11-221-2/+0
* Overhaul of infrastructure for profiling, coverage (HPC) and breakpointsSimon Marlow2011-11-021-3/+13