summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* More work towards dynamic programs on WindowsIan Lynagh2013-05-121-0/+1
* Small refactoring in ghc-pkgIan Lynagh2013-04-281-6/+4
* Remove some old "backwards compatibility" codeIan Lynagh2013-04-281-24/+4
* Make "ghc-pkg field pkg field --simple-output" do something usefulIan Lynagh2013-04-281-16/+20
* Fix the inplace name of ghc-cabalIan Lynagh2013-04-251-1/+1
* Use different exeext variables for each stage; fixes #7709Ian Lynagh2013-04-202-3/+4
* Small build system refactoringIan Lynagh2013-04-201-5/+6
* Add a check that the Windows DLL split is OK; fixes #7780Ian Lynagh2013-04-073-0/+124
* ticky enhancementsNicolas Frisby2013-03-291-0/+1
* Remove some directories that used to be used by GUMIan Lynagh2013-03-1734-9748/+0
* Finish adding support for 2 DLLs in the ghc package; fixes #5987Ian Lynagh2013-03-131-2/+25
* Follow changes in CabalIan Lynagh2013-03-121-28/+17
* Update CabalIan Lynagh2013-03-113-17/+27
* Remove old ltx and verbatim utilsIan Lynagh2013-03-074-321/+0
* 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