summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Disable -dynamic-too if -dynamic is also passedwip/T20436Matthew Pickering2021-10-046-0/+36
* configure: Fix redundant-argument warning from -no-pie checkBen Gamari2021-10-031-2/+2
* base: Update Unicode database to 14.0Ben Gamari2021-10-035-112/+208
* ci/test-metrics: Clean up various bash quoting issuesBen Gamari2021-10-031-6/+6
* ci: Use https:// transport and access token to push perf notesBen Gamari2021-10-032-36/+10
* Don't use FastString for UTF-8 encoding onlySylvain Henry2021-10-023-4/+14
* Add (++)/literal ruleSylvain Henry2021-10-021-0/+5
* rts: Unify stack dirtiness checkBen Gamari2021-10-022-6/+6
* rts: Add missing write barriers in MVar wake-up pathsBen Gamari2021-10-022-12/+37
* Use eqType, not tcEqType, in metavar kind checkRichard Eisenberg2021-10-028-41/+61
* CmmToLlvm: Sign/Zero extend parameters for foreign calls on RISC-VAndreas Schwab2021-10-021-0/+1
* Bump terminfo submodule to 0.4.1.5Ben Gamari2021-10-021-0/+0
* gitlab-ci: Bump docker imagesBen Gamari2021-10-021-1/+1
* ci: Unset CI_* variables before run_hadrian and test_makeMatthew Pickering2021-10-011-12/+16
* code gen: Improve efficiency of findPrefRealRegMatthew Pickering2021-10-014-19/+54
* Convert Diagnostics GHC.Tc.Gen.* (Part 3)Aaron Allen2021-10-013-107/+266
* NCG: Linear-reg-alloc: A few small implemenation tweaks.Andreas Klebinger2021-09-303-25/+40
* Recompilation: Handle -plugin-package correctlyMatthew Pickering2021-09-304-5/+25
* driver: Fix -E -XCPP, copy output from CPP ouput rather than .hs outputMatthew Pickering2021-09-301-2/+2
* Rules for sized conversion primops (#19769)Sylvain Henry2021-09-3011-28/+337
* ghc-boot: Eliminate unnecessary use of getEnvironmentBen Gamari2021-09-301-2/+2
* Trees That Grow refactor for HsTick and HsBinTickAndrea Condoluci2021-09-3012-86/+74
* Nested CPR light unleashed (#18174)Sebastian Graf2021-09-3035-443/+1631
* testsuite: Make cabal01 more robust to large environmentsMatthew Pickering2021-09-301-2/+8
* compiler: occEnvElts -> nonDetOccEnvEltsBen Gamari2021-09-296-10/+10
* compiler: Use seqEltsNameEnv rather that nameEnvEltsBen Gamari2021-09-292-1/+4
* compiler: Rename nameEnvElts -> nonDetNameEnvEltsBen Gamari2021-09-2910-13/+13
* compiler: Make nubAvails deterministicBen Gamari2021-09-292-5/+12
* compiler: Fix name of GHC.Core.TyCon.Env.nameEnvEltsBen Gamari2021-09-291-3/+3
* compiler: Rewrite all eltsUFM occurrences to nonDetEltsUFMBen Gamari2021-09-298-11/+8
* compiler: Reimplement seqEltsUFM in terms of foldBen Gamari2021-09-292-3/+3
* GHC: Drop dead packageDbModulesBen Gamari2021-09-291-24/+0
* Add tests for T17820Andrea Condoluci2021-09-2911-0/+69
* TH stage restriction check for constructors, selectors, and class methodsAndrea Condoluci2021-09-298-31/+68
* Document that `eqType`/`coreView` do not look through type familiesZiyang Liu2021-09-291-2/+4
* Rectifying COMMENT and `mkComment` across platforms to work with SDocBenjamin Maurer2021-09-2912-25/+27
* Add a regression test for #17912Kamil Dworakowski2021-09-293-0/+36
* Document interaction between unsafe FFI and GCAlexander Kjeldaas2021-09-291-5/+23
* Fix comment typosKirill Zaborsky2021-09-291-2/+2
* Remove special case for large objects in allocateForCompactFabian Thorand2021-09-295-11/+47
* Compare FunTys as if they were TyConApps.Richard Eisenberg2021-09-2912-72/+215
* Documented yet undocumented dump flags #18641Benjamin Maurer2021-09-282-6/+38
* Remove outdated note about pragma layouttaylorfausak2021-09-281-3/+1
* hadrian: Update comments on verbosity handlingMatthew Pickering2021-09-282-2/+14
* hadrian: Update documentation for new verbosity optionsMatthew Pickering2021-09-282-37/+5
* ci: Increase default verbosity level to `-V` (Verbose)Matthew Pickering2021-09-281-0/+1
* hadrian: Rework the verbosity levelsMatthew Pickering2021-09-286-26/+27
* hadrian: Remove deprecated tracing functionsMatthew Pickering2021-09-2814-27/+27
* hadrian: Reduce default verbosityMatthew Pickering2021-09-283-3/+28
* Add `-dsuppress-core-sizes` flag (#20342)Sylvain Henry2021-09-2825-8/+201