summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToCmm
Commit message (Expand)AuthorAgeFilesLines
* Refactoring: use Platform instead of DynFlags when possibleSylvain Henry2020-03-1914-732/+823
* Modules: Core operations (#13009)Sylvain Henry2020-03-181-3/+3
* Modules: Core (#13009)Sylvain Henry2020-03-1610-24/+24
* Modules: Core (#13009)Sylvain Henry2020-02-263-6/+6
* Modules: Driver (#13009)Sylvain Henry2020-02-2117-18/+18
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-1213-13/+13
* Add arithmetic exception primops (#14664)Sylvain Henry2020-02-111-0/+3
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-317-29/+51
* Disable two warnings for files that trigger themTom Ellis2020-01-273-0/+6
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-2517-106/+106
* Remove special case case of bool during STG -> C--John Ericson2020-01-162-86/+1
* Get rid of OpDestJohn Ericson2020-01-161-598/+583
* Handle TagToEnum in the same big case as the other primopsJohn Ericson2020-01-161-35/+50
* Fix typos, via a Levenshtein-style correctorBrian Wignall2020-01-043-3/+3
* Module hierarchy (#13009): StgSylvain Henry2019-12-3112-24/+24
* Fix comment typosGabor Greif2019-12-091-1/+1
* Implement pointer tagging for big families (#14373)Gabor Greif2019-12-062-28/+201
* Add `timesInt2#` primopSylvain Henry2019-12-021-0/+32
* Fix typos, using Wikipedia list of common typosBrian Wignall2019-11-282-3/+3
* Fix random typos [skip ci]nineonine2019-11-171-1/+1
* Implement shrinkSmallMutableArray# and resizeSmallMutableArray#.Andrew Martin2019-10-261-0/+2
* rts: Implement concurrent collection in the nonmoving collectorBen Gamari2019-10-203-5/+99
* Break up TcRnTypes, among other modules.Richard Eisenberg2019-10-161-1/+1
* Get rid of wildcard patterns in prim Cmm emitting codeJohn Ericson2019-10-072-877/+1206
* Clean up `#include`s in the compilerJohn Ericson2019-10-051-2/+0
* PmCheck: Only ever check constantly many models against a single patternSebastian Graf2019-09-251-0/+4
* Rename GHC.StgToCmm.Con -> GHC.StgToCmm.DataConBen Gamari2019-09-153-4/+4
* Refactor bad coercion checking in a few placesÖmer Sinan Ağacan2019-09-111-11/+3
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-1018-0/+10931