ghc-hetmet.git
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
2007-07-17 Roman LeshchinskiyRemove mapping from tycons to PA dictionaries from...
2007-07-17 Roman LeshchinskiyAdd datacons to vectorisation environment
2007-07-17 Roman LeshchinskiyAdd fixV
2007-07-17 Roman LeshchinskiyClassification of tycons for vectorisation
2007-07-17 Roman LeshchinskiyClean up
2007-07-17 Roman LeshchinskiyMove type vectorisation code to a separate module
2007-07-16 Roman LeshchinskiyPass correct dictionary to lengthPA for single-element...
2007-07-16 Roman LeshchinskiyAbstract over all in-scope type variables when creating...
2007-07-16 Roman LeshchinskiyPass PA dictionaries after all type arguments
2007-07-16 Roman LeshchinskiyFix bug in lifted environment inspection code
2007-07-16 Roman LeshchinskiyLifting contexts have type Int#
2007-07-16 Roman LeshchinskiyFix bug in vectorisation
2007-07-16 Roman LeshchinskiyFix bad bug in type vectorisation
2007-07-16 Roman LeshchinskiyMake vectorisation part of the optimiser pipeline
2007-07-16 Roman LeshchinskiyGet NDP prelnames from the right modules
2007-07-16 Roman LeshchinskiyVectorise top-level bindings of a module
2007-07-16 Roman LeshchinskiyVectorisation of top-level bindings
2007-07-16 Roman LeshchinskiyStore hoisted bindings in the global environment during...
2007-07-16 Roman LeshchinskiyAdd support for name cloning to vectorisation monad
2007-07-16 Roman LeshchinskiyRefactoring
2007-07-16 Roman LeshchinskiyAdapt interface file code for vectorisation
2007-07-16 Roman LeshchinskiyCollect hoisted vectorised functions
2007-07-13 Roman LeshchinskiyFirst incomplete version of closure vectorisation
2007-07-13 Roman LeshchinskiyRefactor slightly
2007-07-13 Roman LeshchinskiyAdd utility function for vectorisation
2007-07-13 Roman LeshchinskiyAdd closedV
2007-07-12 Roman LeshchinskiyExport wrapFamInstBody and unwrapFamInstScrut
2007-07-11 Roman LeshchinskiyRefactoring
2007-07-11 Roman LeshchinskiyAdd whitespace
2007-07-11 Roman LeshchinskiyOnly vectorise rank-1 expressions
2007-07-10 Roman LeshchinskiyMove some vectorisation utility functions
2007-07-10 Roman LeshchinskiyModify PA dictionary computation to work with the class...
2007-07-10 Roman LeshchinskiyClean up handling of PA dictionaries
2007-07-15 andy@galois.comFIX problem with not using the compat lib for Set in...
2007-07-15 Michael D.... Properly parse GC blocks for functions with info tables
2007-07-15 Michael D.... Removed 'allow_header_set' argument from 'pack_continua...
2007-07-15 Michael D.... Fixed conditional branches to proc points
2007-07-15 Michael D.... Removed unused variable from compiler/cmm/CmmCPS.hs
2007-07-15 Michael D.... Removed unused import from compiler/cmm/CmmCPS.hs
2007-07-15 Michael D.... Keep the CPS pass from creating proc points due to...
2007-07-15 Michael D.... Fixed CPS to account for info tables not being next...
2007-07-14 Michael D.... Fix the CPS pass to pack the continuation with correct...
2007-07-14 Ian LynaghFix for print022 (round up when dividing type size...
2007-07-14 Ian LynaghFix putting hsicon.ico into the Windows installer;...
next