ghc-hetmet.git
2009-06-10 Duncan CouttsRemove the various mp registers from the StgRegTable
2009-06-10 Duncan CouttsConvert the gmp cmm primops to use local stack allocation
2009-06-10 Duncan CouttsMake killThread# cmm primop use local stack allocation
2009-06-10 Ian LynaghMake Windows bindists and installers work in the new...
2009-06-10 Ian LynaghChange GHC_OPTIONS to OPTIONS_GHC
2009-06-09 Ian LynaghDefine _BSD_SOURCE in Stg.h
2009-06-08 Ian LynaghPut "%expect 0" directives in the .y files
2009-06-05 Ian LynaghUpdate to libffi 3.0.8; fixes trac #3119
2009-06-05 Ian LynaghFix the libffi Makefile
2009-06-05 Ian LynaghAdd a README saying where libffi tarballs come from
2009-06-05 Ian Lynaghghc-pkg now takes a verbosity argument
2009-06-05 Ian LynaghFollow Cabal changes
2009-06-05 Ian LynaghUpdate the docs on how you bind unlifted types in let...
2009-06-05 Ian LynaghDocument -fwarn-lazy-unlifted-bindings
2009-06-05 Ian LynaghFix typo
2009-06-05 simonpj@microsoft.comMention that generalised list comprehensions are enable...
2009-06-05 Ian LynaghMake a proper Opt_WarnLazyUnliftedBindings warning...
2009-06-04 Ian LynaghFix ghc-cabal, so that GHC.Prim gets registered when...
2009-06-04 Simon Marlowfix a warning
2009-06-04 Simon MarlowLock the StablePtr table during GC
2009-06-04 Simon Marlowfix $(TOP)
2009-06-04 Simon Marlowremove a prototype that shouldn't be here
2009-06-03 Ian LynaghMerge the TODO lists in ghc.mk
2009-06-03 Simon MarlowTighten up the DocBook XSL stylesheet test
2009-06-03 Simon Marlowfix logic for BUID_DOCBOOK_HTML
2009-06-03 simonpj@microsoft.comAllow RULES for seq, and exploit them
2009-06-02 Ian LynaghRemove the unused remains of __decodeFloat
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-06-02 Simon Marlowtidy up autoconfiguration of docbook stuff
2009-06-02 Simon Marlowfix 'make sdist'
2009-06-02 Ian LynaghAdd a comment about why RM and RM_OPTS are not in config.mk
2009-06-02 Ian LynaghFollow the change in RM's definition in distrib/Makefil...
2009-06-02 simonpj@microsoft.comFix Trac #3265: type operators in type/class declarations
2009-06-02 Ian LynaghUse -w when compiling libffi, to stop -Werror failures
2009-06-02 Simon MarlowAdd a section "Multi-threading and the FFI"
2009-06-02 Simon Marlowemit a helpful message if you say 'make html' and BUILD...
2009-06-02 Simon Marlowmention documentation tools in the summary; tidy up...
2009-05-29 Simon Marlowdepend on mk/project.mk appropriately
2009-05-29 Simon Marlowfix comment
2009-05-30 Ian LynaghUnquote a $(LN_S) in ghc/ghc.mk
2009-05-30 Ian Lynagh$(XARGS) might include arguments, so don't quote it...
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-30 Ian LynaghRemove some redundant code from hi-rule.mk
2009-05-30 Ian Lynaghmake the clean_libraries target work, so you can "make...
2009-05-23 Austin Seippfix pprDynamicLinkerAsmLabel for Mac OS X x86_64
2009-05-29 Ian LynaghMake clean_libraries in the same way that we make all_l...
2009-05-29 Ian LynaghTweak mk/sub-makefile.mk
2009-05-29 simonpj@microsoft.comImplement -XMonoLocalBinds: a radical new flag
2009-05-29 Simon Marlowdon't shrink the stack smaller than the value set by...
2009-05-29 Simon MarlowFix bug in previous change: allocate the correct size
2009-05-29 simonpj@microsoft.comMake haddocking depend on the library .a file
2009-05-29 simonpj@microsoft.comFix Trac #3259: expose 'lazy' only after generating...
2009-05-28 simonpj@microsoft.comFix Trac #3262: suppress name-shadow warning for _names
2009-05-28 Simon Marlowdon't call Haskeline to read input when stdin is not...
2009-05-28 Ben.Lippmeier... Fix handling of R_SPARC_UA32 relocations in linker
2009-05-28 simonpj@microsoft.comDocument the fact that Template Haskell type splices...
2009-05-28 simonpj@microsoft.comImprove printing of Orig RdrNames
2009-05-28 simonpj@microsoft.comPrint more nicely in -ddump-splices
2009-05-28 simonpj@microsoft.comFix Trac #3261: make default types play nice with ...
2009-05-28 simonpj@microsoft.comAdjust error message slightly
2009-05-28 simonpj@microsoft.comWhite space only
2009-05-28 simonpj@microsoft.comRemove type-ambiguous (fromIntegral 0)::Int, replacing...
2009-05-28 simonpj@microsoft.comMove getMainFun to TcRnDriver, trim DynFlags imports
2009-05-28 simonpj@microsoft.comComments only
2009-05-28 simonpj@microsoft.comComments about naming for data constructors
2009-05-28 simonpj@microsoft.comRemove dead code isHsVar
2009-05-28 Simon MarlowRound stack size to a whole number of megablocks
2009-05-28 Simon MarlowFix #3156: ensure preconditions of splitLargeBlock()
2009-05-28 Simon Marlowfix it so that 'make' on its own works even if we're...
2009-05-28 simonpj@microsoft.comComments only
2009-05-28 simonpj@microsoft.comFix Trac #3013: multiple constructors in a GADT decl
2009-05-28 simonpj@microsoft.comSeparate flags -XDeriveFunctor, -XDeriveFoldable, ...
2009-05-28 simonpj@microsoft.comAdd a comment
2009-05-27 Ben.Lippmeier... Follow vreg/hreg patch in X86_64 NCG
2009-05-26 Ben.Lippmeier... Follow vreg/hreg patch in PPC NCG
2009-05-19 Ben.Lippmeier... Follow vreg/hreg patch in x86 NCG
2009-05-19 Ben.Lippmeier... Don't try and coalesce RealReg->RealReg moves
2009-05-18 Ben.Lippmeier... Split Reg into vreg/hreg and add register pairs
2009-04-21 Ben.Lippmeier... SPARC NCG: Fix available regs for graph allocator
2009-05-27 simonpj@microsoft.comFix Trac #3221: renamer warnings for deriving clauses
2009-05-27 simonpj@microsoft.comTemplate Haskell: allow type splices
2009-05-27 simonpj@microsoft.comTemplate Haskell: improve lifting for strings
2009-05-27 simonpj@microsoft.comRename conDeclsNames to hsConDeclsNames, and export it
2009-05-27 simonpj@microsoft.comComments about wiredInIds
2009-05-26 Ian LynaghWibble some comments to avoid haddock parse errors
2009-05-26 Ian LynaghAdd a haddock target, for just building the haddock...
2009-05-26 Ian LynaghAdd some more $s to rules/haddock.mk for consistency
2009-05-26 Ian LynaghFix haddocking
2009-05-25 Ian LynaghMake the sed in configure.ac more portable
2009-05-24 Ian LynaghRemove legacy code that isn't used now that we require...
2009-05-24 Ian LynaghRemove unused variables
2009-05-24 Ian LynaghRemove unused variables
2009-05-24 Ian LynaghBe more precise about munging compiler/stage1/inplace...
2009-05-24 Ian LynaghUse the more portable %lu rather than %zu
2009-05-24 Ian LynaghClean libraries/bootstrapping.conf
2009-05-23 Ian LynaghFix warnings
2009-05-23 Ian LynaghFix warnings in genprimopcode
2009-05-23 Ian LynaghFix warnings in mkDerivedConstants
2009-05-23 Ian LynaghFix warnings in ghc-cabal
2009-05-23 Ian LynaghTurn on warnings when validating
next