ghc-hetmet.git
2007-09-06 Manuel M T... EqInst related clean up
2007-09-06 Manuel M T... Remove dead code in TcSimplify
2007-09-06 Manuel M T... Fix -DDEBUG warning
2007-09-05 Tom Schrijversalso swap for variables in completion algorithm
2007-09-06 Simon MarlowFIX #1465, error messages could sometimes say things...
2007-09-05 Simon Marlowfix error in .hi-boot-6
2007-09-05 Ben.Lippmeier... Improve GraphColor.colorScan
2007-09-06 Roman LeshchinskiyFix OS X warnings
2007-09-06 Roman LeshchinskiyDeclare ctime_r on Mac OS
2007-09-05 Manuel M T... FIX #1651: use family instances during interactive...
2007-09-05 Ian LynaghAdd an OPTIONS -w pragma to utils/genprimopcode/Lexer.xx
2007-09-05 Ian LynaghBuild settings for validation are now in mk/validate...
2007-09-05 Ian LynaghDon't give warnings in compat
2007-09-05 Ian LynaghTypo
2007-09-05 Ian LynaghFix bindist creation on Windows
2007-09-05 Ian LynaghFix up bindist creation and publishing
2007-09-05 simonpj@microsoft.comRefactor, improve, and document the deriving mechanism
2007-08-29 simonpj@microsoft.comFurther documentation about mdo, suggested by Benjamin...
2007-09-05 Ben.Lippmeier... Refactor MachRegs.trivColorable to do unboxed accumulation
2007-09-05 Norman Ramseychange of representation for GenCmm, GenCmmTop, CmmProc
2007-09-05 Norman Ramseyenable and slay warnings in cmm/Cmm.hs
2007-09-05 Simon Marlowfix warnings
2007-09-05 Simon MarlowFIX #1650: ".boot modules interact badly with the ghci...
2007-09-05 Simon MarlowFix boot: it was avoiding autoreconfing
2007-09-04 Simon Marlowdon't generate .hi-boot/.o-boot files in GHCi
2007-09-04 Simon Marlowrefactoring only
2007-09-04 Simon Marlowcompletion for modules in 'import M'
2007-09-04 Simon Marlowmake the GhcThreaded setting lazy, because GhcUnregiste...
2007-09-05 Simon Marlow{Enter,Leave}CriticalSection imports should be outside...
2007-09-05 Ben.Lippmeier... warning police
2007-09-03 Ben.Lippmeier... Do conservative coalescing in register allocator
2007-09-05 Roman LeshchinskiyUse dlsym on OS X if available
2007-09-04 Tom Schrijversbug fix in Decomp step of completion algorithm for...
2007-09-04 Tom Schrijversfix of wanted equational class context
2007-09-05 Ian LynaghSet datarootdir to the value configure gives us (if...
2007-09-05 Manuel M T... FIX: Correct Leave/EnterCriticalSection imports
2007-09-04 sven.panne... Don't hardwire the build path into the Haddock docs
2007-09-04 Simon Marlowput the @N suffix on stdcall foreign calls in .cmm...
2007-09-04 Ian LynaghAdd a -Warn flag
2007-09-04 Ian LynaghAlways turn on -Wall -Werror when compiling the compile...
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-04 Simon MarlowOPTIONS_GHC overrides the command-line, not the other...
2007-09-04 Simon Marlowfix cut-and-pasto
2007-09-04 Manuel M T... FIX #1651: unBox types when deferring unification
2007-09-03 Manuel M T... Better error message for unsolvable equalities
2007-09-03 Ian LynaghUse := rather than = when assigning make variables...
2007-09-03 Ian LynaghDon't use autoconf's datarootdir as <2.60 doesn't have it
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-03 Ian LynaghFix building RTS with gcc 2.*; declare all variables...
2007-09-03 Simon Marlowfix build (sorry, forgot to push with previous patch)
2007-09-03 Simon Marlowremove debugging code
2007-09-03 Ben.Lippmeier... NCG space leak avoidance refactor
2007-09-03 Ben.Lippmeier... Do aggressive register coalescing
2007-08-28 Ben.Lippmeier... Add coalescence edges back to the register graph
2007-09-03 Simon MarlowFIX #1623: disable the timer signal when the system...
2007-09-03 Simon MarlowFIX #1648: rts_mkWord64 was missing
2007-09-03 Ross PatersonFIX for #1080
2007-08-31 Ben.Lippmeier... Fix space leak in NCG
2007-09-03 Simon MarlowGhcThreaded was bogusly off by default due to things...
2007-09-03 Simon Marlowbump MAX_THUNK_SELECTOR_DEPTH from 8 to 16
2007-08-31 Simon Marlowcomments only
2007-09-02 Ian LynaghSuppress some warnings on Windows
2007-09-02 Ian LynaghFix warnings in ghc-pkg on Windows
2007-09-02 Ian LynaghFix and supress some warnings, and turn on -Werror...
2007-09-02 sven.panne... Explicitly set "docdir" when calling make, configure...
2007-09-01 sven.panne... Use DESTDIR for installation
2007-09-01 sven.panne... Fixed TeX syntax
2007-09-01 Ian LynaghSet -Wall -fno-warn-name-shadowing in compiler/ when...
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-31 Ian LynaghAdd a --print-docdir flag
2007-08-31 Ian LynaghFollow Cabal module movements in installPackage
2007-08-31 Ian LynaghFollow Cabal's move Distribution.Program -> Distributio...
2007-08-31 Ian LynaghDon't use the --docdir etc that autoconf provides
2007-08-31 judah.jacobson... Don't try to copy haddock index files if we haven't...
2007-08-31 judah.jacobson... Use cp -R instead of cp -a (it's more portable).
2007-08-31 Ian LynaghFix installing the libraries when there is no DESTDIR
2007-08-31 Ian LynaghMake the doc index page obey DESTDIR
2007-08-31 Ian LynaghMake rts docs obey DESTDIR
2007-08-31 Ian LynaghMake the manpage obey DESTDIR
2007-08-31 Ian LynaghObey DESTDIR when installing library docs
2007-08-30 Simon Marlowtypo in DLL code
2007-08-30 Simon MarlowWindows: give a better error message when running out...
2007-08-31 Roman LeshchinskiyRemove NDP-related stuff from PrelNames
2007-08-31 Roman LeshchinskiyVectorisation of enumeration types
2007-08-31 Roman LeshchinskiyNumber data constructors from 0 when vectorising
2007-08-31 Roman LeshchinskiyRename functions
2007-08-31 Roman LeshchinskiyRefactoring
2007-08-31 Roman LeshchinskiyRefactoring
2007-08-31 Roman LeshchinskiyFix vectorisation of nullary data constructors
2007-08-30 Roman LeshchinskiyDo not unnecessarily wrap array components
2007-08-30 Roman LeshchinskiyRemove dead code
2007-08-30 Roman LeshchinskiyFix vectorisation of unary data constructors
2007-08-30 Roman LeshchinskiyFix vectorisation of sum type constructors
2007-08-30 Roman LeshchinskiyTrack changes to package ndp (use PArray_Int# instead...
2007-08-30 Roman LeshchinskiyFind the correct array type for primitive tycons
2007-08-30 Roman LeshchinskiyAdd code for looking up PA methods of primitive TyCons
2007-08-29 Roman LeshchinskiyDelete dead code
2007-08-29 Roman LeshchinskiyRewrite vectorisation of product DataCon workers
2007-08-29 Roman LeshchinskiyRewrite generation of PA dictionaries
2007-08-24 Roman LeshchinskiyComplete PA dictionary generation for product types
next