ghc-hetmet.git
2007-07-30 Ian Lynagh#1559 is worked around elsewhere, so validate no longer...
2007-07-31 Clemens FruhwirthChange the strategy to determine dynamic data access
2007-07-23 Clemens FruhwirthTranslate dyn in GhcLibWays into --enable-shared for...
2007-07-22 Clemens FruhwirthAdd proper header so that cygwin recognizes this file...
2007-07-17 Clemens FruhwirthAdd hardwire-lib-paths option and make it default for...
2007-07-13 Clemens FruhwirthAdd import facility to cmm parser
2007-07-13 Clemens FruhwirthFix the knot-tying in loopDecls to actually do what...
2007-07-03 Clemens Fruhwirthwindres to use the gcc given as --with-cc.
2007-06-28 Clemens FruhwirthChange package name mangling when linking against DSOs
2007-06-20 Clemens FruhwirthAllow access via manually generated SymbolPtrs. General...
2007-07-30 Simon MarlowFIX compacting GC (bug1010, and other failures)
2007-07-30 Simon MarlowFIX #1559, #1560. Rearrange the way we do ifBuildable...
2007-07-30 audreyt@audreyt.org* ghc-asm: Finally did away with $* in a way that works...
2007-07-29 Ian LynaghUse "set -e" in validate, so "sh validate" still has...
2007-07-29 Ian LynaghFollow cabal configurations changes
2007-07-27 Simon MarlowPointer Tagging
2007-07-26 Ian LynaghFix building the HEAD with itself
2007-07-26 Ian LynaghLink with hpc even if GhcWithInterpreter is not set
2007-07-26 Simon MarlowDocumentation updates for #1177
2007-07-26 Roman LeshchinskiyMark PA dictionaries as __inline_me
2007-07-26 Roman LeshchinskiyAdd missing coercion
2007-07-26 Roman LeshchinskiyMake sure DEFAULT always comes first in generated PA...
2007-07-26 Roman LeshchinskiyFix generation of lengthPA
2007-07-26 Roman LeshchinskiyModify generation of PA dictionaries to match GHC's...
2007-07-26 Roman LeshchinskiyUse the right dictionary when calling lengthPA
2007-07-26 Roman LeshchinskiyAutomatically derive PA for vectorised tycons
2007-07-26 Roman LeshchinskiyPA instance generation code (not used yet)
2007-07-26 Roman LeshchinskiyCreate exported names in vectorisation monads
2007-07-26 Roman LeshchinskiyAdd vectorisation-related OccName derivation scheme
2007-07-25 Roman LeshchinskiyPA dictionary generation
2007-07-25 Roman LeshchinskiyMove code
2007-07-25 Roman LeshchinskiyGenerate replicatePA
2007-07-25 Roman LeshchinskiyGenerate lengthPA method
2007-07-25 Roman LeshchinskiyUse emptyPA in vectorisation
2007-07-25 Roman LeshchinskiyAdd emptyPA to PrelNames
2007-07-25 Roman LeshchinskiyMore refactoring
2007-07-25 Roman LeshchinskiyRefactoring
2007-07-25 Simon Marlowmake validate work on Windows
2007-07-25 Simon MarlowFIX #1177, partially at least.
2007-07-24 Simon Marlowhs_exit()/shutdownHaskell(): wait for outstanding forei...
2007-07-23 Ian LynaghAdd unreg/tables-next-code output to +RTS --info
2007-07-22 Ian LynaghAdd a +RTS --info flag print various info; partially...
2007-07-24 Simon MarlowFIX #1215: GHC fails to respect the maximal munch rule...
2007-07-23 Simon MarlowFIX #1555: Remove "exp -> pat" production in stmts
2007-07-22 Ian LynaghDocument the new -X flags in the flag reference
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-21 andy@galois.comin hpc-tools, removing the use of %error, to allow...
2007-07-20 andy@galois.comhpc-tools: improving flag processing and help messages...
2007-07-21 Ian LynaghHack: copy ld.exe to compiler/gcc-lib so Cabal can...
2007-07-21 Ian LynaghFix the Windows build
2007-07-19 Ian LynaghWhen registering base during installation, don't hide...
2007-07-19 Ian LynaghCreate .hi-boot and .o-boot files in --make mode; fixes...
2007-07-06 Clemens FruhwirthFix -split-obj on Mac OS via -fasm
2007-07-18 Michael D.... Made the label generation in the Cmm parser more direct
2007-07-16 Michael D.... Typo fix in comment
2007-07-18 Simon MarlowDefault tick interval was 50ms, change it to 20ms
2007-07-18 Simon Marlowremove unused TICK_FREQUENCY
2007-07-18 Simon MarlowwakeUpSleepingThreads: fix off by one
2007-07-18 Ian LynaghFixes for the unreg build
2007-07-17 Michael D.... Factor 'callerSaveVolatileRegs' out of the NCG and...
2007-07-18 Roman LeshchinskiyRefactoring
2007-07-18 Roman LeshchinskiyBetter names for PArray instance coercions
2007-07-18 Roman LeshchinskiyAdd generated PArray instances to instance environments
2007-07-18 Roman LeshchinskiyNicer names for generated PArray instances
2007-07-18 Roman LeshchinskiyGenerate PArray instances of vectorised tycons
2007-07-18 Roman LeshchinskiyGeneration of DataCons for implicit PArray instances
2007-07-18 Roman LeshchinskiyFix two typos
2007-07-18 Roman LeshchinskiyMore vectorisation-related OccNames
2007-07-18 Manuel M T... darcs-all: allow relative path for repo in local fs
2007-07-17 Ian LynaghImplement the RTS side of GHC.Environment.getFullArgs
2007-07-16 Ian LynaghTypo
2007-07-16 Ian LynaghCorrections for warnings in the user guide
2007-07-16 Ian LynaghSync the UG entries for -Wall, -w etc with reality
2007-07-16 Ian Lynagh-w should turn off /all/ options, not just the -Wall...
2007-07-16 Ian LynaghImplement -fwarn-dodgy-imports
2007-07-16 Ian LynaghDoc tweaks
2007-07-16 Ian LynaghRemove note that -E behaviour has changed (6.0 has...
2007-07-16 Ian LynaghDoc tweaks
2007-07-16 Ian LynaghUser guide tweaks
2007-07-16 Ian LynaghDoc tweak
2007-07-16 Ian LynaghDoc tweak
2007-07-16 Ian LynaghCorrect user guide on when .ghci is read
2007-07-16 Ian LynaghTweak punctuation in the user guide
2007-07-16 Ian Lynaghghci command docs tweaks
2007-07-16 Ian LynaghFix alphabetical ordering in :? output
2007-07-16 Ian LynaghFix alphabetical ordering in user guide
2007-07-16 Ian LynaghTypo
2007-07-15 Ian LynaghRemove another instance of the banner from the user...
2007-07-15 Ian LynaghIn user guide, don't claim that ghci never generates...
2007-07-15 Ian Lynaghghci debugger documentation tweaks
2007-07-15 Ian LynaghFix typo
2007-07-15 Ian Lynaghghci doc tweaks
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-17 Roman LeshchinskiyHandle unlifted tycons and tuples correctly during...
2007-07-17 Roman LeshchinskiyInitialise global vectorisation environment properly
2007-07-17 Roman LeshchinskiyVectorise type declarations
2007-07-17 Roman LeshchinskiyVectorisation of data declarations (incomplete)
2007-07-17 Roman LeshchinskiyAdd vectorisation environment transformers
2007-07-17 Roman LeshchinskiyRefactor
next