Get building GHC itself with Cabal more-or-less working
[ghc-hetmet.git] / compiler / Makefile
2008-07-16 Ian LynaghGet building GHC itself with Cabal more-or-less working
2008-07-11 Ian LynaghMove -fno-cse flags from Makefile into pragmas
2008-07-11 Ian LynaghRemove the need for undecidable instances in LazyUniqFM
2008-07-10 Ian LynaghRemove a commented-out flag
2008-07-10 Ian LynaghRemove an HPUX-only flag which has no comment explainin...
2008-07-10 Ian LynaghMove more flags from the Makefile into pragmas
2008-07-10 Ian LynaghRemove a redundant comment
2008-07-10 Ian LynaghRemove remnants of javaGen
2008-07-10 Ian LynaghRemove some remnants of ilxgen
2008-07-10 Ian LynaghRemove a comment for GHC <= 4.08
2008-07-10 Ian LynaghRemove .hi-boot-[56] stuff from the Makefile
2008-07-10 Ian LynaghRemove a flag that a comment claims is for GHC < 5
2008-07-10 Ian LynaghWe can now unconditionally use -fno-warn-orphans
2008-07-10 Ian LynaghMove another flag from the Makefile into a pragma
2008-07-10 Ian LynaghMove some flags from the Makefile into module pragmas
2008-07-10 Ian LynaghMove "main/BinIface_HC_OPTS += -O" into a pragma in...
2008-07-10 Ian LynaghRemove an ancient commented out "parser/Parser_HC_OPTS...
2008-07-08 Ian LynaghGet rid of compat/
2008-07-03 Ian LynaghRemove Cabal modules from compat
2008-06-23 Ian LynaghFix the build with GHC 6.4
2008-06-16 Ian Lynaghutils/Digraph doesn't need -fglasgow-exts passed specially
2008-06-16 Ian LynaghRemove some build system code that can't happen
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-14 Ian LynaghUse -fforce-recomp rather than -no-recomp
2008-06-14 Ian LynaghUse -O0 rather than -Onot in compiler/Makefile
2008-06-14 Ian LynaghDon't use -recomp whem compiling GHC, as it's the defau...
2008-06-11 Ian LynaghGet rid of the last remnants of PROJECT_DIR
2008-06-03 Simon Marlow-no-link-chk is a relic
2008-05-28 Simon MarlowUse MD5 checksums for recompilation checking (fixes...
2008-04-08 Simon MarlowImport libffi-3.0.4, and use it to provide FFI support...
2008-03-16 Ian LynaghUse editline instead of readline
2008-03-16 Ian LynaghIf unregisterised, link with -optl-Wl,--relax on IA64
2008-03-09 Roman LeshchinskiyRemove ndpFlatten
2008-02-20 Ian LynaghAdd a comment
2008-02-21 Manuel M T ChakravartyMac OS X deployment target: piping opts through Makefiles
2008-02-10 Ian LynaghWibble the Makefile: DQ, \" and '"'
2008-02-10 Ian LynaghDon't use -w when compiling Config.hs
2008-02-10 Ian LynaghAdd typesigs to Config.hs
2008-02-04 Simon MarlowSupport for using libffi to implement FFI calls in...
2008-01-25 Ian LynaghStrictness tweaks
2008-01-23 Ian LynaghWindows now doesn't need different values for DQ in...
2008-01-21 Simon MarlowIncrease the bar for bootstrapping GHC to 6.4 (HEAD...
2008-01-10 Clemens FruhwirthRefactor cross-plattform process spawning from ghc...
2008-01-03 Simon MarlowOptionally use libffi to implement 'foreign import...
2008-01-01 Clemens FruhwirthAdd package dependencies to link pass when building...
2007-11-27 Ian LynaghRemove the --print-docdir flag
2007-11-16 Simon Marlowuse "ghc-pkg latest --global" instead of "ghc-pkg list...
2007-11-15 Simon MarlowAvoid the use of unversioned package dependencies
2007-11-07 Simon Marlowcatch up with removal of config.mk in the readline...
2007-11-05 Simon Marlowupdates to ghctags code
2007-06-25 Simon MarlowRules to create TAGS using ghctags
2007-10-24 Ian LynaghCorrect a comment
2007-10-24 Ian LynaghFix ghc package in bindists; it wasn't adding the depen...
2007-10-24 Ian LynaghFix installing the ghc package .hi files in a bindist
2007-10-17 Simon Marlowfix creation of ghc-inplace for non-std ways
2007-09-19 Ian LynaghFix --print-docdir for relocatable builds; fixes #1226
2007-09-17 Ian LynaghClean stage<n>/ghc-inplace.c
2007-09-14 Ian LynaghUse sed to make stage-specific ghc-inplace.c's
2007-09-12 Clemens FruhwirthClean ups for multi-way building of the GHC package
2007-09-10 Ian LynaghTurn off orphan warnings
2007-09-09 sven.panne@aedion.deNever try to build Haddock docs in ghc/compiler, even...
2007-09-06 Ian LynaghRemove hardtop_plat/FPTOOLS_TOP_ABS_PLATFORM
2007-09-04 Ian LynaghAlways turn on -Wall -Werror when compiling the compile...
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghSet -Wall -fno-warn-name-shadowing in compiler/ when...
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-31 Ian LynaghAdd a --print-docdir flag
2007-08-29 Simon Marlowno -auto-all for CorePrep
2007-08-25 Ian LynaghAdd "Support SMP" and "RTS ways" to the compiler -...
2007-08-24 Ian LynaghAdd "have interpreter" to the compiler --info output
2007-08-20 Ian LynaghFix quoting of double quotes in the Makefile on Windows
2007-08-20 Ian LynaghFix ghc-inplace.c on Windows; new code based on ghci.c
2007-08-18 Ian LynaghImplement --info, and change how can_split is defined
2007-08-17 Ian LynaghAdd a GhcDebugged build setting, for whether GHC is...
2007-08-16 Ian LynaghMake dependencies of source files on Makefiles disableable
2007-08-15 Ian LynaghStop ghc-6.7 linking in ghc-inplace.o
2007-08-15 Ian LynaghUse a C program for ghc-inplace
2007-08-12 Ian LynaghGet closer to GhcCompilerWays=p working
2007-07-29 Ian Lynaghbytestring is now in its own package
2007-07-17 Clemens FruhwirthAdd hardwire-lib-paths option and make it default for...
2007-07-26 Ian LynaghLink with hpc even if GhcWithInterpreter is not set
2007-07-17 Ian LynaghImplement the RTS side of GHC.Environment.getFullArgs
2007-06-29 Roman LeshchinskiyAdd vectorise subdirectory and dummy module
2007-07-04 Simon MarlowUse $(HC), not $(GHC) to compile ghc-inplace
2007-06-23 Simon Marlowmake inplace scripts less sensitive to /bin/sh quoting...
2007-06-22 andy@galois.comStage2 now used the package hpc to get the hpc datastru...
2007-06-21 Lemmihfurther fixes to the inplace scripts
2007-06-21 Simon MarlowFix problems with new inplace stuff on Cygwin
2007-06-20 Simon MarlowFix a problem with package.mk being included too early
2007-06-21 Simon MarlowUse a real binary instead of scripts for ghc-inplace
2007-06-20 Ian LynaghMake building haddock docs opt-in rather than opt-out
2007-06-12 Ian LynaghTweak banner printing 2007-06-12
2007-06-09 Ian LynaghFix the ghc package in bindists
2007-06-05 Ian LynaghInstall the RTS from a bindist correctly
2007-04-27 Simon Marlowdon't forget to clean the .bat files
2007-04-18 simonpj@microsoft.comFix bat-script generation for MSys
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-10 Ian LynaghDon't use regexps in the GHC sources
2007-03-27 wolfgang.thaller... Make GHC main program depend on the libHSghc_dyn when...
2006-12-11 Pepe IborraToggle whether the RTS gets build with debugger support...
next