summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* compile the -inplace programs using $(HC), not $(GHC)Simon Marlow2007-07-312-2/+2
* Make lndir work on Windows (by copying)Ian Lynagh2007-07-301-9/+91
* Make lndir whitespace consistentIan Lynagh2007-07-301-130/+130
* Set hardtop_plat to hardtop to find out what, if anything, breaksIan Lynagh2007-07-301-40/+2
* Use our own (Haskell) pwd to find the tree rootIan Lynagh2007-07-304-4/+59
* #1559 is worked around elsewhere, so validate no longer needs toIan Lynagh2007-07-301-6/+2
* Change the strategy to determine dynamic data accessClemens Fruhwirth2007-07-3115-220/+187
* Translate dyn in GhcLibWays into --enable-shared for CabalClemens Fruhwirth2007-07-231-0/+5
* Add proper header so that cygwin recognizes this file as executableClemens Fruhwirth2007-07-221-0/+1
* Add hardwire-lib-paths option and make it default for inplace invocationsClemens Fruhwirth2007-07-173-3/+8
* Add import facility to cmm parserClemens Fruhwirth2007-07-131-1/+8
* Fix the knot-tying in loopDecls to actually do what its comment tells: provid...Clemens Fruhwirth2007-07-131-2/+5
* windres to use the gcc given as --with-cc.Clemens Fruhwirth2007-07-031-1/+1
* Change package name mangling when linking against DSOsClemens Fruhwirth2007-06-281-17/+8
* Allow access via manually generated SymbolPtrs. Generalize pprImportedSymbol ...Clemens Fruhwirth2007-06-201-3/+8
* FIX compacting GC (bug1010, and other failures)Simon Marlow2007-07-301-47/+106
* FIX #1559, #1560. Rearrange the way we do ifBuildable...Simon Marlow2007-07-302-32/+44
* * ghc-asm: Finally did away with $* in a way that works with Perl 5.6~5.10+, ...audreyt@audreyt.org2007-07-301-397/+385
* Use "set -e" in validate, so "sh validate" still has it setIan Lynagh2007-07-291-1/+3
* Follow cabal configurations changesIan Lynagh2007-07-291-18/+4
* Pointer TaggingSimon Marlow2007-07-2739-175/+832
* Fix building the HEAD with itselfIan Lynagh2007-07-262-0/+12
* Link with hpc even if GhcWithInterpreter is not setIan Lynagh2007-07-261-2/+7
* Documentation updates for #1177Simon Marlow2007-07-262-54/+214
* Mark PA dictionaries as __inline_meRoman Leshchinskiy2007-07-261-1/+1
* Add missing coercionRoman Leshchinskiy2007-07-261-4/+6
* Make sure DEFAULT always comes first in generated PA dictionariesRoman Leshchinskiy2007-07-261-1/+1
* Fix generation of lengthPARoman Leshchinskiy2007-07-262-7/+13
* Modify generation of PA dictionaries to match GHC's usual behaviourRoman Leshchinskiy2007-07-261-7/+7
* Use the right dictionary when calling lengthPARoman Leshchinskiy2007-07-261-2/+15
* Automatically derive PA for vectorised tyconsRoman Leshchinskiy2007-07-262-17/+25
* PA instance generation code (not used yet)Roman Leshchinskiy2007-07-261-6/+34
* Create exported names in vectorisation monadsRoman Leshchinskiy2007-07-261-1/+12
* Add vectorisation-related OccName derivation schemeRoman Leshchinskiy2007-07-261-1/+2
* PA dictionary generationRoman Leshchinskiy2007-07-252-5/+35
* Move codeRoman Leshchinskiy2007-07-252-23/+24
* Generate replicatePARoman Leshchinskiy2007-07-251-2/+72
* Generate lengthPA methodRoman Leshchinskiy2007-07-251-0/+17
* Use emptyPA in vectorisationRoman Leshchinskiy2007-07-252-1/+7
* Add emptyPA to PrelNamesRoman Leshchinskiy2007-07-251-1/+3
* More refactoringRoman Leshchinskiy2007-07-252-10/+14
* RefactoringRoman Leshchinskiy2007-07-252-11/+12
* make validate work on WindowsSimon Marlow2007-07-251-3/+21
* FIX #1177, partially at least.Simon Marlow2007-07-255-18/+20
* hs_exit()/shutdownHaskell(): wait for outstanding foreign calls to complete b...Simon Marlow2007-07-245-13/+52
* Add unreg/tables-next-code output to +RTS --infoIan Lynagh2007-07-232-0/+8
* Add a +RTS --info flag print various info; partially fixes trac #1517Ian Lynagh2007-07-222-0/+15
* FIX #1215: GHC fails to respect the maximal munch rule while lexing "qualifie...Simon Marlow2007-07-241-32/+1
* FIX #1555: Remove "exp -> pat" production in stmtsSimon Marlow2007-07-231-3/+0
* Document the new -X flags in the flag referenceIan Lynagh2007-07-221-2/+182