summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
Commit message (Expand)AuthorAgeFilesLines
* Modules: CmmToAsm (#13009)Sylvain Henry2020-02-241-67/+66
* Modules: Driver (#13009)Sylvain Henry2020-02-211-20/+19
* Modules: Llvm (#13009)Sylvain Henry2020-02-181-13/+12
* Module hierarchy: HsToCore (cf #13009)Sylvain Henry2020-02-141-18/+17
* Separate CPR analysis from the Demand analyserwip/sep-cprSebastian Graf2020-02-121-0/+2
* Module hierarchy: ByteCode and Runtime (cf #13009)Sylvain Henry2020-02-121-17/+16
* Introduce IsPass; refactor wrappers.Richard Eisenberg2020-02-081-1/+0
* Do CafInfo/SRT analysis in CmmÖmer Sinan Ağacan2020-01-311-0/+2
* Refactor package related codeSylvain Henry2020-01-311-1/+1
* Module hierarchy: Cmm (cf #13009)Sylvain Henry2020-01-251-38/+38
* Module hierarchy: Renamer (cf #13009)Sylvain Henry2020-01-081-13/+12
* Module hierarchy: Iface (cf #13009)Sylvain Henry2020-01-061-16/+15
* Module hierarchy (#13009): StgSylvain Henry2019-12-311-17/+14
* Minor refactor in ghc.cabal.in:Ömer Sinan Ağacan2019-12-261-5/+3
* base: Bump version to 4.14.0.0Ben Gamari2019-11-141-1/+1
* Ensure that coreView/tcView are able to inlineBen Gamari2019-11-131-1/+0
* Implement s390x LLVM backend.Stefan Schulze Frielinghaus2019-10-221-0/+1
* Break up TcRnTypes, among other modules.Richard Eisenberg2019-10-161-0/+3
* Add loop level analysis to the NCG backend.klebinger.andreas@gmx.at2019-10-161-0/+1
* Always enable the external interpreterJohn Ericson2019-10-041-11/+0
* Pull out the settings file parsing code into it's own module.John Ericson2019-10-041-0/+1
* Per stage headers, ghc_boot_platform.h -> stage 0 ghcplatform.hJohn Ericson2019-10-041-1/+1
* Merge TcTypeableValidity into TcTypeable, document treatment of castsRyan Scott2019-10-031-1/+0
* Move pattern match checker modules to GHC.HsToCore.PmCheckSebastian Graf2019-09-301-4/+4
* Module hierarchy: Hs (#13009)Sylvain Henry2019-09-201-16/+15
* Extract PmTypes module from PmExpr and PmOracleSebastian Graf2019-09-191-2/+2
* Encode shape information in `PmOracle`Sebastian Graf2019-09-161-2/+1
* Rename GHC.StgToCmm.Con -> GHC.StgToCmm.DataConBen Gamari2019-09-151-1/+1
* Module hierarchy: StgToCmm (#13009)Sylvain Henry2019-09-101-27/+27
* Break up TyCoRepBen Gamari2019-07-311-0/+4
* Expose the GhcPrelude module.Andreas Klebinger2019-07-211-3/+1
* Bump template-haskell version to 2.16.0.0Ryan Scott2019-07-031-1/+1
* Add HoleFitPlugins and RawHoleFitswip/D5373Matthías Páll Gissurarson2019-06-211-0/+1
* Move 'Platform' to ghc-bootJohn Ericson2019-06-191-1/+0
* Synchronize ClsInst.doTyConApp with TcTypeable validity checks (#15862)Ryan Scott2019-06-151-0/+1
* Refine the GHCI macro into HAVE[_{INTERNAL, EXTERNAL}]_INTERPRETERAlp Mestanogullari2019-06-111-1/+12
* TmOracle: Replace negative term equalities by refutable PmAltConsSebastian Graf2019-06-071-0/+1
* Break up `Settings` into smaller structsJohn Ericson2019-05-291-0/+5
* Add PlainPanic for throwing exceptions without depending on pprintMichael Sloan2019-05-241-0/+1
* Allow for multiple linker instances. Fixes Haskell portion of #3372.Julian Leviston2019-05-211-0/+1
* base: Remove `Monad(fail)` method and reexport `MonadFail(fail)` insteadHerbert Valerio Riedel2019-03-221-1/+0
* Prepare source-tree for base-4.13 MFP bumpHerbert Valerio Riedel2019-01-181-1/+1
* Support printing `integer-simple` Integers in GHCiAlec Theriault2019-01-161-0/+14
* PPC NCG: Remove Darwin supportPeter Trommler2019-01-011-1/+0
* Support generating HIE filesAlec Theriault2018-12-111-0/+6
* Implement late lambda liftSebastian Graf2018-11-231-0/+5
* Don't track free variables in STG syntax by defaultSebastian Graf2018-11-191-0/+1
* NCG: New code layout algorithm.Andreas Klebinger2018-11-171-0/+2
* Bump time submoduleBen Gamari2018-11-021-1/+1
* Bump template-haskell version to 2.15.0.0Ryan Scott2018-10-281-1/+1