| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Reenable object splitting on Darwin, now #4013 appears to be fixed | Ian Lynagh | 2011-02-19 | 1 | -2/+1 |
* | Use DTrace whenever it's available | Ian Lynagh | 2011-02-10 | 1 | -3/+1 |
* | comments | Simon Marlow | 2011-02-01 | 1 | -5/+7 |
* | Merge in new code generator branch. | Simon Marlow | 2011-01-24 | 1 | -0/+9 |
* | Fix "make 1" etc following the build system changes | Ian Lynagh | 2011-01-27 | 2 | -1/+61 |
* | Keep separate linker flags, for when we want to link with gcc or ld | Ian Lynagh | 2011-01-24 | 1 | -3/+6 |
* | Fix OSTYPE test | Ian Lynagh | 2011-01-20 | 1 | -2/+2 |
* | Add OSTYPE build-system variable, and use it | simonpj@microsoft.com | 2011-01-13 | 3 | -7/+15 |
* | Turn off dtrace unless you override USE_DTRACE | Ian Lynagh | 2011-01-16 | 1 | -0/+3 |
* | Build system improvements | Ian Lynagh | 2011-01-15 | 1 | -2/+0 |
* | Make DESTDIR an absolute path when installing; fixes #4883 | Ian Lynagh | 2011-01-08 | 1 | -0/+4 |
* | On Cygwin, use a Cygwin-style path for /bin/install's destination | Ian Lynagh | 2011-01-06 | 1 | -8/+33 |
* | Drop a seven years old workaround for happy | Matthias Kilian | 2010-12-31 | 1 | -4/+0 |
* | Drop GhcWithLlvmCodeGen configuration bits | Matthias Kilian | 2010-12-19 | 1 | -3/+0 |
* | provide shared libraries support on i386-unknown-solaris2 platform | Karel Gardas | 2010-12-17 | 1 | -0/+1 |
* | comments on SRC_HC_OPTS (#4829) | Simon Marlow | 2010-12-14 | 1 | -0/+17 |
* | Remove dead code now that we require the bootstrapping compiler be >= 6.12 | Ian Lynagh | 2010-12-14 | 1 | -2/+0 |
* | Make CPPFLAGS variables, as well as CFLAGS and LDFLAGS | Ian Lynagh | 2010-12-07 | 1 | -0/+3 |
* | Always enable the archive-loading code | Ian Lynagh | 2010-11-27 | 1 | -6/+0 |
* | Remove an unused build system variable: GhcDir | Ian Lynagh | 2010-11-24 | 1 | -2/+0 |
* | Remove unused build system variable: GhcHasEditline | Ian Lynagh | 2010-11-24 | 1 | -3/+0 |
* | Remove unused variables from the build system: HBC, NHC, MKDEPENDHS | Ian Lynagh | 2010-11-24 | 1 | -8/+2 |
* | Remove references to Haskell 98 | Ian Lynagh | 2010-11-23 | 1 | -1/+0 |
* | Libraries bytestirng, time, binary need -fno-warn-identities | simonpj@microsoft.com | 2010-11-16 | 1 | -2/+5 |
* | Fix computation of installed packages | simonpj@microsoft.com | 2010-09-24 | 1 | -0/+3 |
* | For now, switch off incomplete-pattern warnings in containers | simonpj@microsoft.com | 2010-09-23 | 1 | -0/+3 |
* | turn off -Werror for primitive and vector | Simon Marlow | 2010-09-23 | 1 | -0/+6 |
* | Refactoring and tidy up in the build system | Simon Marlow | 2010-09-23 | 1 | -0/+4 |
* | "UseArchivesForGhci = YES" on darwin | Ian Lynagh | 2010-09-20 | 1 | -0/+4 |
* | Implement archive loading for ghci | Ian Lynagh | 2010-09-20 | 1 | -0/+2 |
* | Enable shared libs on OpenBSD | Matthias Kilian | 2010-09-18 | 1 | -1/+6 |
* | Tidy up the ArchHasAdjustorSupport definition | Ian Lynagh | 2010-09-04 | 1 | -1/+1 |
* | ppc: switch handling of 'foreign import wrapper' (FIW) to libffi | Sergei Trofimovich | 2010-08-29 | 1 | -1/+1 |
* | Binary no longer has unusable UNPACK pragmas, so no need to turn of -Werror | Ian Lynagh | 2010-09-04 | 1 | -3/+0 |
* | Remove some duplication of C flags | Ian Lynagh | 2010-08-19 | 1 | -1/+2 |
* | Disable object splitting on OSX; works around #4013 | Ian Lynagh | 2010-08-15 | 1 | -7/+8 |
* | Reduce the xargs -s value we use on Windows | Ian Lynagh | 2010-08-12 | 1 | -2/+4 |
* | Delete GhcLibProfiled | simonpj@microsoft.com | 2010-08-13 | 1 | -2/+3 |
* | Fix the HsColour test in the build system | Ian Lynagh | 2010-08-05 | 1 | -1/+1 |
* | Always haddock by default | Ian Lynagh | 2010-07-30 | 1 | -1/+1 |
* | Use different CC/LD options for different stages | Ian Lynagh | 2010-07-23 | 1 | -3/+7 |
* | ia64: switch handling of 'foreign import wrapper' (FIW) to libffi | Sergei Trofimovich | 2010-07-09 | 1 | -1/+1 |
* | Move all the warning workarounds to one place | Ian Lynagh | 2010-07-10 | 1 | -0/+16 |
* | alpha: switch handling of 'foreign import wrapper' (FIW) to libffi | Sergei Trofimovich | 2010-07-08 | 1 | -1/+1 |
* | Remove some more unused make variables | Ian Lynagh | 2010-06-16 | 1 | -10/+0 |
* | Convert some more variable names to FOO_CMD, for consistency | Ian Lynagh | 2010-06-16 | 1 | -17/+4 |
* | Rename some variables from FOO to FOO_CMD | Ian Lynagh | 2010-06-16 | 3 | -10/+10 |
* | Make the "show" target work anywhere in the build tree | Ian Lynagh | 2010-06-16 | 1 | -1/+5 |
* | Add new LLVM code generator to GHC. (Version 2) | David Terei | 2010-06-15 | 1 | -0/+3 |
* | powerpc-apple-darwin now supports shared libs | Ian Lynagh | 2010-06-01 | 1 | -1/+1 |