summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CmmToLlvm: Declare signature for memcmpwip/T18857Ben Gamari2020-11-236-8/+47
* gitlab-ci: Run LLVM builds on Debian 10Ben Gamari2020-11-231-17/+17
* gitlab-ci: Run LLVM job on appropriately-labelled MRsBen Gamari2020-11-231-2/+3
* hadrian: Drop redundant flavour definitionsBen Gamari2020-11-226-94/+5
* hadrian: Add profiled_ghc and no_dynamic_ghc modifiersBen Gamari2020-11-222-0/+27
* hadrian: Add a viaLlvmBackend modifierBen Gamari2020-11-223-6/+12
* hadrian: Introduce notion of flavour transformersBen Gamari2020-11-223-5/+104
* hadrian: Dump STG when ticky is enabledBen Gamari2020-11-221-1/+7
* Bump time submodule to 1.11.1Ben Gamari2020-11-229-12/+14
* Implement -ddump-c-backend argumentBen Gamari2020-11-224-1/+19
* rts: Post ticky entry counts to the eventlogBen Gamari2020-11-2114-7/+204
* hadrian: Disable stripping when debug information is enabledBen Gamari2020-11-211-3/+5
* dwarf: Apply info table offset consistentlyBen Gamari2020-11-211-5/+19
* Add regression test for #10504Ryan Scott2020-11-214-0/+15
* Don't initialize plugins in the Core2Core pipelineSylvain Henry2020-11-212-9/+11
* Move Plugins into HscEnv (#17957)Sylvain Henry2020-11-2124-159/+204
* Introduce -fprof-callers flagBen Gamari2020-11-2119-4/+758
* testsuite: Refactor CountParserDepsBen Gamari2020-11-212-6/+238
* users-guide: A bit of clean-up in profiling flag documentationBen Gamari2020-11-211-43/+31
* gitlab-ci: Add VERBOSE environment variableBen Gamari2020-11-201-0/+7
* gitlab-ci: Add usage message to ci.shBen Gamari2020-11-201-0/+58
* rts/linker: Align bssSize to page size when mapping symbol extrasBen Gamari2020-11-201-1/+3
* Find hadrian location more reliably in cabal-install outputGreg Steuck2020-11-201-1/+1
* Update user's guide entry on demand analysis and worker/wrapperSebastian Graf2020-11-204-24/+170
* Demand: Interleave usage and strictness demands (#18903)Sebastian Graf2020-11-2070-1822/+1812
* Fix strictness signatures of `prefetchValue*#` primopsSebastian Graf2020-11-201-8/+4
* Clarify interruptible FFI wrt masking stateKamil Dworakowski2020-11-201-4/+7
* Export indexError from GHC.Ix (#18579)Krzysztof Gogolewski2020-11-201-1/+1
* PmCheck: Print types of uncovered patterns (#18932)Sebastian Graf2020-11-1857-120/+184
* Add Addr# atomic primops (#17751)Sylvain Henry2020-11-165-135/+349
* ghc-bin: Build with eventlogging by defaultBen Gamari2020-11-151-0/+2
* AArch64/arm64 adjustmentsMoritz Angermann2020-11-1530-400/+470
* Use tcSplitForAllInvisTyVars (not tcSplitForAllTyVars) in more placesRyan Scott2020-11-1515-29/+59
* Name (tc)SplitForAll- functions more consistentlyRyan Scott2020-11-1531-140/+140
* gitlab-ci: Add DWARF release jobs for Debian 10, Fedora27Ben Gamari2020-11-151-2/+24
* nativeGen/dwarf: Use DW_AT_linkage instead of DW_AT_MIPS_linkageBen Gamari2020-11-152-3/+3
* nativeGen/dwarf: Only produce DW_AT_source_note DIEs in -g3Ben Gamari2020-11-154-8/+16
* nativeGen/dwarf: Fix procedure end addressesBen Gamari2020-11-154-15/+30
* gitlab-ci: Cache cabal store in linting jobBen Gamari2020-11-131-2/+6
* Add rts_listThreads and rts_listMiscRoots to RtsAPI.hDavid Eichmann2020-11-136-0/+135
* Arity: Emit "Exciting arity" warning only after second iteration (#18937)Sebastian Graf2020-11-132-15/+39
* Arity: Rework `ArityType` to fix monotonicity (#18870)Sebastian Graf2020-11-136-138/+235
* compiler: Fix recompilation checkingwip/T18733Ben Gamari2020-11-121-6/+89
* testsuite: Add testcase for #18733Ben Gamari2020-11-116-0/+35
* Force argument in setIdMult (#18925)Krzysztof Gogolewski2020-11-111-2/+2
* Introduce test for dynamic library unloadingGHC GitLab CI2020-11-114-0/+117
* rts: Introduce highMemDynamicGHC GitLab CI2020-11-112-1/+12
* Add loadNativeObj and unloadNativeObjRay Shih2020-11-115-15/+274
* Fix and enable object unloading in GHCiÖmer Sinan Ağacan2020-11-1125-495/+637
* Enable -fexpose-internal-symbols when debug level >=2Ben Gamari2020-11-113-4/+12