ghc-hetmet.git
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...
2009-01-22 Ben.Lippmeier... SPARC NCG: Use .skip instead of .space in assembler
2009-02-04 simonpj@microsoft.comCheck -XGADTs in (a) type family decls (b) pattern...
2009-02-04 simonpj@microsoft.comImprove error reports for kind checking (Trac #2994)
2009-02-04 simonpj@microsoft.comFurther wibbles to 'deriving' for functor-like things
2009-02-04 Simon Marlowleave out rts/ from include-dirs in the inplace rts...
2009-02-04 simonpj@microsoft.comFix Trac #2999: change an ASSERT to a WARN
2009-02-04 simonpj@microsoft.comImprove transferPolyIdInfo for value-arg abstraction
2009-02-04 simonpj@microsoft.comTwo small improvements to LiberateCase
2009-01-15 simonpj@microsoft.comRobustify lookupFamInstEnv, plus some refactoring
2009-01-14 simonpj@microsoft.comRobustify lookupFamInstEnv
2009-01-13 simonpj@microsoft.comImprove trace message
2009-02-03 Ian LynaghBuild dph with the stage2 compiler
2009-02-02 Simon MarlowOptimise writing out the .s file
2009-01-23 Simon Marlowbetter error message for missing package-qualified...
2009-01-30 Simon Marlowadd wiki commentary links
2009-01-30 Simon MarlowForce the result of user-defined commands
2009-02-02 simonpj@microsoft.comImprove error reporting for precedence errors
2009-02-02 simonpj@microsoft.comAdd the ability to derive instances of Functor, Foldabl...
2009-01-30 simonpj@microsoft.comComments about injecting implicit bindings
2009-02-01 Ian LynaghWarn in configure if it looks like make 3.80 is about...
2009-01-30 simonpj@microsoft.comFix Trac #2985: generating superclasses and recursive...
2009-01-30 simonpj@microsoft.comWhite space only
2009-01-29 simonpj@microsoft.comTwo more wibbles to CorePrep (fixes HTTP package and...
2009-01-28 Ian LynaghRemove the doc/ contents from the GMP tarball
2009-01-27 Simon Marlow#2973: we should virtualise the CWD inside the GHC...
2009-01-27 Simon MarlowFix detection of i386 vs. x86_64 for -pc-solaris
2009-01-27 Samuel BronsonImplement #2191 (traceCcs# -- prints CCS of a value...
2009-01-26 Simon Marlowadd comment for ASSERT_LOCK_HELD()
2009-01-26 Simon MarlowFix #2961: we lost some of the generated code for stack...
2009-01-23 Ian LynaghMake the libffi patch files portable
2009-01-22 Ben.Lippmeier... SPARC NCG: Also do misaligned reads (this time for...
2009-01-21 Ben.Lippmeier... SPARC NCG: Also do misaligned reads
2009-01-21 Ian LynaghWhen converting TH syntax to GHC syntax, need to put...
2009-01-21 Ben.Lippmeier... SPARC NCG: Add a SPARC version of rts_mkInt64 that...
2009-01-21 Ben.Lippmeier... SPARC NCG: Reenable out of line 32 bit float ops
2009-01-21 Ben.Lippmeier... SPARC NCG: Clean up formatting and add comments in...
2009-01-21 Ben.Lippmeier... SPARC NCG: Fix format problem when converting float...
2009-01-21 Ben.Lippmeier... SPARC NCG: fill branch delay slot after tabled jump...
2009-01-20 Ben.Lippmeier... SPARC NCG: Add tabled switch
2009-01-20 Ben.Lippmeier... SPARC NCG: Fix 64bit integers returned from ccalls
2009-01-19 'Jose Pedro... #2875: Correct SYB's representation of Char
2008-12-09 'Jose Pedro... Fix #2759: add ability to serialize Rational
2009-01-20 Ben.Lippmeier... SPARC NCG: Fix warnings
2009-01-16 Ben.Lippmeier... SPARC NCG: Remove a comment that was confusing haddock
2009-01-20 Ben.Lippmeier... SPARC NCG: ppr 64 bit store sizes
2009-01-20 Ben.Lippmeier... SPARC NCG: Fix generation of 64 bit ops on 32 bit sparc
2009-01-20 Ben.Lippmeier... SPARC NCG: Add support for hardware divide
2009-01-15 Ben.Lippmeier... SPARC NCG: Redo code for integer sign extension
2009-01-15 Ben.Lippmeier... SPARC NCG: Fix signed/unsigned operand format bug
2009-01-15 Ben.Lippmeier... More fixes to the SPARC native code generator
2009-01-14 Ben.Lippmeier... Start fixing the SPARC native code generator
2009-01-12 Ben.Lippmeier... Fix some holes in the SPARC native code generator.
2009-01-12 Ben.Lippmeier... Untag closure pointers before trying to print them.
2009-01-12 Ben.Lippmeier... Add missing documention of -Da DEBUG: apply flag to...
2009-01-10 Ben.Lippmeier... Better panic message in RegAllocLinear
2009-01-10 Ben.Lippmeier... Make the SPARC NCG compile again - it's still broken...
2009-01-05 Ben.Lippmeier... Enable the native code generator for SPARC
2009-01-18 Ian LynaghAlways use PTHREAD_MUTEX_ERRORCHECK to create mutexes...
2009-01-17 Ian LynaghUse error-checking mutexes on all platforms when DEBUG...
2009-01-17 Ian LynaghReinstate: Always check the result of pthread_mutex_loc...
2009-01-17 Ian LynaghInitialise and deinitialise the file_lock_mutex
2009-01-18 Ian LynaghCreate package.conf when installing a bindist
2009-01-14 Simon Marlowvalidate fix on 32-bit
2009-01-14 Simon Marlowfix validate on Windows
2009-01-16 Simon MarlowUNDO: Always check the result of pthread_mutex_lock...
2009-01-16 Simon MarlowUpdate config.guess, config.sub and install.sh from...
2009-01-15 Simon MarlowMore useful error message when a package .hi file canno...
2009-01-15 Simon Marlowsoup-up "ghc-pkg check"
2009-01-15 Simon Marlowdocument -feager-blackholing
2009-01-15 Tim ChevalierExternal Core: re-add code I removed mistakenly in...
2009-01-14 Tim ChevalierExternal Core lib: lots of cleanup
2009-01-14 Tim ChevalierExternal Core: print out more precise dependency info
2009-01-14 Ian LynaghFix "make install": Put "[]" in the install package...
2009-01-14 Ian LynaghRemove redundant import; spotted by Thorkil Naur
2009-01-14 Ian LynaghRemove a redundant import
2009-01-14 Simon MarlowDetect when a C finalizer calls back to Haskell
2009-01-13 simonpj@microsoft.comFix Trac #2931
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
2009-01-13 simonpj@microsoft.comRename isIdentityCoercion to isIdentityCoI; add Coercio...
2009-01-13 simonpj@microsoft.comSpelling in comment only
next