summaryrefslogtreecommitdiff
path: root/compiler/GHC
Commit message (Expand)AuthorAgeFilesLines
...
* Fix and enable object unloading in GHCiÖmer Sinan Ağacan2020-11-111-5/+4
* Enable -fexpose-internal-symbols when debug level >=2Ben Gamari2020-11-111-1/+7
* codeGen: Produce local symbols for module-internal functionsBen Gamari2020-11-117-3/+52
* Move this_module into NCGConfigBen Gamari2020-11-116-74/+71
* nativeGen: Make makeImportsDoc take an NCGConfig rather than DynFlagsBen Gamari2020-11-111-4/+3
* [AArch64] Aarch64 Always PICMoritz Angermann2020-11-061-2/+15
* Refactor -dynamic-too handlingSylvain Henry2020-11-0615-236/+414
* Replace HsImplicitBndrs with HsOuterTyVarBndrsRyan Scott2020-11-0640-1296/+1848
* Naming, value types and tests for Addr# atomicsViktor Dukhovni2020-11-052-15/+23
* Don't use LEA with 8-bit registers (#18614)Sylvain Henry2020-11-041-2/+6
* NCG: Fix 64bit int comparisons on 32bit x86Andreas Klebinger2020-11-042-30/+100
* Constant-folding: don't pass through GHC's Int/Word (fix #11704)Sylvain Henry2020-11-034-30/+27
* Restrict Linear arrow %1 to exactly literal 1 onlyAlan Zimmerman2020-11-032-3/+4
* Linker: reorganize linker related codeSylvain Henry2020-11-0326-1192/+1382
* Expand type synonyms with :kind!Simon Peyton Jones2020-11-021-6/+7
* Display results of GHC.Core.Lint.lint* functions consistentlyRyan Scott2020-11-025-62/+53
* Add the proper HLint rules and remove redundant keywords from compilerHécate2020-11-01112-1314/+1215
* Move loadDecl into IfaceToCoreSylvain Henry2020-10-315-123/+126
* primops: Generate ByteArray# index/read/write primopsBen Gamari2020-10-311-113/+215
* primops.txt.pp: Move ByteArray# primops to separate fileBen Gamari2020-10-312-449/+450
* Simplify constant-folding (#18032)Sylvain Henry2020-10-312-10/+4
* Refactor numeric constant folding rulesSylvain Henry2020-10-311-157/+331
* Make typechecker equality consider visibility in ForAllTysRyan Scott2020-10-315-8/+109
* Split HsConDecl{H98,GADT}DetailsRyan Scott2020-10-3015-181/+276
* Remove unnecessary gender from comments/docsRichard Eisenberg2020-10-2915-21/+20
* Check for large tuples more thoroughlywip/T18723Ryan Scott2020-10-298-43/+43
* Split GHC.Driver.TypesSylvain Henry2020-10-29186-5591/+6626
* API Annotations: put constructors in alphabetical orderAlan Zimmerman2020-10-281-2/+2
* DmdAnal: Kill `is_thunk` case in `splitFV`Sebastian Graf2020-10-272-26/+5
* Api Annotations: Introduce AnnPercent for HsExplicitMultAlan Zimmerman2020-10-273-9/+12
* Fix two constraint solving problemsSimon Peyton Jones2020-10-276-44/+102
* cmm: Add Note reference to ForeignHintBen Gamari2020-10-231-0/+2
* Fix error message location in tcCheckPatSynDeclSimon Peyton Jones2020-10-231-5/+13
* API Annotations: Keep track of unicode for linear arrow notationwip/az/unicode-hsscaledAlan Zimmerman2020-10-2011-51/+59
* Compile modules with `-fobject-code` enabled to byte-code when loaded with `*...nineonine2020-10-202-6/+28
* Minor comments, update linear types docsKrzysztof Gogolewski2020-10-204-8/+8
* Remove pdocPrecSylvain Henry2020-10-192-18/+17
* Implement -Woperator-whitespace (#18834)Vladislav Zavialov2020-10-198-35/+107
* Don't get host RTS ways via settings (#18651)Sylvain Henry2020-10-175-23/+5
* When using rts_setInCallCapability, lock incall threadsDylan Yudaken2020-10-171-4/+4
* Arity: Record arity types for non-recursive letsSebastian Graf2020-10-171-62/+106
* Arity: Refactor fixed-point iteration in GHC.Core.Opt.AritySebastian Graf2020-10-171-63/+92
* Skip type family defaults with hs-boot and hsig filesJohn Ericson2020-10-172-5/+16
* compiler/ByteCode: Allow 2^32 local labelsBen Gamari2020-10-153-4/+7
* compiler/ByteCode: Make LocalLabel a newtypeBen Gamari2020-10-153-12/+17
* compiler/ByteCode: Use strict Maps in bytecode assemblerBen Gamari2020-10-151-2/+2
* Extend mAX_TUPLE_SIZE to 64GHC GitLab CI2020-10-153-6/+6
* Add flags for annotating Generic{,1} methods INLINE[1] (#11068)Andrzej Rybczak2020-10-155-21/+96
* Fix parsing of PIE flagsSylvain Henry2020-10-151-2/+2
* Remove Proxy# argument in Data.Typeable.InternalKrzysztof Gogolewski2020-10-153-8/+6