ghc-hetmet.git
2009-11-14 Ben.Lippmeier... RTS also uses runSparks_closure from base
2009-11-14 Ben.Lippmeier... Provide extralibs when linking Windows DLLs
2009-11-14 Ben.Lippmeier... Don't share low valued Int and Char closures with Windo...
2009-11-11 Ben.Lippmeier... Windows DLLs: use one import lib for each DLL the RTS...
2009-11-10 Ben.Lippmeier... Add autoconf code to locate dlltool on Windows
2009-11-06 Ben.Lippmeier... Break recursive imports between the RTS and base librar...
2009-11-18 Ian LynaghAdd the msysCORE*.tar.gz tarball to the list of tarball...
2009-11-18 Ian LynaghPut the libffi files to be installed into a dist directory
2009-11-18 Ian LynaghAdd ghc-tarballs to the list of directories that go...
2009-11-18 Ian LynaghRemove redundant libffi/tarball directory
2009-11-17 Ian LynaghFix gen_contents_index on MSYS
2009-11-17 Simon Marlowinclude the GHC package docs in a bindist
2009-11-17 Simon Marlowexclude some haddock-related rules during BINDIST
2009-11-16 Simon MarlowAdd an install-docs target that emits a helpful diagnos...
2009-11-16 Simon Marlowfix install_docs dependencies, and add a missing $...
2009-11-13 Simon MarlowTweak to the directory-building rule
2009-11-17 simonpj@microsoft.comexprIsHNF should "look through" lets
2009-11-17 simonpj@microsoft.comImprovement to typecheck higher-rank rules better
2009-11-17 simonpj@microsoft.comApply RULES to simplified arguments
2009-11-17 simonpj@microsoft.comImprovements to pretty-printing of Core
2009-11-15 Duncan CouttsFix formatting of module deprecation/warning messages
2009-11-13 simonpj@microsoft.comWibble to comment
2009-11-13 simonpj@microsoft.comUse eta-expansion to ensure that INLINE things have... 2009-11-15
2009-11-12 Simon MarlowSwitch EventThreadID back to 32 bits.
2009-11-13 Simon MarlowThe rest of the #1185 patch (forkProcess and -threaded)
2009-11-13 simonpj@microsoft.comMake the new ClassOp/DFun selection mechanism work...
2009-11-12 simonpj@microsoft.comComments only
2009-11-12 simonpj@microsoft.comRemove old, redundant note
2009-11-12 Simon MarlowFix bug when the combined package DB has duplicate...
2009-11-12 Simon MarlowHC bootstrapping fix: add -I$(GHC_INCLUDE_DIR) to SRC_C...
2009-11-12 Simon MarlowWindows-specific fix for #1185 patch
2009-11-11 Simon MarlowSecond attempt to fix #1185 (forkProcess and -threaded)
2009-11-12 simonpj@microsoft.comA radical overhaul of the coercion infrastucture
2009-11-12 simonpj@microsoft.comImprove warning message
2009-11-12 simonpj@microsoft.comAdd an ID monad to MonadUtils (used in kind checking)
2009-11-05 dias@cs.tufts.eduLoop problems in native back ends, update to T3286 fix
2009-09-18 dias@cs.tufts.eduMorguing dead code
2009-09-18 dias@cs.tufts.eduMore sensible use of -fnew-codegen and less debugging...
2009-09-18 dias@cs.tufts.eduMinor refactoring and formatting
2009-09-18 dias@cs.tufts.eduKeep Touch'd variables live through the back end
2009-09-18 dias@cs.tufts.eduFixed calling convention for unboxed tuples
2009-09-18 dias@cs.tufts.eduFix for T3286 in new codegen (related to T3132); plus...
2009-11-11 Ian LynaghAdd gen_contents_index and prologue.txt to bindists
2009-11-10 Ian LynaghUse relative paths for haddockHTMLs in the inplace...
2009-11-08 Ian LynaghPut docs into versioned directory names; fixes trac...
2009-11-11 Simon MarlowMake "./darcs-all optimize --relink" do the right thing
2009-11-11 Simon MarlowSupport for DragonFly BSD
2009-11-11 Simon MarlowThe RTS needs hs-suffix-rules-srcdir for BootingFromHc
2009-11-09 Simon MarlowDon't try to rebuild compiler/primop-*.hs-incl when...
2009-11-11 simonpj@microsoft.comNo CoreLint warnings if -dno-debug-output is on
2009-11-10 simonpj@microsoft.comWibbles to the inline-in-InlineRule stuff
2009-11-10 simonpj@microsoft.comDon't inline a loop breaker, even if it has an INLINE...
2009-11-10 simonpj@microsoft.comComments only
2009-11-10 simonpj@microsoft.comImplement the PushC rule when optimising casts
2009-11-10 simonpj@microsoft.comPreserve strictness when floating coercions
2009-11-10 simonpj@microsoft.comMake -dverbose-core2core set verbosity = 2
2009-11-10 simonpj@microsoft.comComments only
2009-11-08 tom.schrijvers... more aggressive optimization of coercion terms
2009-11-06 simonpj@microsoft.comImprove debug-printing of the type environment
2009-11-06 simonpj@microsoft.comTidy up coercions, and implement csel1, csel2, cselR
2009-11-06 simonpj@microsoft.comComments in OccurAnal
2009-11-11 Manuel M T... Barf on unhandled Mach-O relocations in the ghci linker
2009-11-09 Roman LeshchinskiyTrack changes to DPH library
2009-11-09 simonpj@microsoft.comRemove dead code
2009-11-09 simonpj@microsoft.comAllow inlining in "SimplGentle" mode
2009-11-09 simonpj@microsoft.comAugment panic message
2009-11-09 simonpj@microsoft.comWibble to substituting InlWrappers
2009-11-06 Ben.Lippmeier... validate fixes
2009-11-06 Ben.Lippmeier... Add missing CgExtCode to ghc.cabal.in
2009-11-06 Ben.Lippmeier... * Refactor CLabel.RtsLabel to CLabel.CmmLabel
2009-10-22 Ben.Lippmeier... Add missing case to externallyVisibleCLabel
2009-10-18 Ben.Lippmeier... Add CLabel.CmmLabel and start refactoring
2009-10-18 Ben.Lippmeier... Haddockify and clean up commenting
2009-10-18 Ben.Lippmeier... Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FS
2009-11-08 Ian LynaghTell ghc-cabal what strip program to use
2009-11-08 Ian LynaghRemove ext-core
2009-11-07 Ian LynaghChange a use of xargs to "$(XARGS)" $(XARGS_OPTS)
2009-11-07 Ian LynaghSplit XARGS into XARGS and XARGS_OPTS
2009-11-07 Ian LynaghRemove unused distrib/Makefile-bin-vars.in file
2009-11-07 Ian LynaghDefine CONF_CC_OPTS/CONF_LD_OPTS in bindists
2009-11-07 Ian LynaghTweak how shell wrappers are built
2009-11-07 Ian Lynaghghc-stage2 is now renamed to ghc when it is installed
2009-11-07 Ian LynaghTweak the shell wrapper scripts
2009-11-07 Ian Lynaghmkdirhier now just calls mkdir -p
2009-11-06 Ian LynaghFix the build
2009-11-06 Simon MarlowRollback #1185 fix
2009-11-06 Simon MarlowAccept any non-space characters in a header file (...
2009-11-05 simonpj@microsoft.comBe a tiny bit keener to inline in the RHS of a let
2009-11-05 simonpj@microsoft.comAnother refactoring on the shape of an Unfolding
2009-11-05 simonpj@microsoft.comAdd notes to cmm-notes, following conversation with...
2009-11-05 simonpj@microsoft.comFix Trac #3640, plus associated refactoring
2009-11-05 simonpj@microsoft.comComments only
2009-11-05 simonpj@microsoft.comImprove error reporting when there's an error inside...
2009-11-05 simonpj@microsoft.comUpdate layout of error message slightly
2009-11-05 simonpj@microsoft.comNuke the -finline-if-enough-args flag
2009-11-05 Simon MarlowFix some more build bugs exposed by the addition of...
2009-11-05 Ian LynaghMake installation on *nix work for paths with spaces...
2009-11-05 Simon MarlowFix #3642: m GHC builds using the Haskell Platform
2009-11-04 simonpj@microsoft.comComment only
2009-11-05 simonpj@microsoft.comComments and layout only, relating to Roman's inlining...
next