summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* simplify: Don't perform final simplification of unstable unfoldingswip/no-final-simpl-unfoldingsBen Gamari2021-09-231-0/+44
* hadrian: Disable verbose timing informationMatthew Pickering2021-09-181-1/+1
* users-guide: Improve documentation of ticky eventsBen Gamari2021-09-183-1/+13
* deriving: Always use module prefix in dataTypeNameMatthew Pickering2021-09-187-51/+81
* docs: Fix examples for (un)escapeArgsMatthew Pickering2021-09-181-2/+2
* Fix formatting of link in base/Type.ReflectionJoaquin "Florius" Azcarate2021-09-181-2/+1
* CoreUtils: Make exprIsHNF return True for unlifted variables (#20140)Sebastian Graf2021-09-181-0/+2
* WorkWrap: Update Note [Wrapper activation] (#15056)Sebastian Graf2021-09-183-25/+33
* Add more instances for SoloDavid Feuer2021-09-187-5/+42
* Testsuite: Mark T12903 as fragile on i386Matthew Pickering2021-09-171-0/+1
* Constant folding for ctz/clz/popCnt (#20376)Sylvain Henry2021-09-174-0/+142
* Use an ADT for RecompReasonSylvain Henry2021-09-175-57/+116
* Refactor module dependencies codeSylvain Henry2021-09-1715-196/+216
* Fix annoying warning about Data.List unqualified importSylvain Henry2021-09-171-1/+1
* Code Gen: Rewrite shortcutWeightMap more efficientlyMatthew Pickering2021-09-171-33/+53
* Code Gen: Use more efficient block merging algorithmMatthew Pickering2021-09-173-27/+109
* Code Gen: Optimise successors calculation in loop calculationMatthew Pickering2021-09-171-5/+4
* Code Gen: Replace another lazy fmap with strict mapMapMatthew Pickering2021-09-171-1/+1
* Code Gen: Use strict map rather than lazy map in loop analysisMatthew Pickering2021-09-171-1/+3
* Add doc for -dyno, -dynosuf, -dynhisufZiyang Liu2021-09-172-3/+26
* Add "ipe" flavour transformer to add support for building with IPE debug infoMatthew Pickering2021-09-172-0/+18
* compiler: Ensure that all CoreTodos have SCCsBen Gamari2021-09-172-3/+5
* ghc-boot: Fix metadata handling of writeFileAtomicBen Gamari2021-09-172-0/+28
* testsuite: Add broken testcase for #19350Ben Gamari2021-09-178-0/+87
* Remove Cabal dependency from check-exact and check-ppr executablesMatthew Pickering2021-09-172-2/+0
* driver: Clean up temporary files after a module has been compiledMatthew Pickering2021-09-171-2/+8
* Stop leaking <defunct> llc processesMatthew Pickering2021-09-171-1/+2
* Update error message to suggest the user consider OOM over RTS bug.Thomas M. DuBuisson2021-09-171-1/+3
* Add compile_flags.txt for clangd (C IDE) supportSven Tennie2021-09-171-0/+5
* Ensure .dyn_hi doesn't overwrite .hiZiyang Liu2021-09-179-10/+67
* driver: -M allow omitting the -dep-suffix (means empty) (fix #15483)Artem Pelenitsyn2021-09-172-7/+8
* EPA: correctly capture comments between 'where' and bindsAlan Zimmerman2021-09-1718-41/+745
* testsuite: Add test for #18382Ben Gamari2021-09-173-0/+16
* Emit warning if bang is applied to unlifted typesTito Sacchi2021-09-1712-3/+82
* Improve pretty-printer defaulting logic (#19361)Krzysztof Gogolewski2021-09-1710-50/+92
* Improve error messages involving operators from Data.Type.OrdChristiaan Baaij2021-09-1711-77/+234
* Add test for #17865Joshua Price2021-09-133-0/+6
* hadrian: Recommend use of +werror over explicit flavour modificationBen Gamari2021-09-131-4/+4
* testsuite: Mark hDuplicateTo001 as fragile in concurrent waysBen Gamari2021-09-131-2/+1
* Don't depend unconditionally on xattr in darwin_installBen Gamari2021-09-131-1/+3
* Fix #20203 improve constant fold for `and`/`or`CarrieMY2021-09-135-18/+476
* Break recursion in GHC.Float.roundingMode# (#20352)Sebastian Graf2021-09-111-1/+1
* ncg: Kill incorrect unreachable codeBen Gamari2021-09-111-3/+3
* Ensure that zapFragileUnfolding preseves evaluatednessBen Gamari2021-09-111-5/+5
* Add performance test for #19695nineonine2021-09-112-0/+141
* Remove dubious Eq1 and Ord1 Fixed instances. Fixes #20309Oleg Grenrus2021-09-112-10/+0
* Add test for #18181nineonine2021-09-112-0/+14
* Canonicalize bignum literalsSylvain Henry2021-09-1124-248/+266
* distrib: Drop FP_GMP from configure scriptBen Gamari2021-09-111-2/+0
* Only dump Core stats when requested to do so (#20342)Sylvain Henry2021-09-0825-190/+7