| 2014-04-13 | Adam Megacz | update .gitmodules pointers to git.haskell.org | commit | commitdiff | tree | snapshot | 
| 2014-04-13 | Adam Megacz | update submodules | commit | commitdiff | tree | snapshot | 
| 2012-04-20 | Adam Megacz | update submodules for GHC.HetMet.GArrow -> Control... | commit | commitdiff | tree | snapshot | 
| 2011-10-04 | Adam Megacz | allow either <[]> or <{}> at the type level | commit | commitdiff | tree | snapshot | 
| 2011-10-02 | Adam Megacz | swap <[]> and <{}> syntax | commit | commitdiff | tree | snapshot | 
| 2011-09-01 | Adam Megacz | add support for <{..}> and ~~> syntax as well as typing... | commit | commitdiff | tree | snapshot | 
| 2011-08-31 | Adam Megacz | add pretty-printing of <[...]>@.. types | commit | commitdiff | tree | snapshot | 
| 2011-08-30 | Adam Megacz | update submodule pointers | commit | commitdiff | tree | snapshot | 
| 2011-08-30 | Adam Megacz | add submodule for all upstream repos | commit | commitdiff | tree | snapshot | 
| 2011-08-30 | Adam Megacz | update submodule pointers | commit | commitdiff | tree | snapshot | 
| 2011-07-04 | Adam Megacz | update submodule pointers | commit | commitdiff | tree | snapshot | 
| 2011-06-22 | Adam Megacz | update submodule pointers | commit | commitdiff | tree | snapshot | 
| 2011-06-21 | Adam Megacz | update submodule pointers | commit | commitdiff | tree | snapshot | 
| 2011-06-20 | Adam Megacz | update submodule pointers | commit | commitdiff | tree | snapshot | 
| 2011-06-20 | Adam Megacz | update submodule pointers | commit | commitdiff | tree | snapshot | 
| 2011-06-19 | Adam Megacz | update submodule pointers | commit | commitdiff | tree | snapshot | 
| 2011-06-19 | Adam Megacz | put coqPassCoreToCore on the CoreM monad, greatly simpl... | commit | commitdiff | tree | snapshot | 
| 2011-06-19 | Adam Megacz | CoreMonad: add lookupOrigCoreM, modeled after IfaceEnv... | commit | commitdiff | tree | snapshot | 
| 2011-06-18 | Adam Megacz | minimize impact on PrelNames | commit | commitdiff | tree | snapshot | 
| 2011-06-15 | Adam Megacz | adapt to upstream changes | commit | commitdiff | tree | snapshot | 
| 2011-06-14 | Adam Megacz | merge upstream | commit | commitdiff | tree | snapshot | 
| 2011-06-14 | Edward Z. Yang | Implement regslot inlining, document soundness concerns. | commit | commitdiff | tree | snapshot | 
| 2011-06-14 | Edward Z. Yang | Split out assignment rewriting to own module. | commit | commitdiff | tree | snapshot | 
| 2011-06-14 | Edward Z. Yang | Rename CmmCPS to CmmPipeline. | commit | commitdiff | tree | snapshot | 
| 2011-06-14 | Edward Z. Yang | Move control flow optimization to CmmCPS. | commit | commitdiff | tree | snapshot | 
| 2011-06-14 | Adam Megacz | update submodule pointer | commit | commitdiff | tree | snapshot | 
| 2011-06-13 | Simon Peyton... | Merge branch 'master' of darcs.haskell.org/ghc | commit | commitdiff | tree | snapshot | 
| 2011-06-13 | Simon Peyton... | Improve the reporting of module cycles, to give a nice... | commit | commitdiff | tree | snapshot | 
| 2011-06-13 | Edward Z. Yang | Remove type synonyms for CmmFormals, CmmActuals (and... | commit | commitdiff | tree | snapshot | 
| 2011-06-13 | Edward Z. Yang | Bake in ByteOff to ParamLocation, and remove ArgumentFo... | commit | commitdiff | tree | snapshot | 
| 2011-06-13 | Edward Z. Yang | Remove unused assignArguments and argumentsSize. | commit | commitdiff | tree | snapshot | 
| 2011-06-13 | Simon Peyton... | Merge branch 'master' of darcs.haskell.org/ghc | commit | commitdiff | tree | snapshot | 
| 2011-06-13 | Simon Peyton... | Comment only | commit | commitdiff | tree | snapshot | 
| 2011-06-13 | Simon Peyton... | Don't allow specialisation of class methods (fixes... | commit | commitdiff | tree | snapshot | 
| 2011-06-13 | Edward Z. Yang | Port "Make array copy primops inline" and related patch... | commit | commitdiff | tree | snapshot | 
| 2011-06-13 | Edward Z. Yang | Extra comment about WithRegUsage. | commit | commitdiff | tree | snapshot | 
| 2011-06-13 | Simon Peyton... | Merge branch 'master' of darcs.haskell.org/ghc | commit | commitdiff | tree | snapshot | 
| 2011-06-13 | Manuel M T... | Fix warnings | commit | commitdiff | tree | snapshot | 
| 2011-06-13 | Simon Peyton... | Fix the SPECIALISE error in the haddock invocation... | commit | commitdiff | tree | snapshot | 
| 2011-06-13 | Manuel M T... | Added a pragma {-# NOVECTORISE f #-} that suppresses... | commit | commitdiff | tree | snapshot | 
| 2011-06-12 | Ian Lynagh | Fix building of optional packages | commit | commitdiff | tree | snapshot | 
| 2011-06-12 | Ian Lynagh | Remove some trailing whitespace | commit | commitdiff | tree | snapshot | 
| 2011-06-12 | Ian Lynagh | Tweak some makefile code | commit | commitdiff | tree | snapshot | 
| 2011-06-11 | Ian Lynagh | Remove upstream repos from the packages file | commit | commitdiff | tree | snapshot | 
| 2011-06-11 | Simon Peyton... | Make TH capable of quoting GADT declarations (Trac... | commit | commitdiff | tree | snapshot | 
| 2011-06-11 | Simon Peyton... | Ignore UNPACK pragmas with OmitInterfacePragmas is... | commit | commitdiff | tree | snapshot | 
| 2011-06-11 | Simon Peyton... | Further improvents to duplicate-export warnings (Trac... | commit | commitdiff | tree | snapshot | 
| 2011-06-11 | Simon Peyton... | Comments only | commit | commitdiff | tree | snapshot | 
| 2011-06-11 | Simon Peyton... | Without -O do not complain about SPECIALISE pragmas... | commit | commitdiff | tree | snapshot | 
| 2011-06-11 | Simon Peyton... | Fix tracking of what RdrNames are used (fixes Trac... | commit | commitdiff | tree | snapshot | 
| 2011-06-11 | Simon Peyton... | Add -fno-omit-interface-pragmas to SrcLoc, to work... | commit | commitdiff | tree | snapshot | 
| 2011-06-10 | Simon Peyton... | Merge branch 'master' of darcs.haskell.org/ghc | commit | commitdiff | tree | snapshot | 
| 2011-06-10 | Simon Peyton... | Kill bogus duplicate-export warnings (fix Trac #2436) | commit | commitdiff | tree | snapshot | 
| 2011-06-10 | Simon Peyton... | Make DsMeta catch up with LastStmt (fix Trac #5235) | commit | commitdiff | tree | snapshot | 
| 2011-06-10 | Simon Peyton... | Comments, layout and cmm-notes | commit | commitdiff | tree | snapshot | 
| 2011-06-10 | Ian Lynagh | Merge branch 'master' of darcs.haskell.org/ghc | commit | commitdiff | tree | snapshot | 
| 2011-06-10 | Ian Lynagh | Fix parsing "$topdir" in package config | commit | commitdiff | tree | snapshot | 
| 2011-06-10 | Manuel M T... | Take vectorisation declarations into account during... | commit | commitdiff | tree | snapshot | 
| 2011-06-09 | Ian Lynagh | Follow Src{Loc,Span} changes in other parts of the... | commit | commitdiff | tree | snapshot | 
| 2011-06-09 | Ian Lynagh | Refactor SrcLoc and SrcSpan | commit | commitdiff | tree | snapshot | 
| 2011-06-09 | Ian Lynagh | Fix build | commit | commitdiff | tree | snapshot | 
| 2011-06-09 | Duncan Coutts | Fix for $topdir appearing in the haddock-html field | commit | commitdiff | tree | snapshot | 
| 2011-06-09 | Dimitrios Vytiniotis | Merge branch 'master' of darcs.haskell.org/ghc | commit | commitdiff | tree | snapshot | 
| 2011-06-08 | Ian Lynagh | Fix warnings in nativeGen/PPC/CodeGen.hs | commit | commitdiff | tree | snapshot | 
| 2011-06-08 | Ian Lynagh | Remove platform CPP from nativeGen/PPC/CodeGen.hs | commit | commitdiff | tree | snapshot | 
| 2011-06-08 | Ian Lynagh | cmmTopCodeGen no longer takes DynFlags as an argument | commit | commitdiff | tree | snapshot | 
| 2011-06-08 | Ian Lynagh | Fill out the osElfTarget definition | commit | commitdiff | tree | snapshot | 
| 2011-06-08 | Ian Lynagh | Add a target32Bit function to Platform | commit | commitdiff | tree | snapshot | 
| 2011-06-08 | Ian Lynagh | Remove out-of-date comment | commit | commitdiff | tree | snapshot | 
| 2011-06-08 | Ian Lynagh | Whitespace only in utils/Platform.hs | commit | commitdiff | tree | snapshot | 
| 2011-06-08 | Dimitrios Vytiniotis | Merge branch 'master' of darcs.haskell.org/ghc | commit | commitdiff | tree | snapshot | 
| 2011-06-08 | Dimitrios Vytiniotis | Reorganized functional dependency reactions once more: | commit | commitdiff | tree | snapshot | 
| 2011-06-08 | Ian Lynagh | Whitespace only in nativeGen/PPC/CodeGen.hs | commit | commitdiff | tree | snapshot | 
| 2011-06-07 | Johan Tibell | Fix segfault in array copy primops on 32-bit | commit | commitdiff | tree | snapshot | 
| 2011-06-06 | Simon Marlow | fix path to ghc-pwd | commit | commitdiff | tree | snapshot | 
| 2011-06-06 | Simon Marlow | fix a cut/paste bug in debugging code | commit | commitdiff | tree | snapshot | 
| 2011-06-06 | Simon Marlow | Merge remote branch 'working/master' | commit | commitdiff | tree | snapshot | 
| 2011-06-05 | unknown | Fix compilation of rts/win32/GetEnv.c | commit | commitdiff | tree | snapshot | 
| 2011-06-05 | Ian Lynagh | Fix Windows build failure | commit | commitdiff | tree | snapshot | 
| 2011-06-05 | Ian Lynagh | Make dumpIfSet_dyn_or use dumpSDoc | commit | commitdiff | tree | snapshot | 
| 2011-06-04 | Simon Marlow | add comment | commit | commitdiff | tree | snapshot | 
| 2011-06-04 | Simon Marlow | comment typo | commit | commitdiff | tree | snapshot | 
| 2011-06-03 | Simon Marlow | Tidy up the ic_exports field of the InteractiveContext... | commit | commitdiff | tree | snapshot | 
| 2011-06-03 | Manuel M T... | Ignore ghc-extra-opts | commit | commitdiff | tree | snapshot | 
| 2011-06-03 | Manuel M T... | Haddock fix in the vectoriser | commit | commitdiff | tree | snapshot | 
| 2011-06-03 | Manuel M T... | Propagate scalar variables and tycons for vectorisation... | commit | commitdiff | tree | snapshot | 
| 2011-06-02 | Adam Megacz | add support for flattening recursive-let | commit | commitdiff | tree | snapshot | 
| 2011-06-01 | Simon Marlow | fix comment | commit | commitdiff | tree | snapshot | 
| 2011-06-01 | Johan Tibell | Fold constants during forward substitution in the Cmm... | commit | commitdiff | tree | snapshot | 
| 2011-06-01 | Johan Tibell | Implement forward substitution of constants in the... | commit | commitdiff | tree | snapshot | 
| 2011-06-01 | Simon Marlow | check for bfd_uncompress_section_contents instead of... | commit | commitdiff | tree | snapshot | 
| 2011-06-01 | Ian Lynagh | Fix a warning in DEBUG code | commit | commitdiff | tree | snapshot | 
| 2011-05-31 | Ian Lynagh | Fix the build with GHC 6.12.3 | commit | commitdiff | tree | snapshot | 
| 2011-05-31 | Ian Lynagh | Fix a build failure on non-{x86,amd64} | commit | commitdiff | tree | snapshot | 
| 2011-05-31 | Adam Megacz | desugar: do not bother simplifying if we are doing... | commit | commitdiff | tree | snapshot | 
| 2011-05-31 | Ian Lynagh | Eliminate IF_ARCH_sparc | commit | commitdiff | tree | snapshot | 
| 2011-05-31 | Ian Lynagh | Remove some unused CPP macros | commit | commitdiff | tree | snapshot | 
| 2011-05-31 | Ian Lynagh | Remove CPP from nativeGen/RegAlloc/Linear/FreeRegs.hs | commit | commitdiff | tree | snapshot | 
| 2011-05-31 | Ian Lynagh | Parameterise the RegM monad on the FreeRegs type | commit | commitdiff | tree | snapshot | 
| 2011-05-31 | Ian Lynagh | Whitespace only in nativeGen/RegAlloc/Linear/Base.hs | commit | commitdiff | tree | snapshot | 
| next |