Propagate scalar variables and tycons for vectorisation through 'HscTypes.VectInfo'.
[ghc-hetmet.git] / validate
2011-05-24 Simon MarlowInstall the mtl package into the bindist when validatin...
2011-04-14 Ian LynaghMake the boot script complain if mk/build.mk doesn...
2011-03-31 Ian LynaghUpdate meta-repo stuff
2010-11-21 Ian LynaghFor bindists, build ghc-pwd with stage 1
2010-10-14 Ian LynaghHave boot check that we have the dph packages when...
2010-10-07 Ian LynaghMake "./validate --slow" run the full testsuite
2010-09-30 Ian Lynaghmake test and fulltest targets in the main Makefile...
2010-05-17 Ian LynaghIn validate, use gmake if available; based on a patch...
2010-05-08 Ian LynaghAdd a ghc.mk for bindisttest/
2010-04-15 Ian LynaghConvert boot and boot-pkgs to perl
2010-03-21 Ian LynaghAllow specifying $threads directly when validating
2009-10-09 Ian LynaghWhen validating, run the testsuite with the bindisttest...
2009-10-09 Ian LynaghDon't remake the bindist when validating with --testsui...
2009-09-30 Ian LynaghWe no longer need to specify the gcc and ld location...
2009-09-28 Ian LynaghRun bindisttest when validating
2009-09-21 Ian LynaghValidate now cleans regardless of whether mk/config...
2009-06-15 Simon Marlowadd the missing final row of dashes in the success...
2009-05-21 Simon Marlowdon't clean GMP before validating (it rarely changes...
2009-05-14 Simon Marlowvalidate now uses maintainer-clean, not distclean
2009-05-13 Simon Marlowvalidate does "exit 1" if it fails
2009-05-07 Ian LynaghRename pwd to ghc-pwd
2009-05-05 Ian LynaghSimplify utils/pwd
2009-04-26 Ian LynaghGHC new build system megapatch
2009-03-30 Simon Marlowgo back to using $CPUS + 1 for the number of threads...
2009-03-05 Simon Marlowadd --with-ld=c:/mingw/bin/ld
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2008-10-07 Ian LynaghCheck whether mk/validate.mk defines anything after...
2008-08-17 Ian LynaghChange how we know whether or not we are validating
2008-08-06 Ian LynaghOoops; lack of mk/confi.mk doesn't mean validate should...
2008-08-04 Ian LynaghDon't boot/configure if we are validating --no-clean
2008-07-07 Ian LynaghAdd a comment in validate saying where the hpc HTML...
2008-07-01 Ian LynaghAdd --slow (and --fast) options to validate
2008-07-01 Ian LynaghMake a "validate --hpc"; shows how much of the compiler...
2008-06-11 Ian LynaghTell the testsuite how many threads we want it to use...
2008-05-02 Ian LynaghWhen validating, configure with "--prefix=`pwd`/inst"
2008-03-02 Ian LynaghFix typo
2008-02-28 simonpj@microsoft.comAdd comments explaining flags
2008-02-10 Ian LynaghAllow skipping "make clean" or only re-running the...
2007-09-05 Ian LynaghBuild settings for validation are now in mk/validate...
2007-09-02 Ian LynaghFix and supress some warnings, and turn on -Werror...
2007-08-24 Simon Marlowfix typo
2007-08-24 Ian LynaghCheck haddocking works when validating
2007-07-30 Ian Lynagh#1559 is worked around elsewhere, so validate no longer...
2007-07-29 Ian LynaghUse "set -e" in validate, so "sh validate" still has...
2007-07-25 Simon Marlowmake validate work on Windows
2007-07-22 Ian LynaghCheck for framework failures and unexpected passes...
2007-07-22 Ian LynaghUse CLEANUP=1 when running the testsuite from validate
2007-07-07 Simon Marlowallow build settings to be overriden by adding mk/valid...
2007-07-04 Simon MarlowAdd first cut of the validate script