2011-01-27 |
Ian Lynagh | Fix "make 1" etc following the build system changes |
blob | commitdiff |
2010-08-10 |
Simon Marlow | Do the dependency-omitting for 'make 1' in a slightly... |
blob | commitdiff | diff to current |
2010-05-25 |
Simon Marlow | If you say 'make' or 'make stage=2' here, pretend we... |
blob | commitdiff | diff to current |
2009-07-03 |
Simon Marlow | Improved infrastructure for fast-rebuilding of parts... |
blob | commitdiff | diff to current |
2009-06-16 |
Simon Marlow | Add support for 'make help' in subdirectories |
blob | commitdiff | diff to current |
2009-05-19 |
Simon Marlow | make [123] omits phases 1,2, and 3 |
blob | commitdiff | diff to current |
2009-04-28 |
Simon Marlow | Add a header to all build system files: |
blob | commitdiff | diff to current |
2009-04-26 |
Ian Lynagh | GHC new build system megapatch |
blob | commitdiff | diff to current |
2009-03-11 |
Simon Marlow | FIX #2832: Setting SplitObjs=NO doesn't disable -split... |
blob | commitdiff | diff to current |
2009-02-21 |
Ian Lynagh | Only use STAGE3_PACKAGE_CONF for building GHC itself |
blob | commitdiff | diff to current |
2008-12-11 |
Thomas Schilling | Include PprTyThings in tags file. |
blob | commitdiff | diff to current |
2008-11-28 |
Ian Lynagh | Use relative URLs in the GHC API haddock docs; fixes... |
blob | commitdiff | diff to current |
2008-11-26 |
Thomas Schilling | Include GHCi files in ctags/etags. |
blob | commitdiff | diff to current |
2008-10-20 |
Thomas Schilling | Run Haddock with compacting GC and show RTS statistics. |
blob | commitdiff | diff to current |
2008-10-14 |
Thomas Schilling | Make tags work on Unices, too. |
blob | commitdiff | diff to current |
2008-10-13 |
Thomas Schilling | Add 'etags' makefile target. |
blob | commitdiff | diff to current |
2008-09-24 |
Ian Lynagh | Fix maintainer-clean |
blob | commitdiff | diff to current |
2008-09-19 |
Ian Lynagh | Don't require Parser.y in a source dist 6_10_branch_has_been_forked |
blob | commitdiff | diff to current |
2008-09-18 |
Ian Lynagh | Be more forceful when cleaning in compiler/ and ghc/ |
blob | commitdiff | diff to current |
2008-09-18 |
Ian Lynagh | Generate ghc.cabal and ghc-bin.cabal with configure |
blob | commitdiff | diff to current |
2008-09-13 |
Ian Lynagh | We need to tell ghc-pkg to --force if we've only built... |
blob | commitdiff | diff to current |
2008-09-13 |
Ian Lynagh | If we're profiling GHC, don't bother building the GHC... |
blob | commitdiff | diff to current |
2008-09-09 |
Ian Lynagh | We always install stage2, so we need to always put... |
blob | commitdiff | diff to current |
2008-09-08 |
Ian Lynagh | Use test -f rather than test -e |
blob | commitdiff | diff to current |
2008-09-07 |
Ian Lynagh | bindist fixes |
blob | commitdiff | diff to current |
2008-09-06 |
Ian Lynagh | Install the stage 2 ghc package when installing; fixes... |
blob | commitdiff | diff to current |
2008-08-31 |
Ian Lynagh | Make the dynlibs, ghci and ncg flags manual too |
blob | commitdiff | diff to current |
2008-08-31 |
Ian Lynagh | Make ghc.cabal's editline flag manual, to simplify... |
blob | commitdiff | diff to current |
2008-08-30 |
Judah Jacobson | Don't build ghc in stage1 with editline (since we alrea... |
blob | commitdiff | diff to current |
2008-08-30 |
Ian Lynagh | If we want a profiled GHC then use -auto-all when build... |
blob | commitdiff | diff to current |
2008-08-30 |
Ian Lynagh | Fix building the GHC API with profiling |
blob | commitdiff | diff to current |
2008-08-28 |
kili@outback.escape.de | Fix linkage on OpenBSD. |
blob | commitdiff | diff to current |
2008-08-28 |
Ian Lynagh | Handle the html target in compiler/ and ghc/ |
blob | commitdiff | diff to current |
2008-08-28 |
Ian Lynagh | Update the build system to handle building and using... |
blob | commitdiff | diff to current |
2008-08-21 |
Ian Lynagh | Ignore install-docs in compiler/Makefile and ghc/Makefile |
blob | commitdiff | diff to current |
2008-08-18 |
Ian Lynagh | Fix making it possible to build without the NCG |
blob | commitdiff | diff to current |
2008-08-17 |
Ian Lynagh | Don't clean the multi-stage stuff unless CLEAN_ALL_STAG... |
blob | commitdiff | diff to current |
2008-08-17 |
Ian Lynagh | When making in compiler/, automatically make in ghc... |
blob | commitdiff | diff to current |
2008-08-10 |
Ian Lynagh | Make "make clean" in compiler/ only clean the stage... |
blob | commitdiff | diff to current |
2008-08-10 |
Ian Lynagh | bindist fixes |
blob | commitdiff | diff to current |
2008-08-10 |
Ian Lynagh | bindists are now some way towards working |
blob | commitdiff | diff to current |
2008-07-24 |
Simon Marlow | add --enable-shared to configure, and $(BuildSharedLibs... |
blob | commitdiff | diff to current |
2008-07-22 |
Ian Lynagh | Fix the stage3 build |
blob | commitdiff | diff to current |
2008-07-20 |
Ian Lynagh | haddock the stage2 compiler if HADDOCK_DOCS is YES |
blob | commitdiff | diff to current |
2008-07-18 |
Ian Lynagh | Some "install" and "clean" fixes |
blob | commitdiff | diff to current |
2008-07-18 |
Ian Lynagh | More dependency wibbling |
blob | commitdiff | diff to current |
2008-07-18 |
Ian Lynagh | We need to make Parser.y and Config.hs earlier |
blob | commitdiff | diff to current |
2008-07-17 |
Ian Lynagh | Split building the ghc package and binary into "boot... |
blob | commitdiff | diff to current |
2008-07-17 |
Ian Lynagh | Remove some duplication |
blob | commitdiff | diff to current |
2008-07-16 |
Ian Lynagh | Windows fixes |
blob | commitdiff | diff to current |
2008-07-16 |
Ian Lynagh | Get building GHC itself with Cabal more-or-less working |
blob | commitdiff | diff to current |
2008-07-11 |
Ian Lynagh | Move -fno-cse flags from Makefile into pragmas |
blob | commitdiff | diff to current |
2008-07-11 |
Ian Lynagh | Remove the need for undecidable instances in LazyUniqFM |
blob | commitdiff | diff to current |
2008-07-10 |
Ian Lynagh | Remove a commented-out flag |
blob | commitdiff | diff to current |
2008-07-10 |
Ian Lynagh | Remove an HPUX-only flag which has no comment explainin... |
blob | commitdiff | diff to current |
2008-07-10 |
Ian Lynagh | Move more flags from the Makefile into pragmas |
blob | commitdiff | diff to current |
2008-07-10 |
Ian Lynagh | Remove a redundant comment |
blob | commitdiff | diff to current |
2008-07-10 |
Ian Lynagh | Remove remnants of javaGen |
blob | commitdiff | diff to current |
2008-07-10 |
Ian Lynagh | Remove some remnants of ilxgen |
blob | commitdiff | diff to current |
2008-07-10 |
Ian Lynagh | Remove a comment for GHC <= 4.08 |
blob | commitdiff | diff to current |
2008-07-10 |
Ian Lynagh | Remove .hi-boot-[56] stuff from the Makefile |
blob | commitdiff | diff to current |
2008-07-10 |
Ian Lynagh | Remove a flag that a comment claims is for GHC < 5 |
blob | commitdiff | diff to current |
2008-07-10 |
Ian Lynagh | We can now unconditionally use -fno-warn-orphans |
blob | commitdiff | diff to current |
2008-07-10 |
Ian Lynagh | Move another flag from the Makefile into a pragma |
blob | commitdiff | diff to current |
2008-07-10 |
Ian Lynagh | Move some flags from the Makefile into module pragmas |
blob | commitdiff | diff to current |
2008-07-10 |
Ian Lynagh | Move "main/BinIface_HC_OPTS += -O" into a pragma in... |
blob | commitdiff | diff to current |
2008-07-10 |
Ian Lynagh | Remove an ancient commented out "parser/Parser_HC_OPTS... |
blob | commitdiff | diff to current |
2008-07-08 |
Ian Lynagh | Get rid of compat/ |
blob | commitdiff | diff to current |
2008-07-03 |
Ian Lynagh | Remove Cabal modules from compat |
blob | commitdiff | diff to current |
2008-06-23 |
Ian Lynagh | Fix the build with GHC 6.4 |
blob | commitdiff | diff to current |
2008-06-16 |
Ian Lynagh | utils/Digraph doesn't need -fglasgow-exts passed specially |
blob | commitdiff | diff to current |
2008-06-16 |
Ian Lynagh | Remove some build system code that can't happen |
blob | commitdiff | diff to current |
2008-06-16 |
Ian Lynagh | More commandline flag improvements |
blob | commitdiff | diff to current |
2008-06-14 |
Ian Lynagh | Use -fforce-recomp rather than -no-recomp |
blob | commitdiff | diff to current |
2008-06-14 |
Ian Lynagh | Use -O0 rather than -Onot in compiler/Makefile |
blob | commitdiff | diff to current |
2008-06-14 |
Ian Lynagh | Don't use -recomp whem compiling GHC, as it's the defau... |
blob | commitdiff | diff to current |
2008-06-11 |
Ian Lynagh | Get rid of the last remnants of PROJECT_DIR |
blob | commitdiff | diff to current |
2008-06-03 |
Simon Marlow | -no-link-chk is a relic |
blob | commitdiff | diff to current |
2008-05-28 |
Simon Marlow | Use MD5 checksums for recompilation checking (fixes... |
blob | commitdiff | diff to current |
2008-04-08 |
Simon Marlow | Import libffi-3.0.4, and use it to provide FFI support... |
blob | commitdiff | diff to current |
2008-03-16 |
Ian Lynagh | Use editline instead of readline |
blob | commitdiff | diff to current |
2008-03-16 |
Ian Lynagh | If unregisterised, link with -optl-Wl,--relax on IA64 |
blob | commitdiff | diff to current |
2008-03-09 |
Roman Leshchinskiy | Remove ndpFlatten |
blob | commitdiff | diff to current |
2008-02-20 |
Ian Lynagh | Add a comment |
blob | commitdiff | diff to current |
2008-02-21 |
Manuel M T Chakravarty | Mac OS X deployment target: piping opts through Makefiles |
blob | commitdiff | diff to current |
2008-02-10 |
Ian Lynagh | Wibble the Makefile: DQ, \" and '"' |
blob | commitdiff | diff to current |
2008-02-10 |
Ian Lynagh | Don't use -w when compiling Config.hs |
blob | commitdiff | diff to current |
2008-02-10 |
Ian Lynagh | Add typesigs to Config.hs |
blob | commitdiff | diff to current |
2008-02-04 |
Simon Marlow | Support for using libffi to implement FFI calls in... |
blob | commitdiff | diff to current |
2008-01-25 |
Ian Lynagh | Strictness tweaks |
blob | commitdiff | diff to current |
2008-01-23 |
Ian Lynagh | Windows now doesn't need different values for DQ in... |
blob | commitdiff | diff to current |
2008-01-21 |
Simon Marlow | Increase the bar for bootstrapping GHC to 6.4 (HEAD... |
blob | commitdiff | diff to current |
2008-01-10 |
Clemens Fruhwirth | Refactor cross-plattform process spawning from ghc... |
blob | commitdiff | diff to current |
2008-01-03 |
Simon Marlow | Optionally use libffi to implement 'foreign import... |
blob | commitdiff | diff to current |
2008-01-01 |
Clemens Fruhwirth | Add package dependencies to link pass when building... |
blob | commitdiff | diff to current |
2007-11-27 |
Ian Lynagh | Remove the --print-docdir flag |
blob | commitdiff | diff to current |
2007-11-16 |
Simon Marlow | use "ghc-pkg latest --global" instead of "ghc-pkg list... |
blob | commitdiff | diff to current |
2007-11-15 |
Simon Marlow | Avoid the use of unversioned package dependencies |
blob | commitdiff | diff to current |
2007-11-07 |
Simon Marlow | catch up with removal of config.mk in the readline... |
blob | commitdiff | diff to current |
2007-11-05 |
Simon Marlow | updates to ghctags code |
blob | commitdiff | diff to current |
next |