ghc-hetmet.git
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...
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...
next