summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* CprAnal: Activate Sum CPR for local bindingswip/T5075Sebastian Graf2021-10-053-74/+48
* Simplifier: Get rid of demand zapping based on Note [Arity decrease]Sebastian Graf2021-10-041-32/+3
* WorkWrap: Nuke CPR signatures of join points (#18824)Sebastian Graf2021-10-044-24/+79
* 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
* driver: Fix Ctrl-C handling with -j1Matthew Pickering2021-09-281-27/+35
* Remove NoGhcTc usage from HsMatchContextArtyom Kuznetsov2021-09-2813-39/+70
* gitlab-ci: Ensure that temporary home existsBen Gamari2021-09-271-1/+2
* gitlab-ci: Don't rely on $HOME when pushing test metricsBen Gamari2021-09-242-9/+14
* Constant-folding for timesInt2# (#20374)Sylvain Henry2021-09-234-0/+94
* testsuite: Ensure that C++11 is used in T20199Ben Gamari2021-09-231-1/+1
* gitlab-ci: Unset MACOSX_DEPLOYMENT_TARGET in stage0 buildBen Gamari2021-09-231-0/+3
* rts: Ensure that headers don't refer to undefined __STDC_VERSION__Ben Gamari2021-09-231-0/+6
* testsuite: Fix gnu sed-ismBen Gamari2021-09-232-2/+2
* testsuite: Don't use cc directly in section_alignment testBen Gamari2021-09-231-1/+1
* testsuite: Make unsigned_reloc_macho_x64 and section_alignment makefile_testsBen Gamari2021-09-231-2/+2
* testsuite: Fix ipeMapBen Gamari2021-09-231-0/+1
* testsuite: Pass CFLAGS to hsc2hs testsBen Gamari2021-09-234-10/+19