summaryrefslogtreecommitdiff
path: root/compiler/GHC/StgToCmm
Commit message (Expand)AuthorAgeFilesLines
* Introduce a standard thunk for allocating stringsÖmer Sinan Ağacan2022-10-223-10/+50
* Scrub various partiality involving lists (again).M Farkas-Dyck2022-10-191-4/+4
* Remove SIMD conversionssheaf2022-10-191-60/+18
* Fix GHCis interaction with tag inference.Andreas Klebinger2022-10-181-5/+2
* Separate IPE source file from spanBen Gamari2022-10-111-6/+19
* Refactor IPE initializationBen Gamari2022-10-112-40/+144
* Fix typosKrzysztof Gogolewski2022-09-142-2/+3
* Fix typosEric Lindblad2022-09-146-7/+7
* Add native delimited continuations to the RTSAlexis King2022-09-111-0/+3
* Minor SDoc cleanupKrzysztof Gogolewski2022-09-072-2/+2
* Remove label style from printing contextKrzysztof Gogolewski2022-08-262-2/+2
* Cleanups around pretty-printingKrzysztof Gogolewski2022-08-091-1/+1
* dataToTag#: Skip runtime tag check if argument is infered taggedAndreas Klebinger2022-08-081-11/+19
* Add a primop to query the label of a threadBen Gamari2022-08-061-0/+1
* Add primop to list threadsBen Gamari2022-08-061-0/+1
* StgToCmm: Fix isSimpleScrut when profiling is enabled.Andreas Klebinger2022-08-062-27/+13
* ghc-boot: Clean up UTF-8 codecsBen Gamari2022-07-221-2/+2
* cmm: Eliminate orphan Outputable instancesBen Gamari2022-07-163-4/+1
* Make keepAlive# out-of-lineBen Gamari2022-07-161-3/+1
* Ticky:Make json info a separate field.Andreas Klebinger2022-07-041-34/+35
* TagCheck.hs: Properly check if arguments are boxed types.Andreas Klebinger2022-06-222-7/+6
* Revert "Ticky:Make json info a separate field."Matthew Pickering2022-06-221-35/+34
* Ticky:Make json info a separate field.Andreas Klebinger2022-06-211-34/+35
* A bunch of changes related to eta reductionSimon Peyton Jones2022-05-301-0/+1
* Make debug a `Bool` not an `Int` in `StgToCmmConfig`John Ericson2022-05-232-5/+5
* Make floating-point abs IEEE 754 compliantARATA Mizuki2022-05-112-40/+2
* Fix all invalid haddock comments in the compilerZubin Duggal2022-03-291-2/+2
* Reverse dependency between StgToCmm and Runtime.Heap.LayoutSylvain Henry2022-03-231-41/+7
* Avoid redundant imports of GHC.Driver.SessionSylvain Henry2022-03-231-2/+0
* Improve -dtag-inference-checks checks.Andreas Klebinger2022-03-112-13/+38
* GenStgAlt 3-tuple synonym --> Record typedoyougnu2022-03-022-8/+11
* StgToCmm.cgTopBinding: no isNCG, use binBlobThreshdoyougnu2022-03-021-3/+9
* Ticky profiling improvements.Matthew Pickering2022-03-026-45/+150
* driver: Properly add an edge between a .hs and its hs-boot fileMatthew Pickering2022-03-011-7/+0
* CLabel cleanup:Andreas Klebinger2022-02-282-12/+3
* Ticky: Gate tag-inference dummy ticky-counters behind a flag.Andreas Klebinger2022-02-252-5/+9
* ghci: show helpful error message when loading module with SIMD vector operati...nineonine2022-02-241-0/+1
* Tag inference work.Andreas Klebinger2022-02-1210-35/+497
* Add late cost centre supportAndreas Klebinger2022-02-101-2/+3
* StgToCmm: Get rid of GHC.Driver.Session importsJohn Ericson2022-02-084-6/+0
* Fix some notesMatthew Pickering2022-02-083-4/+4
* Fix array primop alignmentBen Gamari2022-02-042-21/+35
* Introduce alignment to CmmStoreBen Gamari2022-02-042-2/+3
* Introduce alignment in CmmLoadBen Gamari2022-02-046-21/+24
* cmm: Introduce cmmLoadBWord and cmmLoadGCWordBen Gamari2022-02-046-17/+16
* Add commentsBen Gamari2022-02-041-0/+2
* Fix a few Note inconsistenciesBen Gamari2022-02-016-12/+10
* Consistently upper-case "Note ["Ben Gamari2022-02-012-3/+3
* codeGen: Fix two buglets in -fbounds-check logicBen Gamari2022-01-311-10/+10
* StgToCmm: decouple DynFlags, add StgToCmmConfigdoyougnu2022-01-3117-526/+581