summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* rts: Add --copying-gc flag to reverse effect of --nonmoving-gcwip/T18281Ben Gamari2020-07-152-0/+20
* testsuite: Add regression test for #17744Ben Gamari2020-07-154-0/+107
* StgToCmm: Use CmmRegOff smart constructorBen Gamari2020-07-151-1/+1
* loadFramework: Output the errors collected in all loading attempts.Matthias Andreas Benkard2020-07-141-6/+8
* macOS: Load frameworks without stating them first.Matthias Andreas Benkard2020-07-141-7/+14
* rts/Disassembler.c: Use FMT_HexWord for printing values in hex formatStefan Schulze Frielinghaus2020-07-142-8/+7
* ghc-bignum: bring in sync .hs-boot files with module declarationsSergei Trofimovich2020-07-142-11/+12
* .gitlab: re-enable integer-simple substitute (BIGNUM_BACKEND)Sergei Trofimovich2020-07-142-5/+5
* Escape backslashes in json profiling reports properly.Andreas Klebinger2020-07-141-19/+45
* docs/users-guide: Update default -funfolding-use-threshold valueBen Gamari2020-07-141-2/+2
* Explain why keeping DynFlags in AnalEnv saves allocation.Andreas Klebinger2020-07-141-1/+19
* compiler: re-engineer the treatment of rebindable ifAlp Mestanogullari2020-07-1437-168/+749
* testsuite: Widen acceptance threshold on T5837wip/T18282Ben Gamari2020-07-131-1/+1
* Reduce result discount in conSizeSimon Peyton Jones2020-07-1320-74/+147
* Comments onlySimon Peyton Jones2020-07-131-2/+5
* Use dumpStyle when printing inliningsSimon Peyton Jones2020-07-131-1/+1
* hadrian: build check-ppr dynamic if GHC is build dynamicStefan Schulze Frielinghaus2020-07-131-1/+4
* Warn about empty Char enumerations (#18402)Aaron Allen2020-07-134-6/+45
* Give Uniq[D]FM a phantom type for its key.Andreas Klebinger2020-07-1262-352/+555
* add reproducer for #15630Artem Pelenitsyn2020-07-122-0/+61
* Improve eta-expansion using ArityTypeSimon Peyton Jones2020-07-119-221/+361
* Make arityType deal with join pointsSimon Peyton Jones2020-07-104-4/+195
* Define multiShotIO and use it in mkSplitUniqueSupplySimon Peyton Jones2020-07-102-16/+84
* LLVM: fix MO_S_Mul2 support (#18434)Sylvain Henry2020-07-091-1/+9
* Fix GHCi :print on big-endian platformsStefan Schulze Frielinghaus2020-07-092-17/+16
* hadrian: add flag to skip rebuilding dependency information #17636Adam Sandberg Ericsson2020-07-084-3/+30
* Remove unused function pprHsForAllExtra (#18423)Krzysztof Gogolewski2020-07-071-27/+4
* DynFlags: factor out pprUnitId from "Outputable UnitId" instanceSylvain Henry2020-07-071-7/+14
* Hadrian: ghc-gmp.h shouldn't be a compiler dependencySylvain Henry2020-07-071-3/+0
* Bignum: don't build ghc-bignum with stage0Sylvain Henry2020-07-071-1/+0
* BigNum: rename BigNat typesSylvain Henry2020-07-079-313/+324
* When running libtool, report it as suchGabor Greif2020-07-071-1/+1
* testsuite: Widen T12234 acceptance window to 2%Ben Gamari2020-07-071-1/+1
* hadrian: ignore cabal configure verbosity related flags #18131Adam Sandberg Ericsson2020-07-072-0/+4
* hadrian: make hadrian/ghci use the bootstrap compiler from configure #18190Adam Sandberg Ericsson2020-07-074-2/+9
* rts linker: teach the linker about GLIBC's special handling of *stat, mknod a...Adam Sandberg Ericsson2020-07-076-3/+102
* hadrian: link check-ppr against debugging RTS if ghcDebuggedStefan Schulze Frielinghaus2020-07-071-1/+6
* add -flink-rts flag to link the rts when linking a shared or static library #...Adam Sandberg Ericsson2020-07-0710-12/+101
* AArch32 symbols only on aarch32.Moritz Angermann2020-07-071-5/+6
* Fix (1)Moritz Angermann2020-07-071-1/+1
* better if guards.Moritz Angermann2020-07-071-1/+1
* [linker/rtsSymbols] More linker symbolsMoritz Angermann2020-07-071-17/+206
* Optimise genericIntMul2OpSylvain Henry2020-07-072-7/+26
* `opAllDone` -> `opIntoRegs`John Ericson2020-07-071-286/+286
* Simplify `PrimopCmmEmit`John Ericson2020-07-071-82/+73
* `genericIntMul2Op`: Call `genericWordMul2Op` directlyJohn Ericson2020-07-071-6/+2
* Support `timesInt2#` in LLVM backendJohn Ericson2020-07-072-2/+27
* ghc-prim: Turn some comments into haddocksChaitanya Koparkar2020-07-071-9/+10
* Add the __GHC_FULL_VERSION__ CPP macro to expose the full GHC versionHécate2020-07-036-1/+25
* DynFlags: avoid the use of sdocWithDynFlags in GHC.Core.Rules (#17957)Sylvain Henry2020-07-034-28/+39