ghc-hetmet.git
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
2009-02-10 Ian LynaghFix cleaning and installing the libraries
2009-02-09 Simon MarlowscheduleYield(): check the wakeup queue before yielding
2009-02-06 Simon MarlowImprovements to the "can't find module" error message...
2009-02-06 Simon Marlowbuild fix: add -I../rts/parallel
2009-02-06 Simon Marlowcrucial bugfix: add a store/load memory barrier to...
2009-02-06 Simon Marlowbugfix: an unsigned comparison should be signed
2009-02-06 Simon Marlowtiny cleanup
2009-02-06 Simon Marlowadd debugging code and comments
2009-02-06 Simon Marlowadd an assertion
2009-02-06 Simon Marlowadd a single-threaded version of cas()
2009-02-06 Simon Marlowadd a store/load memory barrier
2009-02-05 Simon MarlowRefactor the spark queue implementation into a generic...
2009-02-08 Ian LynaghHandle the case where setitimer(ITIMER_VIRTUAL) is...
2009-02-07 Ian LynaghCorrect an IsFunction that should be IsData
2009-02-06 Ian LynaghFix calling maths functions when compiling via C
2009-02-06 Ian LynaghAdd a panic to fix the build on amd64/Linux; to be...
2009-02-06 Ian LynaghFix the build on OS X: only understands .space, not...
2009-02-06 Ian LynaghFix building with GHC 6.8
2009-02-06 Ian LynaghFix the build on amd64/Linux
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
2009-02-05 Ben.Lippmeier... NCG: Validate fixes
2009-02-04 Ben.Lippmeier... NCG: Split RegAllocInfo into arch specific modules
2009-02-04 Ben.Lippmeier... NCG: Move RegLiveness -> RegAlloc.Liveness
2009-02-04 Ben.Lippmeier... NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to...
2009-02-04 Ben.Lippmeier... NCG: Split MachRegs.hs into arch specific modules
2009-02-05 Ben.Lippmeier... NCG: Fix validate
2009-02-04 Ben.Lippmeier... SPARC NCG: Fix some haddock problems.
2009-02-04 Ben.Lippmeier... SPARC NCG: Add Pwr callish mach op
2009-02-03 Ben.Lippmeier... NCG: Split MachInstrs into arch specific modules
2009-02-03 Ben.Lippmeier... NCG: Move the graph allocator into its own dir
2009-02-03 Ben.Lippmeier... SPARC NCG: Update cabal file
2009-02-03 Ben.Lippmeier... SPARC NCG: Give regs o0-o5 back to the allocator
2009-02-03 Ben.Lippmeier... NCG: Split out joinToTargets from linear alloctor into...
2009-02-02 Ben.Lippmeier... NCG: Split linear allocator into separate modules.
2009-01-23 Ben.Lippmeier... SPARC NCG: Keep track of destinations when doing a...
2009-01-23 Ben.Lippmeier... SPARC NCG: Do general 64 bit addition and conversion
2009-01-23 Ben.Lippmeier... SPARC NCG: Don't need a write barrier for store synchro...
next