summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Double precision (64bit) float literalswip/supersven/riscv-ncgSven Tennie2023-04-303-4/+45
* Print registers with better namesSven Tennie2023-04-281-1/+69
* Connect mkVirtualRegSven Tennie2023-04-281-1/+2
* Little cleanupSven Tennie2023-04-282-3/+5
* Implement simple C callSven Tennie2023-04-263-10/+36
* Fix register allocation bugSven Tennie2023-04-243-2/+6
* Begin to implement c calling conventionSven Tennie2023-04-235-63/+215
* Unconditional jumpsSven Tennie2023-04-183-5/+19
* cut-though: ppr existing instructionsSven Tennie2023-04-143-20/+26
* SaveSven Tennie2023-04-1310-107/+629
* hlintSven Tennie2023-04-101-2/+1
* Add flag -fno-empty-fasmSven Tennie2023-04-107-8/+91
* Minimum to compile empty Cmm filesSven Tennie2023-04-104-2/+10
* The absolute minimum to filfill the NCG interfaceSven Tennie2023-04-097-1/+274
* Improve documentation for resizing of byte arraysBodigrim2023-03-251-11/+35
* testsuite: add the rts_clearMemory test caseCheng Shao2023-03-255-0/+43
* rts: use performBlockingMajorGC in hs_perform_gc and fix ffi023Cheng Shao2023-03-254-5/+4
* Improve documentation of atomicModifyMutVar2#Bodigrim2023-03-251-5/+17
* rts: Fix barriers of IND and IND_STATICBen Gamari2023-03-252-9/+11
* Modify ThreadId documentation and commentsDavid Feuer2023-03-251-7/+3
* fix: account for large and compact object stats with nonmoving gcTeo Camarasu2023-03-255-7/+36
* Add regression test for #17574Teo Camarasu2023-03-253-0/+44
* base: Document GHC versions associated with past base versions in the changelogLi-yao Xia2023-03-251-1/+8
* codeGen/tsan: Disable instrumentation of unaligned storesBen Gamari2023-03-241-8/+7
* User's guide: Improve docs for -WallJoachim Breitner2023-03-241-22/+14
* nativeGen/AArch64: Fix bitmask immediate predicateBen Gamari2023-03-241-15/+35
* Move mention of warning groups change to 9.8.1 release notesAdam Gundry2023-03-242-5/+5
* Allow WARNING pragmas to be controlled with custom categoriesAdam Gundry2023-03-2439-94/+649
* Add structured error messages for GHC.Tc.TyCl.PatSynTorsten Schmits2023-03-2314-60/+175
* Update changelog to mention changes to instance Foldable (Compose f g)Bodigrim2023-03-231-0/+2
* Simplify minimum/maximum in instance Foldable (Compose f g)Bodigrim2023-03-231-6/+2
* Additional optimized versionsArmando Ramirez2023-03-231-3/+18
* Optimized Foldable methods for Data.Functor.ComposeArmando Ramirez2023-03-231-0/+7
* Testsuite: use js_skip for T2615 (#22374)Sylvain Henry2023-03-221-1/+3
* Add structured error messages for GHC.Tc.Utils.TcMTypeTorsten Schmits2023-03-2226-82/+152
* Refactor the constraint solver pipelinewip/T23070Simon Peyton Jones2023-03-2214-4162/+4302
* Testsuite: use req_interp predicate for T20214Sylvain Henry2023-03-221-1/+1
* Testsuite: use req_interp predicate for T16318 (#22370)Sylvain Henry2023-03-221-1/+1
* fix: Incorrect @since annotations in GHC.TypeErrorromes2023-03-222-5/+5
* Testsuite: use appropriate predicate for ManyUbxSums test (#22576)Sylvain Henry2023-03-221-1/+1
* Be more careful about quantificationSimon Peyton Jones2023-03-2227-195/+272
* Compute LambdaFormInfo when using JavaScript backend.Luite Stegeman2023-03-215-8/+21
* Allow LLVM backend to use HDoc for faster file generation.Alex Mason2023-03-218-348/+524
* Document pdep / pext primopsBodigrim2023-03-211-10/+59
* Add structured error messages for GHC.Tc.Utils.EnvTorsten Schmits2023-03-2129-115/+270
* docs: add WALL_CLOCK_TIME event in eventlog encodingsAdam Sandberg Ericsson2023-03-211-0/+12
* docs: add TASK_DELETE event in eventlog encodingsAdam Sandberg Ericsson2023-03-211-0/+9
* docs: add BlockedOnMVarRead thread status in eventlog encodingsAdam Sandberg Ericsson2023-03-211-0/+1
* docs: explain the BLOCK_MARKER eventAdam Sandberg Ericsson2023-03-211-3/+4
* docs: fix some wrongs in the eventlog format documentationAdam Sandberg Ericsson2023-03-211-4/+7