summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Comparison primops return Int# (Fixes #6135)Jan Stolarek2013-08-142-4/+1
* Rename SSE -> XMM for consistency.Geoffrey Mainland2013-08-061-2/+2
* Update the package database directory's timestamps when rebuilding the packag...Geoffrey Mainland2013-06-241-0/+4
* Maintain per-generation lists of weak pointers (#7847)Takano Akio2013-06-151-0/+1
* Allow multiple C finalizers to be attached to a Weak#Takano Akio2013-06-151-4/+8
* Typo in hp2ps help outputJoachim Breitner2013-06-131-1/+1
* When verbose, give more information about cache statusIan Lynagh2013-05-301-17/+35
* Fix the GHC package DLL-splittingIan Lynagh2013-05-141-6/+14
* Simplify ghc-cabalIan Lynagh2013-05-141-19/+17
* 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