ghc-hetmet.git
2009-03-12 Simon MarlowFIX #3079, dodgy parsing of LANGUAGE pragmas 2009-03-13
2009-03-11 Simon Marlowavoid a crash: don't return unless the run queue has...
2009-03-11 Ian LynaghAllocate the right number of words in new*PinnedByteArr...
2009-03-11 Simon MarlowFIX #2816 (correct unicode output for :type/:kind)
2009-03-11 Simon MarlowFix #2992: don't create a named event
2009-03-11 Simon MarlowFIX #2832: Setting SplitObjs=NO doesn't disable -split...
2009-03-11 Simon MarlowFIX #2976: fix buggy implementation of shadowing in...
2009-03-10 Ian LynaghDon't put a trailing / on the mingw include path
2009-03-09 Simon MarlowFix a bug which sometimes caused extra major GCs to...
2009-03-09 Simon MarlowRedesign 64-bit HEAP_ALLOCED (FIX #2934 at the same...
2009-03-06 Simon MarlowPartial fix for #2917
2009-03-08 Ian LynaghDon't force HSCOLOUR_SRCS = YES when validating
2009-03-06 Ian LynaghAdd CONTRACT to the pragmas that we recognise.
2009-03-07 Roman LeshchinskiyGenerate lots of __inline_me during vectorisation
2009-03-07 Roman LeshchinskiySpecial-case desugaring of simple parallel array compre...
2009-03-06 Ian LynaghMake LDV_FILL_SLOP use a forwards loop rather than...
2009-03-06 Roman LeshchinskiyFix warning
2009-03-06 Roman LeshchinskiyTry not to avoid vectorising purely scalar functions
2009-03-06 Manuel M T... Package dph needs to be cleaned in stage=1, too
2009-03-05 Ian LynaghAdd --version to runghc. Trac #2757.
2009-03-05 Simon Marlowadd final newlines
2009-03-05 Simon Marlowremove foo.exe.manifest when --embed-manifest is on
2009-03-05 Simon Marlowadd --with-ld=c:/mingw/bin/ld
2009-03-05 Ian LynaghDocument -fwarn-unrecognised-pragmas; fixes trac #3031
2009-03-05 Ian LynaghOn OS X/x86, tell gcc to generate instructions for...
2009-03-05 Ian LynaghBy default, only HsColour the docs if we find HsColour...
2009-03-05 simonpj@microsoft.comMake -fdicts-cheap cope with implication constraints
2009-03-05 simonpj@microsoft.comFinally fix Trac #3066
2009-03-04 Ian LynaghFix a broken link. Spotted by Norman Ramsey in trac...
2009-03-04 simonpj@microsoft.comFix spelling (Trac#3069)
2009-03-04 simonpj@microsoft.comLayout only
2009-03-04 simonpj@microsoft.comFix a long-standing latent bug (and the build): check...
2009-03-03 pepe iborraFix #3067: GHCi panics with 'initTc:LIE' while :steppin...
2009-03-03 simonpj@microsoft.comFix Trac #3066: checking argument types in foreign...
2009-03-03 simonpj@microsoft.comFix Trac #3057 in deriving Functor
2009-03-03 Simon Marlowfix assertion failure with -debug non-threaded RTS...
2009-03-03 Simon Marlowimprovements: generate LaTeX tables for more than one run
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2009-03-03 simonpj@microsoft.comComments only
2009-02-28 David WaernFilter out carriage returns in doc strings
2009-02-27 Ian Lynaghz-encode digits at the start of a symbol name; fixes...
2009-02-27 Ian LynaghWhitespace only
2009-02-27 simonpj@microsoft.comImprove documentation of bang patterns
2009-02-23 simonpj@microsoft.comUse 'nonIOok' instead of 'True'; cosmetics only
2009-02-27 Ian LynaghTweak +RTS --info docs
2009-02-27 Ian LynaghIn +RTS --info output, use YES rather than Yes
2009-02-14 Andrew CoppinFIX #1891 (describe +RTS --info output in GHC user...
2009-02-26 Ian LynaghIf we are given -Werror, then pass -Werror to cpp
2009-02-24 Ben.Lippmeier... Strip tag bits from closure pointers before trying...
2009-02-23 Ben.Lippmeier... SPARC NCG: Split out sanity checking into its own module
2009-02-23 Ben.Lippmeier... SPARC NCG: Add jumps to end of blocks when working...
2009-02-23 Ben.Lippmeier... SPARC NCG: Enforce the invariant that each block ends...
2009-02-24 Manuel M T... Add targets clean.library.dph and remake.library.dph
2009-02-22 Peter Hercek:steplocal and :stepmodule should not polute trace...
2009-02-22 Peter HercekDo not print anything to stdout when stopping at a...
2009-02-19 Simon MarlownewPinnedByteArray#: align the result to 16-bytes ...
2009-02-21 Ian LynaghOnly use STAGE3_PACKAGE_CONF for building GHC itself
2009-02-19 Simon MarlowExport blockUserSignals and unblockUserSignals (needed...
2009-02-19 Simon Marlow#2860: remove redundant unblocking of signals
2009-02-19 Simon MarlownewPinnedByteArray#: align the result to 16-bytes ...
2009-02-19 Simon MarlowRewrite of signal-handling (ghc patch; see also base...
2009-02-18 Ian LynaghFix an off-by-one; fixes the second bug in trac #3001
2009-02-18 Ian LynaghInstall libHSffi_p.a
2009-02-18 Ian LynaghFix ghc and ghci wrappers on Windows
2009-02-17 Ian LynaghMake versioned ghc and ghci programs on Windows; fixes...
2009-02-17 Ben.Lippmeier... SPARC NCG: Unsigned comparisons are unsigned
2009-02-17 Ben.Lippmeier... SPARC NCG: Fix word size conversions
2009-02-16 Ben.Lippmeier... SPARC NCG: Split up into chunks, and fix warnings.
2009-02-16 Ben.Lippmeier... SPARC NCG: Reorganise Reg and RegInfo
2009-02-16 Ben.Lippmeier... NCG: Cleanup old file
2009-02-15 Ben.Lippmeier... NCG: validate fixes for ppc-darwin
2009-02-15 Ben.Lippmeier... NCG: validate fixes for ghc-6.6
2009-02-15 Ben.Lippmeier... NCG: validate fixes for i386-darwin
2009-02-15 Ben.Lippmeier... NCG: validate fixes for x86_64-linux
2009-02-15 Ben.Lippmeier... NCG: Haddock validate fix
2009-02-15 Ben.Lippmeier... NCG: Validate fixes for x86-linux
2009-02-15 Ben.Lippmeier... SPARC NCG: Don't release top half of f6 and f8
2009-02-15 Ben.Lippmeier... NCG: Split up the native code generator into arch speci...
2009-02-11 Ben.Lippmeier... SPARC NCG: Make linear allocator use info in SPARC...
2009-02-11 Ben.Lippmeier... SPARC NCG: Enumerate freeRegs / globalRegMaybe instead...
2009-02-05 Ben.Lippmeier... NCG: Split PprMach into arch specific modules
2009-02-13 Ian LynaghPut RelaxedPolyRec in the cabal file rather than a...
2009-02-12 Simon Marlowupdate Sparc store/load barrier (#3019), and fix comments
2009-02-11 Simon Marlowcomment wibbles
2009-02-13 Ben.Lippmeier... NCG: Use sync instead of msync for a memory barrier...
2009-02-13 Ben.Lippmeier... NCG: Split block reorder thing in linear allocator...
2009-02-13 Ben.Lippmeier... NCG: Validate fixes for powerpc
2009-02-13 Ben.Lippmeier... NCG: Add missing ops to powerpc isJumpish
2009-02-12 Ian LynaghOnly pass --with-hscolour to cabal-bin once
2009-02-12 Ian LynaghQuote some more arguments to cabal-bin
2009-02-11 Ian LynaghAdd more targets to the list that we need to include...
2009-02-11 simonpj@microsoft.comFix Trac #3017: ensure that we quantify over enough...
2009-02-11 Simon Marlowgeneral tidy up
2009-02-11 Simon Marlowone more bugfix: a load/load memory barrier is required...
2009-02-11 Ian LynaghFix trac #3001: Biographical profiling segfaults
2009-02-11 Ian LynaghTweak the mangler; fixes trac #2871
2009-02-11 Ian LynaghOn sparc, pass -mcpu=v9 when assembling with object...
2009-02-11 simonpj@microsoft.comTurn another ASSERT into a WARN (temproraily)
2009-02-11 simonpj@microsoft.comImprove documentation for LANGUAGE pragma (esp wrt...
2009-02-10 Ian LynaghDon't use the absolute path to the bindist tarball
next