summaryrefslogtreecommitdiff
path: root/utils
Commit message (Expand)AuthorAgeFilesLines
* Fix #839 (Generate documentation for built-in types and primitve operations)Simon Marlow2007-02-281-25/+67
* Windows: the .hp file is <prog>.exe.hpSimon Marlow2007-02-281-1/+5
* Lightweight ticky-ticky profilingKirsten Chevalier2007-02-071-5/+5
* Don't use compat when compiling utils with stage1Ian Lynagh2007-02-064-5/+22
* Extension of testing script to parse PAPI results from GHC programs.Alexey Rodriguez2006-12-211-2/+54
* Add -stdout-binary and -stderr-binary flags to bypass dos2unixSimon Marlow2007-01-231-2/+15
* Fix ghc-pkg now showError has been removedIan Lynagh2007-01-151-2/+4
* expand $topdir in the output of 'ghc-pkg field'Simon Marlow2007-01-091-1/+28
* wrap Main.main in GHC.TopHandler.runIOFastExitSimon Marlow2007-01-051-1/+7
* Parse and use ghci nofib outputIan Lynagh2006-12-201-1/+3
* Turn -Wall onIan Lynagh2006-12-121-1/+1
* Fix more warningsIan Lynagh2006-12-121-82/+107
* Fix whitespaceIan Lynagh2006-12-121-240/+240
* Silence some warningsIan Lynagh2006-12-121-86/+92
* Fix more warningsIan Lynagh2006-12-121-51/+11
* Remove trailing white spaceIan Lynagh2006-12-121-23/+23
* DetabIan Lynagh2006-12-121-32/+32
* Fix thd3Ian Lynagh2006-12-121-1/+1
* Silence some warningsIan Lynagh2006-12-122-6/+14
* Silence more warningsIan Lynagh2006-12-121-51/+71
* More warning fixesIan Lynagh2006-12-121-30/+43
* Fix more warningsIan Lynagh2006-12-121-1/+5
* More warning fixes and some code rejiggingIan Lynagh2006-12-121-21/+18
* Fix more warningsIan Lynagh2006-12-122-6/+14
* Fix some warningsIan Lynagh2006-12-121-5/+14
* Beautify a bitIan Lynagh2006-12-121-10/+5
* Remove trailing spacesIan Lynagh2006-12-121-35/+35
* DetabIan Lynagh2006-12-121-231/+231
* Support RelocatableReadOnlyData section type in CmmParse, and use it where ne...wolfgang.thaller@gmx.net2006-10-221-2/+2
* Cast switch scrutinees to W_ in AutoApply.cmmwolfgang.thaller@gmx.net2006-10-221-2/+2
* Change a comma to a colonIan Lynagh2006-11-251-1/+1
* ghc-pkg: New command 'check' and made 'list' indicate broken packagesLennart Kolmodin2006-11-051-5/+49
* Emit .bat version of -inplace script on Windows platformssof@galois.com2006-11-171-0/+8
* Be compatible with older C standardsIan Lynagh2006-11-141-1/+3
* multipage_hp2psRavi Nanavati2006-09-298-16/+52
* remove the *.raw filesSimon Marlow2006-10-271-1/+1
* fix calculation of GC Work for 6.6+Simon Marlow2006-10-271-4/+6
* Run dos2unix on all the outputs, and don't let it eat stderrIan Lynagh2006-10-191-2/+6
* fix build for 6.4.x and 6.6.xSimon Marlow2006-10-181-1/+5
* remove use of FiniteMap, use Text.PrintfSimon Marlow2006-10-163-127/+47
* fix a regular expression in banner_reSimon Marlow2006-10-161-2/+3
* Try to get the right output for nofib-analyseSamuel Bronson2006-10-141-3/+3
* Get nofib-analyse to build with 6.4 at least...Samuel Bronson2006-10-142-5/+7
* Uncomment code to emit a space in place of a '>' in literate scriptsIan Lynagh2006-10-131-1/+1
* fix bugs, add boolean flag to identify coercion variablesManuel M T Chakravarty2006-09-201-3/+3
* add --force-files, like --force but doesn't allow missing dependenciesSimon Marlow2006-09-181-24/+43
* remove generated files in a 'finally' mannersof@galois.com2006-09-091-4/+17
* remove __HUGS__ #if's (Hugs uses the standalone version)Ross Paterson2006-09-071-23/+5
* Remove trailing CRs with sed rather than relying on diff in nofibIan Lynagh2006-09-071-2/+2
* Strip trailing CRs when comparing output for nofib. Fixes #797.Ian Lynagh2006-09-051-2/+2