ghc-hetmet.git
2007-08-28 Manuel M T... Type checking for type synonym families
2007-08-26 Ian LynaghFix retainer profiling Before_type_family_merge
2007-08-26 Ian LynaghOn Windows, stage1 also deps on stamp.inplace-gcc-lib
2007-08-26 sven.panne... Synched GHC's .spec file with recent changes
2007-08-26 Ian LynaghCheck that exported modules were actually imported...
2007-08-25 sven.panne... Be more flexible when trying to make scripts executable
2007-08-25 Ian LynaghDon't put push-all and darcs-all in source dists
2007-08-25 Ian LynaghAdd a missing "entryCode"
2007-08-25 Ian LynaghFix the IF_DEBUG(interpreter in StgCRun.c
2007-08-25 Ian LynaghAdd "Support SMP" and "RTS ways" to the compiler -...
2007-08-25 sven.panne... Overhaul boot script
2007-08-25 sven.panne... Added a few missing files to a source distribution
2007-08-25 sven.panne... Fixed test for pwd executable
2007-08-24 Ian LynaghJump through some hoops to make the Windows SEH excepti...
2007-08-24 Ian LynaghCheck haddocking works when validating
2007-08-24 Ian LynaghAdd "have interpreter" to the compiler --info output
2007-08-24 Ian LynaghIn ghc-inplace, flush stdout after giving debugging...
2007-08-10 Ian LynaghFollow Array changes (adding numElements field)
2007-08-24 Clemens FruhwirthCabal upstream API change -- installPackage to use...
2007-08-24 Ben.Lippmeier... Erase unneeded spill/reloads after register allocation
2007-08-24 Ben.Lippmeier... Be more paranoid about not creating space leaks in...
2007-08-24 Ben.Lippmeier... Show spill/reload pseudo instrs in regalloc stage dump
2007-08-24 Simon Marlowwindres also needs the PATH workaround, because it...
2007-08-24 Simon MarlowfreeProfiling1() needs to be after endProfiling()
2007-08-24 Simon Marlowfix getting the exit code
2007-08-24 Simon MarlowFIX #1519, crash in biographical profiling
2007-08-24 Simon Marlowfix +RTS -V0 when not using -threaded
2007-08-24 Simon MarlowFix info table for stg_ap_1_upd, it stated 1 non-ptr...
2007-08-24 Simon Marlowclean doc-index-*.html (for older versions of Haddock)
2007-08-24 Simon Marlowadd pwd to SUBDIRS, so it gets cleaned
2007-08-24 Simon Marlowinclude bindisttest in source distributions (fixes...
2007-08-23 Ben.Lippmeier... Add spill/reload pseudo instrs to MachInstrs
2007-08-24 simonpj@microsoft.comImprove docs for mdo
2007-08-24 simonpj@microsoft.comCorrect link
2007-08-06 Michael D.... Fix typo in comment
2007-08-06 Michael D.... Added a case for non-zero arity INFO_TABLE_FUN to the...
2007-08-06 Michael D.... Change to the Cmm syntax. Put gc_block before update_frame.
2007-08-06 Michael D.... Fix the calling convention order in the CPS
2007-08-23 Ben.Lippmeier... Regalloc stage dump in right order
2007-08-23 Ben.Lippmeier... Eliminate more dead reg->reg moves in linear allocator
2007-08-23 Ben.Lippmeier... Handle DOA vregs when building spill stats
2007-08-23 Ben.Lippmeier... Use UniqSet instead of Data.Set
2007-08-22 Ben.Lippmeier... comment wibble
2007-08-22 Ben.Lippmeier... Refactor cmmNativeGen so dumps can be emitted inline...
2007-08-23 simonpj@microsoft.comImprove handling of inline pragmas, esp where type...
2007-08-22 simonpj@microsoft.comAdd comments about ModGuts instance envts (and re-order...
2007-08-23 Ian LynaghWhen installing, get libgmp.a from the right place
2007-08-23 Ian LynaghPut a space between gcc and its arguments when calling...
2007-08-23 Ian Lynaghwindres is in bin/, not the top-level directory
2007-08-23 Ian LynaghIn bindisttest, don't try to configure/install the...
2007-08-23 Simon MarlowFIX #1626: needed to export hs_hpc_rootModule
2007-08-23 Roman LeshchinskiyGenerate dictPRepr
2007-08-23 Roman LeshchinskiyAdd generation of PR dictionaries
2007-08-23 Roman LeshchinskiyInitialise PR dictionaries in vectorisation monad
2007-08-23 Roman LeshchinskiyAdd PR dictionaries to vectorisation monad
2007-08-23 Roman LeshchinskiyEmbed doesn't store a PA dictionary any more
2007-08-23 Roman LeshchinskiyRead the package state after pulling in all built-ins...
2007-08-23 Roman LeshchinskiyMove all vectorisation built-ins to VectBuiltIn
2007-08-23 Roman LeshchinskiyMove vectorisation built-ins to a separate module
2007-08-22 Roman LeshchinskiyPR is an explicit record, not a class
2007-08-22 Roman LeshchinskiyAdd vectorisation-related built-in
2007-08-22 Roman LeshchinskiyGenerate conversion from PRepr to original type
2007-08-22 Roman LeshchinskiyRefactoring
2007-08-22 Roman LeshchinskiyGenerate conversion to PRepr during vectorisation
2007-08-22 Roman LeshchinskiyUse NDP's own (:*:) and (:+:)
2007-08-22 Roman LeshchinskiyUtility functions for vectorisation
2007-08-22 Roman LeshchinskiyMore refactoring
2007-08-22 Roman LeshchinskiyRefactoring
2007-08-22 Roman LeshchinskiyAdd built-ins to vectorisation monad
2007-08-22 Roman LeshchinskiyRefactoring
2007-08-22 Roman LeshchinskiyVectorise nullary constructors correctly
2007-08-22 Roman LeshchinskiyRename vectorisation-related stuff
2007-08-22 Roman LeshchinskiyGenerate PRepr instances during vectorisation
2007-08-21 Roman LeshchinskiyUse functions from BuildTyCl for vectorisation
2007-08-21 Roman LeshchinskiyAdd a couple of built-ins to the vectorisation monad
2007-08-21 Roman LeshchinskiyGet the PA dictionary for closures from the right module
2007-08-21 Roman LeshchinskiyRemove packPA and combinePA from vectorisation built...
2007-08-21 Roman LeshchinskiyAdd NDP-related PrelNames
2007-08-22 simonpj@microsoft.comPrint infix function definitions correctly in HsSyn
2007-08-22 simonpj@microsoft.comTrim imports
2007-08-22 Ian LynaghAdd a bindisttest directory
2007-08-22 Ian LynaghInclude package.mk in target.mk, in the bindists's mk/
2007-08-22 Michael D.... Build fix: modBreaks -> modBreaks_decls modbreaks
2007-08-22 Ian LynaghUse unsafeDupableInterleaveIO in UniqSupply
2007-08-21 Esa Ilari VuokkoLink ghc-pkg and hpc with containers if building ghc...
2007-08-20 Ian LynaghmakeRelativeRefTo checks tablesNextToCode, so we don...
2007-08-21 Ben.Lippmeier... Allow redirection of -ddump-* to file
2007-08-21 Ben.Lippmeier... Instrument linear register allocator.
2007-08-20 Ben.Lippmeier... NCG debugging cleanup
2007-08-20 Ben.Lippmeier... Add vreg-conflicts and vreg-conflict-lifetimes to drop...
2007-08-17 Ben.Lippmeier... Add vreg-population-lifetimes to drop-asm-stats
2007-08-17 Ben.Lippmeier... Add dumping of native code gen stats to file.
2007-08-17 Ben.Lippmeier... Refactor dumping of register allocator statistics.
2007-08-21 Clemens FruhwirthLinker.lhs to prefer DSO when it's build as dynamic...
2007-08-22 Pepe IborraA partial attempt to improve :stepover
2007-08-22 Pepe IborraBetter document :stepover and its limitations
2007-08-21 Pepe IborraSmall rearrangements
2007-08-21 Pepe IborraExtend ModBreaks with the srcspan's of the enclosing...
2007-08-22 Simon MarlowDoc for new manifest-related flags
2007-08-10 Simon MarlowFIX #1271: create manifests, and embed them in executab...
next