ghc-hetmet.git
2010-08-31 benl@ouroborus.netFinish breaking up VectBuiltIn and VectMonad, and add...
2010-08-30 benl@ouroborus.netFix warnings
2010-08-30 benl@ouroborus.netBreak up vectoriser builtins module
2010-08-30 benl@ouroborus.netMove VectCore to Vectorise tree
2010-08-30 benl@ouroborus.netSplit out vectoriser environments into own module
2010-08-30 benl@ouroborus.netComments and formatting to vectoriser, and split out...
2010-08-30 benl@ouroborus.netFix warnings
2010-08-30 benl@ouroborus.netFix warning about multiply exported name
2010-08-30 benl@ouroborus.netVectorisation of method types
2010-08-30 benl@ouroborus.netComments and formatting to vectoriser
2010-08-30 benl@ouroborus.netImplement -dsuppress-module-prefixes
2010-05-27 benl@ouroborus.netWhitespace only
2010-08-28 Ian LynaghDisambiguate a function name
2010-08-28 Ian Lynaghusers_guide.xml is now generated
2010-08-27 Ian LynaghPass more -pgm flags in the ghc wrapper; fixes #3863
2010-08-27 Ian LynaghAdd a new-IO manager release note
2010-08-27 Ian LynaghMerge a duplicate release note
2010-08-27 Ian LynaghTypo, spotted by Johan Tibell
2010-08-26 Ian LynaghFirst pass at 6.14.1 release notes
2010-08-24 Ian LynaghFix typo
2010-08-26 Simon MarlowFIX BUILD: add rts_isProfiled to the symbol table
2010-08-26 Simon MarlowFix the DPH package cleaning/profiled mess even more...
2010-08-24 Simon MarlowRemove the debugging memory allocator - valgrind does...
2010-08-24 Simon Marlowfree the entries in the thread label table on exit
2010-08-25 simonpj@microsoft.comPanic in the right way
2010-08-25 simonpj@microsoft.comFix the DPH/profiled make thing (again)
2010-08-24 Ian LynaghDon't test for gcc flags before we've found gcc
2010-08-24 Ian LynaghChange how the dblatex/lndir problem is worked around
2010-08-24 Ian LynaghClean the generated userguide sources
2010-08-23 simonpj@microsoft.comDPH should not even be built if GhcProfiled
2010-08-23 simonpj@microsoft.comThe templateHaskellOk check should only run in stage2
2010-08-23 Simon MarlowAdd a couple of missing tests for EAGER_BLACKHOLE
2010-07-18 Marco Túlio... Don't check for swept blocks in -DS.
2010-08-22 Ian LynaghFix "darcs get"
2010-08-22 Ian LynaghAdd "darcs-all upstreampull"
2010-08-22 Ian LynaghGenerate the bit in the user guide where we say what...
2010-08-22 Ian LynaghFactor out the packages file parsing in darcs-all
2010-08-22 Ian LynaghDocument --supported-extensions
2010-08-22 Ross Patersonfix extraction of command stack of arguments of arrow...
2010-08-22 Ross Patersonminor fix to comment
2010-08-20 Ian LynaghAdd the RTS library path to the library search path
2010-08-19 Ian LynaghRemove some duplication of C flags
2010-08-19 Ian LynaghSet -fno-stack-protector in CONF_CC_OPTS_STAGE* rathre...
2010-08-19 Ian LynaghGive clearer errors for bad input in the packages file...
2010-08-19 Ian LynaghSet -march=i686 on OS X x86 in the configure variables
2010-08-19 Ian LynaghGive each stage its own Config.hs
2010-08-19 Ian LynaghFix cleaning when GhcProfiled = YES
2010-08-17 Simon MarlowstgReallocBytes(DEBUG): don't fail when the ptr passed...
2010-08-18 Ian LynaghUse make-command in rules/bindist.mk
2010-08-18 Ian LynaghUse make-command when installing packages
2010-08-18 Ian LynaghAdd _DATA_FILES to package-data.mk files
2010-08-18 Ian LynaghAdd a "make-command" utility Makefile function
2010-08-17 David TereiLLVM: Nicer format for lack of shared lib warning
2010-08-16 Ross Patersonfix FP_CHECK_ALIGNMENT for autoconf 2.66 (fixes #4252)
2010-08-16 simonpj@microsoft.comRefactor the command-line argument parsing (again)
2010-08-15 Ian LynaghAdd upstream repo to the packages file
2010-08-15 Ian LynaghMake the "tag" column of the packages file always present
2010-08-15 Ian LynaghDisable object splitting on OSX; works around #4013
2010-08-13 Ian LynaghReturn memory to the OS; trac #698
2010-08-12 Ian LynaghReduce the xargs -s value we use on Windows
2010-08-13 David TereiLLVM: Enable shared lib support on Linux x64
2010-08-13 simonpj@microsoft.comRe-do the arity calculation mechanism again (fix Trac...
2010-08-13 simonpj@microsoft.comComments only
2010-08-13 simonpj@microsoft.comModify FloatOut to fix Trac #4237
2010-08-13 simonpj@microsoft.comFix egregious bug in SetLevels.notWorthFloating
2010-08-13 simonpj@microsoft.comDelete GhcLibProfiled
2010-08-13 simonpj@microsoft.comDo not build DPH when GhcProfiled (fixes #4172)
2010-08-12 simonpj@microsoft.comFix Trac #4220
2010-08-12 simonpj@microsoft.comImprove the Specialiser, fixing Trac #4203
2010-08-12 simonpj@microsoft.comComments
2010-08-12 simonpj@microsoft.comComments only
2010-08-12 simonpj@microsoft.comFix bug in linting of shadowed case-alternative binders
2010-08-12 simonpj@microsoft.comComments and spacing only
2010-08-09 Ian LynaghAdd more info to more parse error messages (#3811)
2010-08-10 Simon MarlowRun finalizers *after* updating the stable pointer...
2010-08-10 Simon MarlowDo the dependency-omitting for 'make 1' in a slightly...
2010-07-24 Johan TibellIntegrate new I/O manager, with signal support
2010-08-08 Ian LynaghAdd DoAndIfThenElse support
2010-08-08 Ian LynaghMake another parse error more informative
2010-08-08 Ian LynaghMake a parse error say what it is failing to parse...
2010-08-08 Ian LynaghSend ghc progress output to stdout; fixes #3636
2010-08-05 Ian LynaghFix the HsColour test in the build system
2010-08-05 Ian LynaghFix the -lm configure test; fixes #4155
2010-08-05 Ian LynaghDon't restrict filenames in line pragmas to printable...
2010-08-05 Ian LynaghEnsure extension flags are flattened in the Cmm phase
2010-08-05 Ian LynaghAdd "cmmcpp" as a Haskellish source suffix
2010-08-05 Ian LynaghOn amd64/OSX we don't need to be given memory in the...
2010-07-02 benl@ouroborus.netNCG: Don't worry about trying to re-freeze missing...
2010-08-05 Ian LynaghMake -rtsopts more flexible
2010-08-04 Ian LynaghTest for (fd < 0) before trying to FD_SET it
2010-08-02 Ian LynaghRemove "On by default" comments in DynFlags
2010-08-01 Ian LynaghFix build: Add newline to end of ghc-pkg/Main.hs
2010-08-01 Ian LynaghAdd a versions haddock binary for Windows
2010-07-25 ich@christoph... ghc-pkg: don't fail, if a file is already removed
2010-08-01 Ian LynaghRemove push-all from file list in boot script (push...
2010-08-01 Ian LynaghAdd error checking to boot-pkgs script
2010-08-01 Ian LynaghAdd more error checking to the boot script
2010-08-01 Ian LynaghRemove libHSrtsmain.a before creating it
2010-07-31 Ian LynaghExpose the functions haddock needs even when haddock...
2010-07-30 Ian LynaghAlways haddock by default
next