summaryrefslogtreecommitdiff
path: root/compiler/GHC/Driver/Config/StgToCmm.hs
Commit message (Expand)AuthorAgeFilesLines
* Add fused multiply-add instructionssheaf2023-05-111-0/+22
* Add Javascript backendSylvain Henry2022-11-291-2/+3
* compiler: allow big arith for wasm32Cheng Shao2022-11-111-1/+1
* Export pprTrace and friends from GHC.Prelude.Andreas Klebinger2022-11-031-3/+2
* Make debug a `Bool` not an `Int` in `StgToCmmConfig`John Ericson2022-05-231-1/+1
* Change `Backend` type and remove direct dependencieswip/backend-as-recordNorman Ramsey2022-05-211-5/+8
* Make floating-point abs IEEE 754 compliantARATA Mizuki2022-05-111-2/+0
* StgToCmm.cgTopBinding: no isNCG, use binBlobThreshdoyougnu2022-03-021-1/+2
* Ticky profiling improvements.Matthew Pickering2022-03-021-0/+1
* Ticky: Gate tag-inference dummy ticky-counters behind a flag.Andreas Klebinger2022-02-251-0/+1
* Tag inference work.Andreas Klebinger2022-02-121-0/+1
* StgToCmm: decouple DynFlags, add StgToCmmConfigdoyougnu2022-01-311-0/+74