Skip to content
Snippets Groups Projects
  1. Jul 15, 2015
  2. Dec 02, 2014
  3. Nov 21, 2014
  4. Oct 16, 2014
  5. Sep 15, 2014
  6. Aug 25, 2014
  7. Jul 21, 2014
  8. Jul 11, 2014
  9. Jun 25, 2014
    • Herbert Valerio Riedel's avatar
      Convert loose sub-repos into proper submodules (re #8545) · db19c665
      Herbert Valerio Riedel authored
      
      Specifically, the following sub-repos/modules are converted:
      
       - libffi-tarballs
       - libraries/array
       - libraries/deepseq
       - libraries/directory
       - libraries/dph
       - libraries/filepath
       - libraries/haskell2010
       - libraries/haskell98
       - libraries/hoopl
       - libraries/hpc
       - libraries/old-locale
       - libraries/old-time
       - libraries/parallel
       - libraries/process
       - libraries/stm
       - libraries/unix
       - nofib
       - utils/hsc2hs
      
      N.B. ghc-tarballs is not converted as it will probably be handled
           differently in the future.
      
      Signed-off-by: Herbert Valerio Riedel's avatarHerbert Valerio Riedel <hvr@gnu.org>
      db19c665
  10. Jun 04, 2014
  11. Apr 19, 2014
  12. Mar 23, 2014
  13. Jan 12, 2014
  14. Nov 04, 2013
  15. Oct 31, 2013
  16. Oct 27, 2013
  17. Sep 26, 2013
  18. Sep 02, 2013
  19. Jul 30, 2013
  20. Mar 04, 2013
  21. Feb 17, 2013
    • Ian Lynagh's avatar
      Put the main ghc tree last in packages · e5e8709c
      Ian Lynagh authored
      This means that "./sync-all commit" will record in submodules first,
      and then prompt you to record a patch updating the version of the
      submodules last. Should make it less likely that we forget to update
      the submodules' versions.
      e5e8709c
  22. Feb 03, 2013
  23. Feb 01, 2013
  24. Dec 02, 2012
  25. Jul 24, 2012
  26. May 19, 2012
  27. May 07, 2012
  28. Feb 21, 2012
  29. Sep 08, 2011
  30. Aug 03, 2011
  31. Jul 31, 2011
  32. Jul 08, 2011
  33. Jun 17, 2011
  34. Jun 12, 2011
  35. Jun 11, 2011
  36. Mar 31, 2011
  37. Jan 24, 2011
    • Simon Marlow's avatar
      Merge in new code generator branch. · 889c084e
      Simon Marlow authored
      This changes the new code generator to make use of the Hoopl package
      for dataflow analysis.  Hoopl is a new boot package, and is maintained
      in a separate upstream git repository (as usual, GHC has its own
      lagging darcs mirror in http://darcs.haskell.org/packages/hoopl).
      
      During this merge I squashed recent history into one patch.  I tried
      to rebase, but the history had some internal conflicts of its own
      which made rebase extremely confusing, so I gave up. The history I
      squashed was:
      
        - Update new codegen to work with latest Hoopl
        - Add some notes on new code gen to cmm-notes
        - Enable Hoopl lag package.
        - Add SPJ note to cmm-notes
        - Improve GC calls on new code generator.
      
      Work in this branch was done by:
         - Milan Straka <fox@ucw.cz>
         - John Dias <dias@cs.tufts.edu>
         - David Terei <davidterei@gmail.com>
      
      Edward Z. Yang <ezyang@mit.edu> merged in further changes from GHC HEAD
      and fixed a few bugs.
      889c084e
Loading