summaryrefslogtreecommitdiff
path: root/rts/StgStartup.cmm
Commit message (Expand)AuthorAgeFilesLines
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-1/+1
* Fix unwinding of C -> Haskell FFI calls with -threaded (2nd try)Bartosz Nitka2018-05-171-15/+3
* Revert "Fix unwinding of C -> Haskell FFI calls with -threaded"Bartosz Nitka2018-05-121-3/+15
* Fix unwinding of C -> Haskell FFI calls with -threadedBartosz Nitka2018-05-111-15/+3
* Add -falignment-sanitization flagBen Gamari2017-10-291-0/+6
* Fix a lost-wakeup bug in BLACKHOLE handling (#13751)Simon Marlow2017-06-081-0/+3
* Prefer #if defined to #ifdefBen Gamari2017-04-281-1/+1
* hs_add_root() RTS API removalSergei Trofimovich2017-04-171-22/+0
* Fix stop_thread unwinding informationBen Gamari2017-02-081-3/+11
* Generalize CmmUnwind and pass unwind information through NCGBen Gamari2017-02-081-2/+2
* StgStartup: Setup unwinding for stg_stop_threadBen Gamari2015-11-011-0/+12
* rts: detabify/dewhitespace StgStartup.cmmAustin Seipp2014-08-201-12/+12
* assert HpAlloc == 0Simon Marlow2012-11-121-4/+5
* profiling fixesSimon Marlow2012-10-191-1/+1
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-24/+32
* comments onlyGabor Greif2012-02-271-6/+6
* remove unnecessary stg_noForceIO (#3508)Simon Marlow2010-09-241-16/+0
* Instead of a separate context-switch flag, set HpLim to zeroSimon Marlow2009-03-131-3/+1
* Change the calling conventions for unboxed tuples slightlySimon Marlow2008-07-281-16/+0
* Pointer TaggingSimon Marlow2007-07-271-0/+1
* Implemented and fixed bugs in CmmInfo handlingMichael D. Adams2007-06-271-10/+6
* MERGE: Fix a few uses of the wrong return convention for the schedulerSimon Marlow2007-04-161-0/+7
* Remove vectored returns.Simon Marlow2007-02-281-16/+1
* Reorganisation of the source treeSimon Marlow2006-04-071-0/+218