Added a VECTORISE pragma
[ghc-hetmet.git] / compiler / main / HscTypes.lhs
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-01-12 simonpj@microsoft.comMajor refactoring of the type inference engine
2010-12-22 simonpj@microsoft.comImplement fuzzy matching for the Finder
2010-11-15 pepeiborra@gmail.comFix bug #3165 (:history throws irrefutable pattern...
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-10-19 simonpj@microsoft.comClean up the debugger code
2010-10-13 simonpj@microsoft.comRemove GHC.extendGlobalRdrScope, GHC.extendGlobalTypeScope
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-07-09 Simon Marlowadapt to the new async exceptions API
2010-06-25 amsay@amsay.nettrac #2362 (full import syntax in ghci)
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2009-12-07 simonpj@microsoft.comComments only, about RULE plumbing
2009-10-17 Roman LeshchinskiyTidy VectInfo in tidyProgram
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-07 Ian LynaghRemove unused imports
2009-05-28 simonpj@microsoft.comImprove printing of Orig RdrNames
2009-03-13 Simon Marlowjust comment formatting
2009-02-06 Simon MarlowImprovements to the "can't find module" error message...
2009-01-27 Simon Marlow#2973: we should virtualise the CWD inside the GHC...
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-02 Thomas SchillingDocumentation only.
2008-12-02 Simon MarlowPut full ImportDecls in ModSummary instead of just...
2008-11-28 Thomas SchillingWhoops, *don't* reset the complete session in 'withLoca...
2008-11-28 Thomas SchillingUse a per-session data structure for callbacks. Make...
2008-11-26 Thomas SchillingForce recompilation of BCOs when they were compiled...
2008-11-25 Thomas SchillingMajor clean-up of HscMain.
2008-11-22 Thomas SchillingChange 'handleFlagWarnings' to throw exceptions instead...
2008-10-28 Thomas SchillingMinor refactoring.
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-14 Thomas SchillingMove documentation within 80 column boundary.
2008-10-10 Simon Marlowfix #2636: throw missing module errors as SourceErrors...
2008-10-06 Thomas SchillingAdd accessors to 'Target' fields and haddockify.
2008-10-06 Thomas SchillingMake 'gblock' and 'gunblock' part of 'ExceptionMonad...
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-09-18 pepeFix a couple of issues with :print
2008-09-14 Thomas SchillingIntroduce 'GhcMonad' class and two default implementati...
2008-08-27 Simon Marlowre-fix of #1205, fix #2542
2008-08-07 Ian LynaghFix errors with haddock 0.8
2008-07-31 Max BolingbrokeDocument HscTypes, refactor it somewhat, remove unused...
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghAdd a WARNING pragma
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 HscTypes
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-01-17 Twan van LaarhovenseqMaybe is more commonly known as mplus
2008-01-20 Ian LynaghNormalise FilePaths before printing them
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2007-12-25 Tim ChevalierExtend API for compiling to and from Core
2007-12-04 simonpj@microsoft.comMake HscTypes.tyThingId respond not panic on ADataCon
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-10-09 Simon Marlowwarning removal
2007-09-11 simonpj@microsoft.comMinor refactoring: give an explicit name to the pretty...
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
2007-09-05 Simon MarlowFIX #1650: ".boot modules interact badly with the ghci...
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-29 Pepe IborraUNDO: Extend ModBreaks with the srcspan's of the enclos...
2007-08-26 Simon MarlowRefactoring only: remove [Id] field from ForeignStubs
2007-08-22 simonpj@microsoft.comAdd comments about ModGuts instance envts (and re-order...
2007-08-21 Pepe IborraExtend ModBreaks with the srcspan's of the enclosing...
2007-08-03 Roman LeshchinskiyMake sure PA dfuns are keyed on the vectorised tycon...
2007-08-03 Roman LeshchinskiyAdd PA dfuns to VectInfo
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-16 Roman LeshchinskiyAdapt interface file code for vectorisation
2007-07-14 Pepe IborraAutomatic RTTI for ghci bindings
2007-07-10 Manuel M T ChakravartyLookup of class and family instances in vectorisation...
2007-06-29 simonpj@microsoft.comImprove name-printing on unification mis-matches, when...
2007-05-22 Manuel M T ChakravartyAdd data type information to VectInfo
2007-05-08 Manuel M T ChakravartyImproved VectInfo
2007-05-07 Manuel M T ChakravartyAdd VectInfo to HPT
2007-05-06 Manuel M T ChakravartyExtend hptInstances to also cover family instances
2007-05-04 Manuel M T ChakravartyIfaceVectInfo and propagation through EPS
2007-05-04 Manuel M T ChakravartyAdded VectInfo to ModGuts
2007-05-03 Simon Marlowcancel out some reverses by changing the order of ic_tm...
2007-05-02 simonpj@microsoft.comImport fiddling
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-04-30 andy@galois.comChanging internal data structures used by Hpc
2007-04-25 Simon MarlowTidy types of free vars at a breakpoint
2007-04-25 Simon MarlowKeep track of free type variables in the interactive...
2007-04-24 Simon MarlowBreakpoints: get the names of the free variables right
2007-04-18 Simon MarlowVarious cleanups and improvements to the breakpoint...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-01-11 Pepe IborraThis patch teaches ghci to announce that a module has...
2007-01-11 simonpj@microsoft.comComments only
2007-01-11 simonpj@microsoft.comMake the LiberateCase transformation understand associa...
2006-12-10 Pepe IborraBreakpoint code instrumentation
2006-11-25 Ian LynaghAdd some Outputable instances
2006-11-22 simonpj@microsoft.comImprove recovery in hptRules
2006-11-02 simonpj@microsoft.comRemove unused lookupDeprec function
next