ghc-hetmet.git
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
2010-07-29 Ian LynaghAdd a debugTrace for the phases that we run
2010-07-30 simonpj@microsoft.com* Add StringPrimL as a constructor for Template Haskell...
2010-07-20 Gabor PaliAdd thread affinity support for FreeBSD
2010-07-29 Ian LynaghDisable symbol visibility pragmas for FreeBSD
2010-07-21 Anton NikishaevFix numeric escape sequences parsing
2010-07-28 Ian LynaghExplicitly give the right path to perl when making...
2010-07-28 Ian LynaghSet -fno-stack-protector in extra-gcc-opts; fixes ...
2010-07-27 Ian LynaghMake PersistentLinkerState fields strict; fixes #4208
2010-07-26 Ian LynaghDon't rebuild dependency files unnecessarily when doing...
2010-07-26 David TereiLLVM: If user specifies optlo, don't use '-O' levels
2010-07-25 Ian LynaghFlatten flags for ghci's :show
2010-07-24 Ian LynaghAdd support for Haskell98 and Haskell2010 "languages"
2010-07-24 Ian LynaghRename "language" varibles etc to "extension", and...
2010-07-24 Ian LynaghSeparate language option handling into 2 phases
2010-07-24 Ian LynaghSeparate the language flags from the other DynFlag's
2010-07-24 Ian LynaghSet stage-specific CC/LD opts in the bindist configure.ac
2010-07-23 Ian LynaghUse different CC/LD options for different stages
2010-07-23 Ian LynaghAdd some error belchs to the linker, when we find bad...
2010-07-23 Ian LynaghAdd some more linker debugging prints
2010-07-23 Ian LynaghWhen (un)loading an object fails, say which object...
2010-07-21 Ian LynaghAdd a release note: GHCi import syntax
2010-07-19 Ian LynaghDeprecate NewQualifiedOperators extension (rejected...
2010-07-22 David TereiLLVM: Allow optlc and optlo to override default params...
2010-07-21 David TereiLLVM: Code and speed improvement to dominateAllocs...
2010-07-21 simonpj@microsoft.comComments only
2010-07-21 simonpj@microsoft.comFix inlining for default methods
2010-07-21 simonpj@microsoft.comAllow reification of existentials and GADTs
2010-07-20 Simon Marlowadd numSparks# primop (#4167)
2010-07-20 David TereiLLVM: Decrease max opt level used under OSX to avoid bug
2010-07-20 David TereiLLVM: Fix OSX to work again with TNTC disabled.
2010-07-20 David TereiLLVM: Fix printing of local vars so LLVM works with...
2010-07-16 Simon MarlowUse a separate mutex to protect all_tasks, avoiding...
2010-07-15 Simon Marlow'make fast' in a package does not build any compilers
2010-07-19 David TereiLLVM: Fix up botched last commit
2010-07-19 David TereiLLVM: Fix warning introduce in last commit.
2010-07-18 David TereiLLVM: Use mangler to fix up stack alignment issues...
2010-07-15 illissius@gmail.comFix #4195 (isGadtSyntaxTyCon returns opposite result)
2010-07-17 Ian LynaghUpdate to time 1.2.0.3
2010-07-17 Ian LynaghReorder RTS --info output
2010-07-17 Ian LynaghFix unreg prof build: Define CCS_SYSTEM in stg/MiscClos...
2010-07-17 Ian LynaghMake mkDerivedConstants as a stage 1 program
2010-07-17 Ian LynaghDon't generate Haskell dependencies if we don't have...
2010-07-16 Ian LynaghLink programs that have no Haskell objects with gcc...
next