Skip to content
Snippets Groups Projects
  1. Nov 04, 2013
  2. Oct 31, 2013
  3. Oct 27, 2013
  4. Sep 26, 2013
  5. Sep 02, 2013
  6. Jul 30, 2013
  7. Mar 04, 2013
  8. 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
  9. Feb 03, 2013
  10. Feb 01, 2013
  11. Dec 02, 2012
  12. Jul 24, 2012
  13. May 19, 2012
  14. May 07, 2012
  15. Feb 21, 2012
  16. Sep 08, 2011
  17. Aug 03, 2011
  18. Jul 31, 2011
  19. Jul 08, 2011
  20. Jun 17, 2011
  21. Jun 12, 2011
  22. Jun 11, 2011
  23. Mar 31, 2011
  24. 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
  25. Nov 10, 2010
  26. Sep 24, 2010
  27. Sep 23, 2010
    • Simon Marlow's avatar
      Add primitive and vector packages for DPH support · a6132546
      Simon Marlow authored
      DPH is now using the public vector package instead of its internal
      version.
      
      vector and primitive are not "boot" packages; they aren't required to
      build GHC, but they are required to validate (because we include DPH
      when validating).
      
      If you say './darcs-all get --no-dph' then you don't get DPH, vector,
      or primitive.
      a6132546
  28. Sep 17, 2010
  29. Aug 15, 2010
  30. Jun 30, 2010
  31. Jun 02, 2010
  32. May 02, 2010
  33. Mar 03, 2010
  34. Feb 17, 2010
  35. Oct 23, 2009
  36. Oct 07, 2009
Loading