2013-04-06 |
Ian Lynagh | Detab modules with tabs on 5 lines or fewer |
commit | commitdiff | tree |
2013-04-06 |
Ian Lynagh | Whitespace only in Type |
commit | commitdiff | tree |
2013-04-06 |
Ian Lynagh | Split off a InteractiveEvalTypes module to remove an... |
commit | commitdiff | tree |
2013-04-06 |
Ian Lynagh | Whitespace only in TysWiredIn |
commit | commitdiff | tree |
2013-04-06 |
Ian Lynagh | Rename the FFI DLL to libffi.dll for consistency |
commit | commitdiff | tree |
2013-04-06 |
Ian Lynagh | Change the list of modules that are put into a separate... |
commit | commitdiff | tree |
2013-04-06 |
Ian Lynagh | When making a DLL, print the number of symbols that... |
commit | commitdiff | tree |
2013-04-06 |
Gabor Greif | Fix typos |
commit | commitdiff | tree |
2013-04-03 |
Simon Peyton... | Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc |
commit | commitdiff | tree |
2013-04-03 |
Simon Peyton... | Fix Trac #7804, about floating equalites |
commit | commitdiff | tree |
2013-04-03 |
Simon Peyton... | Fix Trac #7805: don't allow nested foralls in promoted... |
commit | commitdiff | tree |
2013-04-03 |
Simon Peyton... | This changes fixes a bad error in canonicalisation... |
commit | commitdiff | tree |
2013-04-03 |
Ian Lynagh | In build.mk.sample, include v in GhcLibWays even if... |
commit | commitdiff | tree |
2013-04-03 |
Ian Lynagh | Fix installation |
commit | commitdiff | tree |
2013-03-29 |
Austin Seipp | Make sure README.md mentions that make can build in... |
commit | commitdiff | tree |
2013-03-29 |
Austin Seipp | Revert "Make sure README.md mentions that make can... |
commit | commitdiff | tree |
2013-03-29 |
Austin Seipp | Revert "Wibble." |
commit | commitdiff | tree |
2013-03-29 |
Austin Seipp | Wibble. |
commit | commitdiff | tree |
2013-03-29 |
Austin Seipp | Make sure README.md mentions that make can build in... |
commit | commitdiff | tree |
2013-03-29 |
Nicolas Frisby | ticky enhancements |
commit | commitdiff | tree |
2013-03-28 |
Nicolas Frisby | improve dead code elimination in CorePrep (fixes #7796) |
commit | commitdiff | tree |
2013-03-28 |
Amos Robinson | Fix non-termination of SpecConstr (see #5550). |
commit | commitdiff | tree |
2013-03-27 |
Simon Peyton... | Improve comments about dead code (thanks to Nick Frisby) |
commit | commitdiff | tree |
2013-03-27 |
Simon Peyton... | Comment only |
commit | commitdiff | tree |
2013-03-27 |
Simon Peyton... | Comment typo |
commit | commitdiff | tree |
2013-03-25 |
Takano Akio | Heap profiling: flush .hp file at the end of each frame |
commit | commitdiff | tree |
2013-03-24 |
Gabor Pali | Allow to bootstrap with a compiler from the FreeBSD... |
commit | commitdiff | tree |
2013-03-24 |
Ian Lynagh | Fix the names of the libffi archives |
commit | commitdiff | tree |
2013-03-23 |
Ian Lynagh | Change how we handle libffi |
commit | commitdiff | tree |
2013-03-23 |
Ian Lynagh | Small configure.ac refactoring |
commit | commitdiff | tree |
2013-03-23 |
Ian Lynagh | Tweak the _HC_OPTS variables |
commit | commitdiff | tree |
2013-03-22 |
Ian Lynagh | Fix the handling of ways, and in particular Opt_Static... |
commit | commitdiff | tree |
2013-03-22 |
Ian Lynagh | Turn object splitting off when we use the dynamic way |
commit | commitdiff | tree |
2013-03-21 |
Ian Lynagh | Remove some more old, unused code |
commit | commitdiff | tree |
2013-03-20 |
Gabor Greif | Track subrepos Cabal |
commit | commitdiff | tree |
2013-03-20 |
Ian Lynagh | Fix build with non-Linux ELF OSes |
commit | commitdiff | tree |
2013-03-19 |
Ian Lynagh | Remove some commented out build system code |
commit | commitdiff | tree |
2013-03-19 |
Ian Lynagh | Fix building when $(CC_STAGE0) contains spaces |
commit | commitdiff | tree |
2013-03-19 |
Ian Lynagh | Be more optimistic about which platforms support shared... |
commit | commitdiff | tree |
2013-03-19 |
Ian Lynagh | Optimistically assume that LD_LIBRARY_PATH works for... |
commit | commitdiff | tree |
2013-03-19 |
Ian Lynagh | Merge branch 'master' of darcs.haskell.org:/srv/darcs... |
commit | commitdiff | tree |
2013-03-19 |
Ian Lynagh | Merge branch 'master' of mac:ghc/git/val64/. |
commit | commitdiff | tree |
2013-03-18 |
Ian Lynagh | Add support for OSX ld's -filelist flag |
commit | commitdiff | tree |
2013-03-18 |
Austin Seipp | Fix stage2 build on ARM. |
commit | commitdiff | tree |
2013-03-18 |
Ian Lynagh | Remove base 3 support from bin-package-db |
commit | commitdiff | tree |
2013-03-18 |
Ian Lynagh | Only steal ~# as a reserved operator when MagicHash... |
commit | commitdiff | tree |
2013-03-17 |
Ian Lynagh | Add a kludgy dependency to fix compiling modules that... |
commit | commitdiff | tree |
2013-03-17 |
Ian Lynagh | Fix ohi-sanity-check when we have ways other than v... |
commit | commitdiff | tree |
2013-03-17 |
Ian Lynagh | Remove a couple of unused make variables |
commit | commitdiff | tree |
2013-03-17 |
Ian Lynagh | Remove some directories that used to be used by GUM |
commit | commitdiff | tree |
2013-03-17 |
Ian Lynagh | Also build the v way when DYNAMIC_GHC_PROGRAMS is YES |
commit | commitdiff | tree |
2013-03-17 |
PHO | Enable Opt_PIC for the dyn way regardless of OSes. |
commit | commitdiff | tree |
2013-03-17 |
PHO | Remove a bitrotted hack for OpenBSD and NetBSD regardin... |
commit | commitdiff | tree |
2013-03-17 |
Ian Lynagh | Remove readIface's unused argument |
commit | commitdiff | tree |
2013-03-17 |
Ian Lynagh | Update Cabal |
commit | commitdiff | tree |
2013-03-16 |
Ian Lynagh | Merge branch 'master' of darcs.haskell.org:/srv/darcs... |
commit | commitdiff | tree |
2013-03-16 |
Ian Lynagh | Fix the handling of Opt_Static |
commit | commitdiff | tree |
2013-03-16 |
Ian Lynagh | Fix searching for object files when doing TH |
commit | commitdiff | tree |
2013-03-16 |
Ian Lynagh | A little polishing |
commit | commitdiff | tree |
2013-03-15 |
Ian Lynagh | Disable DYNAMIC_GHC_PROGRAMS on Windows |
commit | commitdiff | tree |
2013-03-15 |
Ian Lynagh | Partial support for dynamic ghc on Windows |
commit | commitdiff | tree |
2013-03-15 |
Patrick Palka | Implement type family instance support for ":info"... |
commit | commitdiff | tree |
2013-03-15 |
Ian Lynagh | Set the way to 'dynamic' when running GHCi if GHCi... |
commit | commitdiff | tree |
2013-03-15 |
Ian Lynagh | By default, use the dynamic way for programs in the... |
commit | commitdiff | tree |
2013-03-13 |
Simon Peyton... | Implement nullary type classes (#7642) |
commit | commitdiff | tree |
2013-03-13 |
Krzysztof Gogolewski | Remove tabs and trailing whitespace from TcTyClsDecls |
commit | commitdiff | tree |
2013-03-13 |
Ian Lynagh | Finish adding support for 2 DLLs in the ghc package... |
commit | commitdiff | tree |
2013-03-12 |
Ian Lynagh | Follow changes in Cabal |
commit | commitdiff | tree |
2013-03-12 |
Ian Lynagh | Merge branch 'master' of win:c:/ghc/git/cygwin/. |
commit | commitdiff | tree |
2013-03-12 |
Ian Lynagh | Merge branch 'master' of darcs.haskell.org:/srv/darcs... |
commit | commitdiff | tree |
2013-03-12 |
Edward Z. Yang | Typo-fix for panic. |
commit | commitdiff | tree |
2013-03-11 |
Ian Lynagh | Update Cabal |
commit | commitdiff | tree |
2013-03-11 |
Edward Z. Yang | More advice about profiling CAFs. |
commit | commitdiff | tree |
2013-03-11 |
Ian Lynagh | Fix building the GHC package DLL on Windows |
commit | commitdiff | tree |
2013-03-10 |
David Waern | Merge branch 'master' of darcs.haskell.org/ghc |
commit | commitdiff | tree |
2013-03-10 |
Max Bolingbroke | Fix construction of ALL_ALEX_OPTS and ALL_AS_OPTS |
commit | commitdiff | tree |
2013-03-10 |
Ian Lynagh | Remove some commented out SPECIALIZE pragmas |
commit | commitdiff | tree |
2013-03-10 |
Ian Lynagh | Building with -dynamic-too now works, so enable it... |
commit | commitdiff | tree |
2013-03-10 |
Edward Z. Yang | Remove unnecessary warnings suppressions, fixes ticket... |
commit | commitdiff | tree |
2013-03-09 |
Ian Lynagh | Fix -dynamic-too with -boot files |
commit | commitdiff | tree |
2013-03-09 |
Ian Lynagh | Merge branch 'master' of darcs.haskell.org:/srv/darcs... |
commit | commitdiff | tree |
2013-03-09 |
Simon Peyton... | Slight tidy-up to Pedro's work on Typeable |
commit | commitdiff | tree |
2013-03-09 |
Simon Peyton... | Remove unnecessary DynFlags arg to mkCgIdInfo |
commit | commitdiff | tree |
2013-03-09 |
Simon Peyton... | Remove stale, commented-out code about heap checks |
commit | commitdiff | tree |
2013-03-09 |
Simon Peyton... | Remove warning-suppression (not needed) |
commit | commitdiff | tree |
2013-03-09 |
Ian Lynagh | Don't pass -dynamic-too to GHC when compiling C files |
commit | commitdiff | tree |
2013-03-09 |
Ian Lynagh | Simplify away some old -dynamic-too stuff from the... |
commit | commitdiff | tree |
2013-03-09 |
Ian Lynagh | Re-enable a flag-consistency check |
commit | commitdiff | tree |
2013-03-09 |
Ian Lynagh | Remove a now-redundant hack |
commit | commitdiff | tree |
2013-03-09 |
Ian Lynagh | Fix -dynamic-too: Outputt to the dyn file when output_s... |
commit | commitdiff | tree |
2013-03-09 |
Ian Lynagh | Add some extra sanity checking to the (l)hs->o rules |
commit | commitdiff | tree |
2013-03-09 |
Ian Lynagh | Change how -dynamic-too works |
commit | commitdiff | tree |
2013-03-09 |
Ian Lynagh | Split the Hsc phase into two subphases |
commit | commitdiff | tree |
2013-03-09 |
Ian Lynagh | A couple more small refactorings |
commit | commitdiff | tree |
2013-03-09 |
Patrick Palka | Fix pretty printing of human-readable integers (#7750) |
commit | commitdiff | tree |
2013-03-09 |
Simon Peyton... | Remove unused functions cmmConstrTag, cmmGetTag |
commit | commitdiff | tree |
2013-03-09 |
Boris Sukholitko | Remove cg_tag from CgIdInfo |
commit | commitdiff | tree |
2013-03-09 |
Boris Sukholitko | Detabify StgCmmEnv |
commit | commitdiff | tree |
2013-03-09 |
Boris Sukholitko | Detabify StgCmmMonad |
commit | commitdiff | tree |
2013-03-08 |
Simon Peyton... | Merge branch 'master' of darcs.haskell.org/ghc |
commit | commitdiff | tree |
next |