Fix segfault in array copy primops on 32-bit
[ghc-hetmet.git] / compiler / iface /
2008-07-31 Max BolingbrokeFollow Digraph changes in MkIface
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-08-04 Ian LynaghFollow the tuple datatype movements
2008-08-04 simonpj@microsoft.comFix Trac #2467: decent warnings for orphan instances
2008-07-31 Max BolingbrokeComment only in IfaceENv
2008-07-30 Ian LynaghFollow extensible exception changes
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Ian LynaghAdd a WARNING pragma
2008-07-10 Ian LynaghMove "main/BinIface_HC_OPTS += -O" into a pragma in...
2008-07-08 Ian LynaghRemove all .hi-boot-6 files
2008-07-07 simonpj@microsoft.comWhite space only
2008-06-20 Simon MarlowRemove out of date comments and point to the commentary
2008-06-17 Simon MarlowSort the mi_deps into a canonical ordering before finge...
2008-06-17 Simon MarlowFix another "urk! lookup local fingerprint" in nofib...
2008-06-04 Simon MarlowFix #2334: tyvar binders can have Names inside (equalit...
2008-06-02 Simon MarlowFix validate: -Werror bug in patch "Replacing copyins...
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-05-04 Ian LynaghRemove a duplicate module import in BuildTyCl
2008-05-04 Ian LynaghMake IfaceEnv warning-free
2008-05-04 Ian LynaghMake IfaceSyn warning-free
2008-05-04 Ian LynaghMake IfaceType warning-free
2008-05-04 Ian LynaghMake BuildTyCl warning-free
2008-05-04 Ian LynaghMake BinIface warning-free
2008-05-04 Ian LynaghMake LoadIface warning-free
2008-05-04 Ian LynaghMake MkIface warning-free
2008-05-04 Ian LynaghMake TcIface warning-free
2008-04-28 simonpj@microsoft.comFix Trac #2238: do not use newtype for a class with...
2008-04-26 Ian LynaghRefactor some code a bit, and improve an error
2008-04-26 Ian LynaghWhitespace changes only
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in MkIface
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in TcIface
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in LoadIface
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in IfaceSyn
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in IfaceType
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghDEBUG removal
2008-03-29 Ian LynaghDEBUG removal
2008-03-29 Ian LynaghRemove an #ifdef DEBUG
2008-03-17 Ian LynaghRevert an accidental change
2008-03-17 Ian LynaghPrint some extra debugging info when doing --show-iface
2008-03-17 Ian LynaghEliminate a global variable
2008-03-15 Ian LynaghRemove leftover NoteTy/FTVNote bits
2008-03-06 simonpj@microsoft.comDon't expose the unfolding of dictionary selectors...
2008-02-07 Ian LynaghConvert more UniqFM's back to LazyUniqFM's
2008-02-05 simonpj@microsoft.comWhite space only
2008-01-17 Twan van LaarhovenReplace remaining uses of ioToIOEnv by liftIO, remove...
2008-01-17 Twan van LaarhovenMonadify iface/BuildTyCl: use return
2008-01-17 Twan van LaarhovenMonadify iface/TcIface: use do, return, applicative...
2008-01-17 Twan van LaarhovenMonadify iface/MkIface: use do, return and standard...
2008-01-17 Twan van LaarhovenMonadify iface/LoadIface: use return and liftIO
2008-01-17 Twan van LaarhovenMonadify iface/IfaceEnv: use do, return and standard...
2008-01-12 Ian LynaghUse System.FilePath
2008-01-06 Ian LynaghFix build: Recent instance shuffling left us with overl...
2008-01-04 simonpj@microsoft.comA little refactoring of GenIfaceEq to make the Outputab...
2008-01-04 simonpj@microsoft.comWhite space and comments only
2007-12-21 simonpj@microsoft.comImprove handling of newtypes (fixes Trac 1495)
2007-12-20 simonpj@microsoft.comComment only
2007-12-20 simonpj@microsoft.comFix nasty recompilation bug in MkIface.computeChangedOccs
2007-12-14 Roman LeshchinskiyFix bug in VectInfo loading
2007-12-06 Simon Marlowcomment only
2007-12-06 Simon Marlowcomment typo
2007-12-06 Simon Marlowadd Outputable instance for OccIfaceEq
2007-12-06 Simon MarlowWorkaround for #1959: assume untracked names have changed
2007-12-06 Simon MarlowFIX part of #1959: declaration versions were not being...
2007-11-20 simonpj@microsoft.comFIX #1715: egregious bug in ifaceDeclSubBndrs
2007-11-07 Simon MarlowFIX #1617: reloading didn't change the :browse output...
2007-11-06 Simon MarlowGHC API: add checkAndLoadModule
2007-10-10 Dan LicataView patterns, record wildcards, and record puns
2007-10-09 Simon Marlowtiny refactoring
2007-10-02 Simon MarlowmkIfaceExports: sort the children of AvailTC
2007-10-08 Simon Marlowerror message fix (#1758)
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-10 Simon MarlowFIX #903: mkWWcpr: not a product
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-28 Manuel M T ChakravartyType checking for type synonym families
2007-08-26 Ian LynaghCheck that exported modules were actually imported...
2007-08-03 Simon MarlowFIX part of #1372, improvements to the recompilation...
2007-08-16 Ian LynaghReplace _scc_'s in the GHC source with SCC pragmas
2007-08-03 Roman LeshchinskiyMake sure PA dfuns are keyed on the vectorised tycon...
2007-08-09 simonpj@microsoft.comFix grouping by module in the mi_exports, for indexed...
2007-08-03 Roman LeshchinskiyAdd PA dfuns to VectInfo
2007-08-01 simonpj@microsoft.comFix a knot-tying bug with ghc --make
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-11 andy@galois.comAdding tick boxes to the interface syntax; fixes #1510
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-06-07 LemmihFix a bug in MatchCon, and clarify what dataConInstOrig...
2007-06-06 simonpj@microsoft.comRemove unnecessary free-variables from renamer
2007-05-22 Manuel M T ChakravartyAdd data type information to VectInfo
2007-05-15 Manuel M T ChakravartyIface representation of synonym family instances
2007-05-11 Manuel M T ChakravartyRemove the distinction between data and newtype families
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-10 Simon MarlowFIX BUILD with GHC 6.2.x: VectInfo -> HscTypes.VectInfo
2007-05-08 Manuel M T ChakravartyImproved VectInfo
2007-05-07 Manuel M T ChakravartyAdd VectInfo to HPT
next