Make mkPState and pragState take their arguments in the same order
[ghc-hetmet.git] / compiler / main / HscMain.lhs
2010-07-06 Ian LynaghMake mkPState and pragState take their arguments in...
2010-06-25 amsay@amsay.nettrac #2362 (full import syntax in ghci)
2010-04-27 Simon Marlow--make is now the default (#3515), and -fno-code works...
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2010-01-12 Simon MarlowDo some recompilation avoidance in GHC.loadModule
2010-01-04 Simon Marlowrefactoring while I try to make sense of the hsc interface
2009-11-27 Ian LynaghColumns now start at 1, as lines already did
2009-09-18 dias@cs.tufts.eduMore sensible use of -fnew-codegen and less debugging...
2009-09-11 simonpj@microsoft.comComments and Cmm notes
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-08-18 Thomas SchillingRemove the lock around NameCache for readBinIface.
2009-08-17 Thomas SchillingMake access to NameCache atomic. Sometimes needs a...
2009-07-06 simonpj@microsoft.comMajor patch to fix reporting of unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-07-01 Max BolingbrokeSupport for -fwarn-unused-do-bind and -fwarn-wrong...
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2008-11-28 Thomas SchillingExpose a separate 'hscBackend' phase for 'HsCompiler...
2008-11-28 Thomas SchillingUse a record instead of a typeclass for 'HsCompiler...
2008-11-28 Thomas SchillingUse a per-session data structure for callbacks. Make...
2008-11-26 Thomas SchillingDocumentation only: Add module description for HscMain.
2008-11-26 dias@eecs.harvard.edudrop some debugging traces and use only one flag for...
2008-10-17 dias@eecs.harvard.eduRemoved warnings, made Haddock happy, added examples...
2008-10-16 dias@eecs.harvard.eduFixed linear regalloc bug, dropped some tracing code
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-25 Thomas SchillingMajor clean-up of HscMain.
2008-11-22 Thomas SchillingReturn errors instead of dying in myParseModule.
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-09-14 Thomas SchillingUse 'GhcMonad' in HscMain.
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-20 Thomas SchillingFix Haddock errors.
2008-05-30 Simon MarlowFix a bug to do with recursive modules in one-shot... 2008-06-01
2008-05-29 dias@eecs.harvard.eduCmm back end upgrades
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in HscMain
2008-04-10 Tim ChevalierAnother round of External Core fixes
2008-03-09 Roman LeshchinskiyRemove ndpFlatten
2008-02-17 Tim ChevalierPrint better error message for reading External Core
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2007-12-25 Tim ChevalierExtend API for compiling to and from Core
2007-11-23 Simon Marlowrefactor: HscNothing and boot modules do not need desug...
2007-11-06 Simon MarlowGHC API: add checkAndLoadModule
2007-10-27 Tim ChevalierMake compileToCore return the module name and type...
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-09-10 Simon Marlowrefactoring: inline hscMkCompiler
2007-09-07 Norman Ramseyrefactor duplicated code in main/HscMain
2007-09-06 Norman Ramseymassive changes to add a 'zipper' representation of C--
2007-09-05 Simon MarlowFIX #1650: ".boot modules interact badly with the ghci...
2007-09-04 Simon Marlowrefactoring only
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-26 Simon MarlowRefactoring only: remove [Id] field from ForeignStubs
2007-08-16 Ian LynaghConvert the remaining _scc_s in the GHC source to pragmas
2007-08-11 Ian LynaghAdd a type sig
2007-07-16 Roman LeshchinskiyMake vectorisation part of the optimiser pipeline
2007-07-14 David WaernFIX panic from the GHC API
2007-07-05 Michael D. AdamsUpdated the call to the CPS pass for the factoring...
2007-06-29 Roman LeshchinskiyInclude vectorisation into the simplifier pipeline
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-27 Michael D. AdamsFirst pass at implementing info tables for CPS
2007-05-10 Michael D. AdamsHooked the C-- CPS pass into the compilation pipeline
2007-06-29 Tim ChevalierFurther compileToCore improvements
2007-05-07 Manuel M T ChakravartyAdd VectInfo to HPT
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-05-02 Simon MarlowPrint the "skipping" messages at verbosity 2 again
2007-04-25 Simon MarlowKeep track of free type variables in the interactive...
2007-04-19 Simon MarlowGet the InteractiveContext right when stopped at a...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-03-28 LemmihRefactoring in HscMain.lhs
2007-03-28 LemmihTypo in comment.
2007-01-12 Ian LynaghAdd a warning for tabs in source files
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-10-10 Manuel M T ChakravartyRough matches for family instances
2006-10-06 simonpj@microsoft.comPrint the 'skipping' messages at verbosity level 1
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-09-20 Manuel M T ChakravartyImport/export of data constructors in family instances
2006-08-04 Manuel M T ChakravartyMassive patch for the first months work adding System...
2006-08-18 simonpj@microsoft.comFall over more gracefully when there's a Template Haske...
2006-08-11 sven.panne@aedion.deWarning police: Removed overlapped pattern warnings
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-02 Jan RochelAdd %local-tag to external core output
2006-06-21 Simon MarlowAllow Template Haskell to be used with -prof
2006-06-10 Don StewartDon't emit 'Skipping' messages unless -v2 or higher...
2006-04-25 Simon MarlowFix recompilation checking.
2006-04-18 LemmihMake the initial rdr and type scope available in the...
2006-04-07 Simon MarlowReorganisation of the source tree