summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* hihihwip/small-uniqfmBen Gamari2021-09-221-7/+74
* seqEltsUFMBen Gamari2021-09-212-3/+3
* Try encoding small UniqFMs as linked-listsBen Gamari2021-09-211-21/+98
* gitlab-ci: Unset MACOSX_DEPLOYMENT_TARGET in stage0 buildBen Gamari2021-09-211-0/+3
* rts: Ensure that headers don't refer to undefined __STDC_VERSION__Ben Gamari2021-09-211-0/+6
* testsuite: Fix gnu sed-ismBen Gamari2021-09-212-2/+2
* testsuite: Don't use cc directly in section_alignment testBen Gamari2021-09-211-1/+1
* testsuite: Make unsigned_reloc_macho_x64 and section_alignment makefile_testsBen Gamari2021-09-211-2/+2
* testsuite: Fix ipeMapBen Gamari2021-09-211-0/+1
* testsuite: Pass CFLAGS to hsc2hs testsBen Gamari2021-09-214-10/+19
* configure: Clarify meaning of CabalHaveLibffiBen Gamari2021-09-213-7/+3
* configure: Fix copy/paste errorBen Gamari2021-09-201-1/+1
* hadrian: Pass CFLAGS to gmp configureGHC GitLab CI2021-09-201-0/+4
* gitlab-ci: bash fixesBen Gamari2021-09-201-3/+3
* Ensure that cabal update is invoked before buildingBen Gamari2021-09-201-2/+7
* gitlab-ci: Use correct CABAL executableBen Gamari2021-09-201-1/+1
* gitlab-ci: Ensure that CABAL_DIR is a Windows pathBen Gamari2021-09-201-2/+8
* ci: Add version to cache keyBen Gamari2021-09-201-20/+21
* configure: Add check for whether CC supports --targetBen Gamari2021-09-203-1/+42
* configure: Move nm search logic to new fileBen Gamari2021-09-202-33/+41
* ci: More surgical use of nix in Darwin buildsBen Gamari2021-09-206-161/+332
* ci: Move phase timing logic into ci.shBen Gamari2021-09-202-101/+33
* ci: Isolate build from HOMEBen Gamari2021-09-202-15/+25
* ci: Consolidate handling of cabal cacheBen Gamari2021-09-192-10/+24
* ci: Drop redundant `cabal update`sBen Gamari2021-09-192-5/+2
* 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