summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Automatically add the $(exeext) to program namesIan Lynagh2013-03-0315-18/+16
* installation fixesIan Lynagh2013-03-031-0/+2
* Use unlit_INPLACE rather than UNLIT in the build systemIan Lynagh2013-03-031-1/+1
* Use more of the automatically generated INPLACE variablesIan Lynagh2013-03-032-3/+5
* Define $(prog)_INPLACE variables automatically, and start using themIan Lynagh2013-03-034-18/+18
* Rename $(Windows) to $(Windows_Host)Ian Lynagh2013-03-012-2/+2
* Remove utils/lndir/Makefile (part of the old build system)Ian Lynagh2013-02-171-11/+0
* Remove the MACOSX_DEPLOYMENT stuff; fixes #7559Ian Lynagh2013-02-171-6/+0
* Remove utils/MakefileIan Lynagh2013-02-171-113/+0
* Finish removing BootingFromHcIan Lynagh2013-02-171-6/+0
* Define utils/ghc-pkg_dist_PROG correctly for WindowsIan Lynagh2013-02-161-3/+1
* Build the stage0 ghc-pkg with CabalIan Lynagh2013-02-161-56/+13
* Whitespace tweakIan Lynagh2013-02-161-1/+1
* Build system tweak: Do the package checks at configure timeIan Lynagh2013-02-151-1/+1
* Stop using the deprecated System.CmdIan Lynagh2013-02-152-3/+2
* Merge branch 'master' of darcs.haskell.org:/home/darcs/ghcSimon Peyton Jones2013-02-141-0/+3
|\
| * Separate StablePtr and StableName tables (#7674)Simon Marlow2013-02-141-0/+3
* | Follow changes to HsPatSimon Peyton Jones2013-02-141-1/+1
|/
* install ghc-pkg correctly when Stage1Only=YES (#7639)Simon Marlow2013-02-051-20/+27
* Add a primop attribute llvm_only.Geoffrey Mainland2013-02-011-6/+6
* Add support for passing SSE vectors in registers.Geoffrey Mainland2013-02-011-0/+6
* Add the Int64X2# primitive type and associated primops.Geoffrey Mainland2013-02-011-0/+2
* Add the DoubleX2# primitive type and associated primops.Geoffrey Mainland2013-02-011-4/+6
* Add the Int32X4# primitive type and associated primops.Paul Monday2013-02-011-2/+5
* Add the Float32X4# primitive type and associated primops.Geoffrey Mainland2013-02-011-5/+23
* Always pass vector values on the stack.Geoffrey Mainland2013-02-011-28/+38
* Try to make ghc-pkg and ghc-cabal use the same flags when bootstrapping.Simon Marlow2013-02-012-2/+2
* add $(CrossCompilePrefix) to hp2ps (#7639)Simon Marlow2013-02-011-1/+1
* We should be including HaskellMachRegs.h here, not RtsMachRegs.hSimon Marlow2013-01-301-1/+1
* Tidy up cross-compilingSimon Marlow2013-01-171-2/+2
* Update dependenciesIan Lynagh2012-11-302-2/+2
* Make ghc-pkg print less on error.Ben Millwood2012-11-301-5/+6
* Add a --reset-hpcdirs flag to hpcIan Lynagh2012-11-236-6/+17
* de-tab hpcIan Lynagh2012-11-238-335/+335
* "hpc version" now shows the version number from the .cabal fileIan Lynagh2012-11-232-2/+5
* Add fixity information to primops (ticket #6026)Michal Terepeta2012-11-235-3/+58
* Add a stddef.h #include to C file generated by DeriveConstantsIan Lynagh2012-11-171-0/+1
* We now assume that offsetof() is always definedIan Lynagh2012-11-161-9/+4
* Fix the OFFSET macroIan Lynagh2012-11-131-8/+20
* Fix build on WindowsIan Lynagh2012-11-131-1/+1
* Replace mkDerivedConstants.c with DeriveConstants.hsIan Lynagh2012-11-123-0/+892
* fix typo, courtesy of Jon Cave, thanks!Gabor Greif2012-11-081-1/+1
* Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2012-10-311-11/+43
|\
| * Attach proper jump liveness information to generated C-- code.Geoffrey Mainland2012-10-301-11/+43
* | Improve touchyIan Lynagh2012-10-311-55/+28
* | Change how touchy sets the file timeIan Lynagh2012-10-311-5/+86
|/
* Fix a makefile ruleIan Lynagh2012-10-291-1/+1
* Move ghc-pkg's generated Version.hs inside the dist directoriesIan Lynagh2012-10-291-6/+9
* Revert "Always use --force when registering packages"Ian Lynagh2012-10-251-2/+2
* Make "ghc-pkg check" check for prof and dyn ways, as well as vanillaIan Lynagh2012-10-251-17/+23