summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* This patch addresses the exponential blow-up in the simplifier.wip/simon-perfSimon Peyton Jones2020-07-1114-116/+490
* Reduce result discount in conSizeSimon Peyton Jones2020-07-1120-74/+147
* Comments onlySimon Peyton Jones2020-07-111-2/+5
* Use dumpStyle when printing inliningsSimon Peyton Jones2020-07-111-1/+1
* 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
* Improve handling of data type return kindswip/T18300Simon Peyton Jones2020-07-0328-350/+814
* LLVM: support R9 and R10 registersSylvain Henry2020-07-031-0/+2
* Mention flags that are not enabled by -Wall (#18372)Valery Tolstov2020-07-031-1/+5
* rts/ProfHeap: Free old allocations when reinitialising CensusesBen Gamari2020-07-031-0/+15
* rts/ProfHeap: Only allocate the Censuses that we needBen Gamari2020-07-031-1/+2
* Replace Opt_SccProfilingOn flag with sccProfilingEnabled helper functionSylvain Henry2020-07-0219-44/+54
* No need for CURSES_INCLUDE_DIRSGabor Greif2020-07-021-1/+0
* NCG: correctly handle addresses with huge offsets (#15570)Sylvain Henry2020-07-023-66/+100
* Hadrian: fix PowerPC64le support (#17601)Sylvain Henry2020-07-021-3/+4
* Bump ghc-prim version to 0.7.0Ryan Scott2020-07-0278-85/+85
* T16012: Be verbose on failure.Andreas Klebinger2020-07-022-2/+6
* Desugar quoted uses of DerivingVia and expression type signatures properlyRyan Scott2020-07-013-100/+146
* Add most common return values for `os` and `arch`Hécate2020-07-012-2/+47
* Improve debug tracing for substitutionSimon Peyton Jones2020-07-018-58/+59
* #17169: Clarify Fixed's Enum instance.Martin Handley2020-07-011-0/+58
* Implement -XLexicalNegation (GHC Proposal #229)Vladislav Zavialov2020-07-0116-14/+229