summaryrefslogtreecommitdiff
path: root/includes/Cmm.h
Commit message (Expand)AuthorAgeFilesLines
* Fix slop zeroing for AP_STACK eager blackholes in debug buildÖmer Sinan Ağacan2018-09-211-2/+3
* Use __FILE__ for Cmm assertion locations, fix #8619Ömer Sinan Ağacan2018-06-171-1/+1
* rts: Rip out support for STM invariantsBen Gamari2018-06-021-1/+0
* Improve accuracy of get/setAllocationCounterBen Gamari2018-03-191-0/+2
* Prefer #if defined to #ifdefBen Gamari2017-04-281-9/+9
* Use memcpy in cloneArrayBen Gamari2017-04-281-16/+2
* cpp: Use #pragma once instead of #ifndef guardsBen Gamari2017-04-231-4/+1
* Fix cost-centre-stacks bug (#5654)Simon Marlow2016-12-151-0/+6
* Use C99's boolBen Gamari2016-11-291-1/+4
* Use MO_Cmpxchg in Primops.cmm instead of ccall cas(..)alexbiehl2016-08-011-0/+10
* NUMA supportSimon Marlow2016-06-101-1/+0
* Remove unused IND_PERMJoachim Breitner2016-01-231-1/+0
* s/StgArrWords/StgArrBytes/Siddhanathan Shanmugam2015-09-111-2/+2
* Encode alignment in MO_Memcpy and friendsBen Gamari2015-06-161-3/+3
* Revert "Rename _closure to _static_closure, apply naming consistently."Edward Z. Yang2014-10-201-1/+0
* Rename _closure to _static_closure, apply naming consistently.Edward Z. Yang2014-10-011-0/+1
* [ci skip] includes: detabify/dewhitespace Cmm.hAustin Seipp2014-08-201-117/+117
* Implement {resize,shrink}MutableByteArray# primopsHerbert Valerio Riedel2014-08-161-0/+3
* Add SmallArray# and SmallMutableArray# typesJohan Tibell2014-03-291-0/+33
* Make copy array ops out-of-line by defaultJohan Tibell2014-03-281-0/+53
* codeGen: inline allocation optimization for clone array primopsJohan Tibell2014-03-221-0/+31
* Remove use of R9, and fix associated bugsSimon Marlow2013-10-011-13/+28
* Add support for 512-bit-wide vectors.Geoffrey Mainland2013-09-221-0/+1
* Add support for 256-bit-wide vectors.Geoffrey Mainland2013-09-221-0/+1
* added ticky counters for heap and stack checksNicolas Frisby2013-04-111-0/+2
* ticky enhancementsNicolas Frisby2013-03-291-17/+24
* Only emit %write_barrier primitive for THREADED_RTSGabor Greif2013-02-261-1/+7
* Always pass vector values on the stack.Geoffrey Mainland2013-02-011-3/+4
* STM: Only wake up onceBen Gamari2013-01-301-0/+1
* Fix C macro bug that was causing some stack checks to erroneously succeedSimon Marlow2012-10-311-8/+8
* Draw STG F and D registers from the same pool of available SSE registers on x...Geoffrey Mainland2012-10-301-2/+14
* Properly mark C-- calls to _assertFail as "never returns".Geoffrey Mainland2012-10-301-1/+1
* Use canned heap checks to save a few bytes of codeSimon Marlow2012-10-231-0/+3
* profiling fixesSimon Marlow2012-10-191-8/+6
* profiling fixesSimon Marlow2012-10-091-5/+7
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-77/+216
* Start separating out the RTS and Haskell imports of MachRegs.hIan Lynagh2012-08-061-1/+1
* Don't define STOLEN_X86_REGS in Cmm.hIan Lynagh2012-08-061-1/+0
* comment-only typoGabor Greif2012-07-181-2/+2
* Define W_TO_LONG in Cmm.hIan Lynagh2012-06-201-0/+6
* Some Win64 fixesIan Lynagh2012-03-151-1/+1
* Make profiling work with multiple capabilities (+RTS -N)Simon Marlow2011-11-291-1/+1
* Add array copy/clone primopsDaniel Peebles2011-05-191-2/+4
* Count allocations more accuratelySimon Marlow2010-12-211-1/+1
* Implement stack chunks and separate TSO/STACK objectsSimon Marlow2010-12-151-0/+6
* FIX #38000 Store StgArrWords payload size in bytesAntoine Latter2010-01-011-0/+3
* fix 64-bit value for W_SHIFT, which thankfully appears to be not usedSimon Marlow2010-04-221-1/+1
* Remove the IND_OLDGEN and IND_OLDGEN_PERM closure typesSimon Marlow2010-04-011-2/+0
* Fix #650: use a card table to mark dirty sections of mutable arraysSimon Marlow2009-12-171-0/+3
* Correction to the allocation stats following earlier refactoringSimon Marlow2009-12-041-1/+1