| Commit message (Expand) | Author | Age | Files | Lines |
* | install ghc-pkg correctly when Stage1Only=YES (#7639) | Simon Marlow | 2013-02-05 | 1 | -20/+27 |
* | Add a primop attribute llvm_only. | Geoffrey Mainland | 2013-02-01 | 1 | -6/+6 |
* | Add support for passing SSE vectors in registers. | Geoffrey Mainland | 2013-02-01 | 1 | -0/+6 |
* | Add the Int64X2# primitive type and associated primops. | Geoffrey Mainland | 2013-02-01 | 1 | -0/+2 |
* | Add the DoubleX2# primitive type and associated primops. | Geoffrey Mainland | 2013-02-01 | 1 | -4/+6 |
* | Add the Int32X4# primitive type and associated primops. | Paul Monday | 2013-02-01 | 1 | -2/+5 |
* | Add the Float32X4# primitive type and associated primops. | Geoffrey Mainland | 2013-02-01 | 1 | -5/+23 |
* | Always pass vector values on the stack. | Geoffrey Mainland | 2013-02-01 | 1 | -28/+38 |
* | Try to make ghc-pkg and ghc-cabal use the same flags when bootstrapping. | Simon Marlow | 2013-02-01 | 2 | -2/+2 |
* | add $(CrossCompilePrefix) to hp2ps (#7639) | Simon Marlow | 2013-02-01 | 1 | -1/+1 |
* | We should be including HaskellMachRegs.h here, not RtsMachRegs.h | Simon Marlow | 2013-01-30 | 1 | -1/+1 |
* | Tidy up cross-compiling | Simon Marlow | 2013-01-17 | 1 | -2/+2 |
* | Update dependencies | Ian Lynagh | 2012-11-30 | 2 | -2/+2 |
* | Make ghc-pkg print less on error. | Ben Millwood | 2012-11-30 | 1 | -5/+6 |
* | Add a --reset-hpcdirs flag to hpc | Ian Lynagh | 2012-11-23 | 6 | -6/+17 |
* | de-tab hpc | Ian Lynagh | 2012-11-23 | 8 | -335/+335 |
* | "hpc version" now shows the version number from the .cabal file | Ian Lynagh | 2012-11-23 | 2 | -2/+5 |
* | Add fixity information to primops (ticket #6026) | Michal Terepeta | 2012-11-23 | 5 | -3/+58 |
* | Add a stddef.h #include to C file generated by DeriveConstants | Ian Lynagh | 2012-11-17 | 1 | -0/+1 |
* | We now assume that offsetof() is always defined | Ian Lynagh | 2012-11-16 | 1 | -9/+4 |
* | Fix the OFFSET macro | Ian Lynagh | 2012-11-13 | 1 | -8/+20 |
* | Fix build on Windows | Ian Lynagh | 2012-11-13 | 1 | -1/+1 |
* | Replace mkDerivedConstants.c with DeriveConstants.hs | Ian Lynagh | 2012-11-12 | 3 | -0/+892 |
* | fix typo, courtesy of Jon Cave, thanks! | Gabor Greif | 2012-11-08 | 1 | -1/+1 |
* | Merge branch 'master' of http://darcs.haskell.org/ghc | Ian Lynagh | 2012-10-31 | 1 | -11/+43 |
|\ |
|
| * | Attach proper jump liveness information to generated C-- code. | Geoffrey Mainland | 2012-10-30 | 1 | -11/+43 |
* | | Improve touchy | Ian Lynagh | 2012-10-31 | 1 | -55/+28 |
* | | Change how touchy sets the file time | Ian Lynagh | 2012-10-31 | 1 | -5/+86 |
|/ |
|
* | Fix a makefile rule | Ian Lynagh | 2012-10-29 | 1 | -1/+1 |
* | Move ghc-pkg's generated Version.hs inside the dist directories | Ian Lynagh | 2012-10-29 | 1 | -6/+9 |
* | Revert "Always use --force when registering packages" | Ian Lynagh | 2012-10-25 | 1 | -2/+2 |
* | Make "ghc-pkg check" check for prof and dyn ways, as well as vanilla | Ian Lynagh | 2012-10-25 | 1 | -17/+23 |
* | Remove an outdated comment | Ian Lynagh | 2012-10-25 | 1 | -1/+1 |
* | Always use --force when registering packages | Ian Lynagh | 2012-10-25 | 1 | -2/+2 |
* | Make it possible to build with only way dyn | Ian Lynagh | 2012-10-24 | 4 | -9/+21 |
* | Use Cabal to build mkUserGuidePart | Ian Lynagh | 2012-10-24 | 2 | -5/+20 |
* | Follow 'flags' -> 'generalFlags' rename | Ian Lynagh | 2012-10-18 | 1 | -1/+1 |
* | Fix some dependencies | Ian Lynagh | 2012-10-14 | 2 | -1/+3 |
* | Use Cabal to build ghctags | Ian Lynagh | 2012-10-14 | 2 | -3/+23 |
* | Use Cabal to build hpc-bin | Ian Lynagh | 2012-10-14 | 2 | -4/+11 |
* | Move the RPATH computation into the build rules | Ian Lynagh | 2012-10-14 | 1 | -4/+0 |
* | Add TRANSITIVE_DEPS variables to package-data.mk files | Ian Lynagh | 2012-10-14 | 1 | -0/+3 |
* | ghc-pkg: Print something when no packages are found; fixes #6119 | Ian Lynagh | 2012-10-11 | 1 | -1/+4 |
* | Produce new-style Cmm from the Cmm parser | Simon Marlow | 2012-10-08 | 1 | -7/+7 |
* | Actually build things the dynamic way | Ian Lynagh | 2012-10-04 | 1 | -2/+4 |
* | Build the dynamic way by default on Linux/amd64 | Ian Lynagh | 2012-10-03 | 12 | -63/+119 |
* | Tweak the build system handling of shell wrappers | Ian Lynagh | 2012-09-27 | 2 | -2/+2 |
* | Update dependency on directory. | Paolo Capriotti | 2012-09-09 | 5 | -5/+5 |
* | make sure to remove the right link before calling 'ln -s' (could we use 'ln -... | Gabor Greif | 2012-08-30 | 1 | -2/+2 |
* | Follow changes in Cabal | Ian Lynagh | 2012-08-23 | 2 | -1/+3 |