[commit: ghc] simd's head updated: Merge remote-tracking branch 'origin/master' into simd (f510517)

Geoffrey Mainland gmainlan at microsoft.com
Wed Apr 18 20:10:37 CEST 2012


Repository : ssh://darcs.haskell.org//srv/darcs/ghc

Branch 'simd' now includes:

     a38b510... Add .gitignore.
     276888e... Remember that these files are executable.
     2abe72b... Fix example comment.
     3d9a2ab... Fix comment.
     7f23052... Add a missing ASSERT.
     b40cea3... Treat type operators as constants, not variables.
     9cbc204... Add basic support for number type literals.
     3151f79... Add some operations on type-level naturals.
     58c9e60... Merge branch 'master' into type-nats
     868de1a... Change permissions.
     39f7c93... Make sure we don't drop derived goals (temporary).
     c428b57... Merge branch 'master' into type-nats
     9b5f2e4... Rename class 'TypeNat' to 'NatI'.
     282ce88... Improve reasoning about ordering to support transitivity and anti-symmetry.
     7c5c9ca... Merge branch 'master' into type-nats
     c938450... An idea about dealing with associative operators.
     c15ae63... Refactor a bit and report errors due to impossible constraints.
     cccd40e... Yet another variation on associativity.
     2c72b52... Cancelation and associativity.
     319a403... Merge remote branch 'origin/master' into type-nats
     6cceac9... Some rather inefficient support for distributivity.
     36e8579... A small fix and a note.
     0657392... Merge commit 'c073f23aba6d88a9479a20ccb53bb98a338638db' into type-nats
     74838b2... (partial) Merge branch 'master' into type-nats
     1420296... Merge branch 'master' into type-nats
     0b11494... Merge branch 'master' into type-nats
     826b75a... Add numeric types to the parsing part of the front end.
     7c2af5c... Extend GHC's type with a representation for type level literals.
     6486732... Merge remote-tracking branch 'origin/type-nats' into type-nats-merge
     e980df9... Add some missing cases for type literals.
     b7c1a7a... Merge branch 'master' into type-nats
     d6705e9... Remove tabs, so that I can push.
     ca6a358... Fix the implementation of the type literal trie.
     42186dd... Remove tabs, again.
     896d20f... Merge branch 'master' into type-nats
     8c3bc83... Add the wired-in names for manipulating type-level nats.
     4715b87... Add the built-in instances for class NatI.
     cb843f6... Monadify dsEvTerm in preparation for generating Integer & String evidence.
     7655c71... Go back to using an Integer as evidence, rather then just a Word.
     f784eb7... Merge remote-tracking branch 'origin/master' into type-nats
     85926ae... Change -XTypeOperators to treat all type-operators as type-constructors.
     2307516... Mainly, rename LiteralTy to LitTy
     d0e3776... Merge in more HEAD, fix stuff up
     9c15752... Merge remote-tracking branch 'origin/master' into type-nats
     5851f84... Add support for type-level "strings".
     cc04708... Put only local instances in the interactive context (fixes Trac #5820)
     62d1337... Document -fwarn-auto-orphans
     15ec883... Complete fix of #5820
     52c01c9... Merge branch 'master' of http://darcs.haskell.org/ghc
     54932b9... Add script for sending bug remilestoning e-mails
     b23a7e5... Don't allow implicit qualified imports in GHCi when -XSafe on.
     e5272d9... Don't add a bad import to the saved context.
     5e9e07a... Have :load work under -XSafe in GHCi.
     7afa5fe... Fix equality testing for test(1) on FreeBSD
     5aaffa6... Fix some more sh syntax in configure.ac
     91fe817... Add dragonfly support; based on a patch from Goetz Isenmann
     0759d08... Improve FreeBSD support in configure
     86ebfef... Minor documentation fix
     cfd89e1... Merge remote-tracking branch 'origin/master' into type-nats
     67f4ab7... Allocate pinned object blocks from the nursery, not the global allocator.
     c61b014... .cmm files need to depend on DerivedConstants.h
     1cbd950... Revert "Have :load work under -XSafe in GHCi."
     4a0973b... Revert "Don't add a bad import to the saved context."
     7357563... Refactoring, and fix a couple of SafeHaskell-related things
     1692267... Refactoring: make IIModule contain ModuleName, not Module, for consistency
     172a0c2... Minor documentation fix
     9277979... Remove the old ext-core docs
     8c0196b... Add docbook-ised external-core doc; from #5844, by James H. Fisher
     7bfb7bf... Define a quotRem CallishMachOp; fixes #5598
     9fa9dd7... fix #5534 (ghci -fobject-code strangeness)
     f3f8c90... fix ARM's StgCRun clobbered register list for both ARM and Thumb modes
     0bca11d... fix ARM StgCRun to not save and restore r11/fp register twice
     eda2c73... Be less conservative about recompiling after changes to -main-is (#5878)
     b6f94b5... Compile link .note section separately from main.c
     95d2e12... point to the wiki for "Setting up your system for building GHC" (#5874)
     444e2fe... oops, a Bool is a little *too* lax (#5878)
     77953db... tweak error message
     a40125e... add ticket number to comment
     c56c0c9... Whitespace only in types/TyCon.lhs
     546dd4f... Implement the CTYPE pragma; part of the CApiFFI extension
     7f79d0c... Refactoring around super-kinds
     2126f7a... Mainly tidying up pretty printing of types
     6585b15... Remove dead code
     78e2beb... Comments only
     384c386... Get rid of now-outdated zonkTypeCarefully
     a2fe5d2... Change ATyVar to only have a *tyvar* not a *type* in it
     ee1a35a... Tidy up the canonicaliser
     de9bae8... Rejig Core Lint to deal better with polymorphic kinds
     d31e9d6... Wibbles to the ATyVar changes
     154af13... Tidy up kind generalisation a bit
     1e00b77... Merge branch 'master' of http://darcs.haskell.org/ghc
     d2377e8... Add CType informatino to wired-in types
     a4b3fda... Add FunPtr to the types that toCType knows about
     b52f0a4... Merge branch 'master' of http://darcs.haskell.org/ghc
     20a2dfc... Fix the build with GHC < 7.4.1
     ef796d1... Fix parsing regression in CTYPE patch
     6f4a073... Remove unused ghciHandleGhcException
     4d84cc2... Kill dead code
     fcf977a... Move sortQuantVars to MkCore
     c676a15... Define TypeVar (like KindVar), isTypeVar, isKindVar, and use them
     f970ae2... Make the specialiser understand about polymorphic kinds
     e867f42... Substantially nicer code in record updates
     9789b03... Implement a typing rule for saturated seq, and document it Also add notes about unsafeCoerce
     94496fc... More simplification of the sub-kinding story
     0a5e4c6... Fix a nasty bug in the canonicaliser which was failing to emit kind constraints when decomposing an application. Resulting code is actually shorter!
     16e7a03... Fix a missing defaultKind that resulted in lingering ArgKinds
     1bc8014... Wibble to sub-kinding
     4c29dcb... Merge branch 'master' of http://darcs.haskell.org/ghc
     5940bfd... Now I understand why Constraint is a sub-kind of ArgKind!
     7b24c3f... Allow a header to be specified in a CTYPE pragma
     5d7fd29... Add some docs for the CAPI extension
     1b7dfd7... Small refactoring: Use (Maybe Header) rather than FastString
     efd78ac... Small refactor
     7a7f6d7... Add a primop for unsigned quotRem; part of #5598
     40cb7f1... GHC trees no longer include the extensible-exceptions package
     4082460... Show the CType in --show-iface output
     1e87280... Be stricter about abstract newtypes in FFI declarations again.
     62494e7... Add a hack to make validating with HADDOCK_DOCS=NO work
     544926d... Remove support for CTYPE pragmas on type synonyms
     d7d6c42... Fix validating with HADDOCK_DOCS=YES
     0a88274... Simplified serialization of IfaceTyCon, again
     9f29c9a... Update dependencies
     ec37da2... Update dependencies
     7d8b2c1... Call expandCallishMachOp in the x86_64 codegen too
     98acdf0... Add a Word add-with-carry primop
     d8228fd... Add x86_64 support for the add-with-carry op
     45eb0a4... Add a 2-word-multiply operator
     d16c681... Implement 2-word-multiply for x86_64
     16d8cdd... Fix generic 2-word-multiply
     778ca5d... Add x86 implementations of the quotRem, Mul2 and Add2 primops
     4c5464f... Abstract out the hFlush calls in the GHC API
     9065bdb... Fix parsing of FFI import decls
     ae04bd4... Implement "value" imports with the CAPI
     d785049... Whitespace only in utils/GraphOps.hs
     bb6657d... Fix warnings in utils/GraphOps.hs
     ee435a2... Change -X flags into LANGUAGE pragmas
     7e8da4a... Whitespace only in utils/GraphColor.hs
     d12f609... Fix warnings in utils/GraphColor.hs
     7a61f47... remove unused function: printError
     91cc139... tidied this up, the macro definitions were causing duplicate semis in the source
     8bd7200... use idiomatic (GHC) types
     2be38ab... remove legacy clean
     d30b461... typo
     9c42c22... minor tweak
     668aef9... two typos
     ed55820... some small corrections
     4cb771a... typo
     5f7ac44... typo
     ac89ecf... comments only
     efb95fb... typo
     da6e86e... zap extra semi
     a5c7946... (some) tabs -> spaces
     ca04a67... (some) tabs -> spaces
     f1c5402... tabs -> spaces
     13481df... (some) tabs -> spaces
     4d303fb... formatting tweaks
     ebd0ac7... tyops
     ffe282c... Replace createDirectoryHierarchy with createDirectoryIfMissing True
     4bac993... Add sync-all new-workdir
     b1bd566... Remove documentation that a feature was missing, because it is not. (#5896)
     151b0dc... Mention -threaded in the intro to Concurrent Haskell
     eeaa573... slight tweak to help text (#5896)
     014f1e1... raiseAsync: cope with ATOMICALLY_FRAMES inside UPDATE_FRAMES (#5866)
     b2e855d... Fix copy/paste error in the docs
     a352385... Whitespace only in nativeGen/AsmCodeGen.lhs
     2304a36... Fix the unregisterised build; fixes #5901
     1eee274... Fix validate with tables-next-to-code off
     2e55760... GHCi: add :seti, for options that apply only at the prompt (#3217)
     c624d28... Omit -osuf/-odir -hisuf/-hidir and -stubdir from the flag checker
     27d7d93... In --make, give an indication of why a module is being recompiled
     085c7fe... Drop the per-task timing stats, give a summary only (#5897)
     0bc6055... Fix crash caused by allowing duplicate *-modules in the context (#5904)
     3bf54e7... Hurrah!  This major commit adds support for scoped kind variables, which (finally) fills out the functionality of polymorphic kinds. It also fixes numerous bugs.
     9dde17e... White space only
     eeba543... Improved debug printing with -dverbose-core2core
     90de973... Attach INLINE pagmas in mutually recursive bindings
     e0c849e... Tidy up the handling of kind generalisation
     48cab6d... Make type trimming more conservative with -XDataKinds (fixes Trac #5912)
     3e00d04... Fix Trac #5892: a coding errors
     47a9a99... Deal with promoted DataCons in interface files (fixes Trac #5881)
     5e38346... Get correct options when calling 'clang' inplace of 'as' (#5903)
     28f783f... Add Haiku platform (#5828)
     dfe536b... Give a unfolding argument discount proportional to the number of available arguments
     d6b1050... ghc-pkg: make sure info messages go to stdout and errors to stderr (#3818)
     f630970... Tweak the HADDOCK_DOCS regex in validate
     7b0f95c... Improve reporting of type-class errors
     0034b43... Merge branch 'master' of http://darcs.haskell.org/ghc
     301a718... Don't defer type errors when evaluating a GHCi expression
     b74748f... Wrap quotes in an error message
     4a3b8c3... Documentation update: Enumerations of Integers are subject to list fusion (#5670)
     69b2113... Merge branch 'master' of http://darcs.haskell.org/ghc
     11ad927... Typo in comment
     e212079... In ghci, reload after :e. Patch from Paolo Capriotti. Fixes #5343
     0741ca5... Fix another bug in CorePrep eta-reduction (fixes Trac #5915)
     26c9623... Improve error message when interpreter is not enabled (Trac #5919)
     5513fe0... define TABLES_NEXT_TO_CODE in ghcautoconf.h (#5933)
     93299cc... Tweak to flag parsing (#5921)
     1dd9b1a... Merge remote-tracking branch 'origin/master' into type-nats
     e562e59... fix _BTM field of closureFlags[], and document what it means (#5923)
     e29001c... Allow Any as an argument type to foreign prim functions
     4bbe9f7... Fix closure_type_names, BLACKHOLE and BLOCKING_QUEUE were swapped
     c1ea823... Remove debug trace
     54eb030... Deal with kind variables brought into scope by a kind signature
     55372bc... Add fixity declarations to Template Haskell (Trac #1541)
     23b27e2... Improve debug WARNING message
     3f96882... Merge branch 'master' of http://darcs.haskell.org//ghc
     1802ef7... Fix another bug in CorePrep eta-reduction (fixes Trac #5915)
     79a10ef... Improve error message when interpreter is not enabled (Trac #5919)
     3e904ff... Remove debug trace
     431c05b... Deal with kind variables brought into scope by a kind signature
     ef2491a... Add fixity declarations to Template Haskell (Trac #1541)
     9b602e7... Improve debug WARNING message
     c31d0f9... Add TH support for type-level literals.
     634ffaf... Some configure/aclocal fixes for Win64
     97c24cd... Build the Windows ghci wrapper with stage1, not stage0
     69f98b8... Fix stg_block_async on unreg compilers
     45a40ba... Fix PprC for 64bit platforms with 32bit long's
     1d00c83... Support making a Win64 in-tree mingw
     dad672f... More aclocal fixes for Win64
     b0b76b2... Some Win64 fixes
     0268a23... More fixes for Win64
     8dfe8ee... Fix copy/paste error
     a83d9fb... Fix tarball name for Win64 mingw
     aff6b84... Merge branch 'master' of win:c:/m64/head/.
     3ed3073... More Win64 aclocal fixes
     84ccbea... Fix another copy/paste-o in aclocal.m4
     ca0fcb3... Fix a tiny bug in cwrapper.c
     1f04616... Fix path to windres on Win64
     14dfd4c... Merge branch 'master' of http://darcs.haskell.org/ghc
     393c53f... Add missing items to templateHaskellNames
     029cd43... Remove an unused variable; fixes a warning on Win64
     9827c21... Merge branch 'master' of http://darcs.haskell.org//ghc
     d66b9cb... For now, turn off the SEH code on Win64
     fb28754... Complete the fix for Trac #5882
     0936621... Fix documentation about TH and kind-promotion single-quote notation (Trac #4197)
     27e3bd8... Merge branch 'master' of http://darcs.haskell.org//ghc
     7a60d63... Soem more Wind64 fixes
     e4744cd... Another Win64 fix
     35b32a0... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
     b662736... Merge branch 'master' of win:c:/m64/head/.
     73ce2e7... Fix fingerprints for merge commits.
     ad752fd... Fix building with devel snapshots
     133d952... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
     45740c2... Fixed for unregisterised Windows builds
     8fb03bf... If we say we're treating StdCall as CCall, then actually do so
     d879a5a... Fixes for the threaded RTS on Win64
     452e15a... Fix the printing of * (the kind).
     d7bd9ee... Merge branch 'master' of win:c:/m64/head2
     5e10022... Add an `Outputable` instance for `HsTyLit`
     29e3d7b... Only parse type literals when using `DataKinds`.
     6260064... Fix the registers used in StgRun on Win64
     a3dc885... Use win32AllocStack on Win64 too
     f424fc2... Define allArgRegs correctly for Win64
     15e2942... Fix mkDerivedConstants on Win64
     e24091b... Fix stg_block_async on registerised Win64
     62b25ec... Add type-literals in the ordering hierarchy.
     deed56f... Merge remote-tracking branch 'origin/master' into type-nats
     6821789... Fix scoping of type variables in DsMeta
     15ebeea... Comments only
     6957078... Merge branch 'master' of http://darcs.haskell.org/ghc
     27402ec... Fix the Win32 build: A CPP symbol name was wrong
     8986122... Code tidy-up: Use RET_NN in stg_block_async
     a7e1136... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
     d0a4771... Fix for Win64 codegen
     d818973... Fix whitespace in ghci/ObjLink.lhs
     a65b762... Whitespace fixes in ghci/Linker.lhs
     d3b4310... Merge remote-tracking branch 'origin/master' into type-nats
     c4167f7... Rename allArgRegs to allIntArgRegs
     3bdc739... Fixes for the calling convention on Win64
     a067f1f... Merge branch 'master' of win:c:/m64/reg2/.
     c658670... Detab Adjustor.c
     7641d61... Only support stdcall in Adjustor.c on i386
     11feda6... Check for external names/exported ids in non-top-level binders during Lint
     ae2d23e... Print more information when out-of-scope detected by linter
     aecacda... Make impossible-alternative-finding code more reusable
     1dee0bb... Implement the Adjustor for Win64
     0c1a608... Merge branch 'master' of win:c:/m64/reg3/.
     703a30f... Disable some debug prints that a plain +RTS -DS was enabling
     9a7804d... Merge branch 'master' of win:c:/m64/reg3/.
     1d545ca... Fix compile for CPUs other than x86/x86_64.
     7441207... Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
     ee8bf69... hp2ps: escape backslashes when generating output file (#5800).
     ca7c3a0... Merge branch 'master' of http://darcs.haskell.org//ghc
     b857c8a... Refactor HsDecls.TyClDecl to extract the type HsTyDefn, which is the RHS of a data type or type synonym declaration.  This can be shared between type declarations and type *instance* declarations.
     050f714... Update the user guide with details on new flag +RTS -lu
     857cd8e... PPC ppr: tabs -> spaces.
     477cbad... PPC: Handle right shift of > 31 bits. Fix #5900.
     009058b... Add -favoid-vect
     68d00a0... when tracing to stderr, make the capset events conditional on TRACE_sched
     2abd65e... Tabs -> Spaces
     48b0aa6... Tabs -> Spaces
     48b467f... Tabs -> Spaces
     7e0a5bd... Clean and comment Annotations
     37328ed... Tabs -> Spaces
     66f4b85... Clean up GhcMake a little
     c8f2645... Tabs -> Spaces
     3ac28c0... Cleaning of HscStats
     c9336b1... Clean of PackageConfig
     18256a1... Tabs -> Spaces
     2c5591a... Code clean
     8ebd0c2... Tabs -> Spaces
     2938619... Tabs -> Spaces
     f5584e6... Tabs -> Spaces
     9ea0721... Improve documentation on optimisations.
     3c66252... Add TODO entries for missing and unexplained optimisation flags. (#5801)
     a756ff5... Rename optimisation flag for uniformity with existing flags.
     d8a3063... Document some optimisations, rearrange order to be more logical (#5801)
     c1bd2e5... clean to some docs
     47a0180... Remove old darcs files
     5784df0... Fix caller/callee register saving on Win64
     1212145... Fix ASSIGN_DBL on Win64
     9782f8f... Merge branch 'master' of win:c:/m64/reg4/.
     e1cf0b9... Fix rsp alignment on Win64
     4f6a56e... Merge branch 'master' of win:c:/m64/reg4/.
     0044864... Fix pretty-printing of type operators in imports/exports.
     8bb2730... Fix printing of type operators in declarations.
     d9ee9d9... Merge branch 'master' of http://darcs.haskell.org//ghc
     81b2b11... Add -XExplicitNamespaces to enable using 'type' in import/exports.
     bcb5995... Merge remote-tracking branch 'origin/master' into type-nats
     e5beffb... Complete refactoring of HsDecls/HsTyDefn
     a44c3d9... Make the 'extract' functions to find free type variables of an HsType return RdrNames rather than (Located RdrNames).
     6403540... Merge branch 'master' of http://darcs.haskell.org//ghc
     673b1be... Remove dead code
     5673173... Merge with HEAD
     4ecfc7f... Remove Show instance for Forest
     cc2d2e1... Midstream check-in on    (i) Replaced a lot of clunky and fragile EvVar handling code with        a more uniform ``flavor transformer'' API in the canonicalizer        and the interaction solver. Now EvVars are just fields inside        the CtFlavors.    (ii) Significantly simplified our caching story This patch does not validate yet and more refactoring is on the way.
     9606231... Don't document '-fregs-liveness' or '-fllvm-tbaa', both hidden flags
     516d313... Add a crucial forkM on the superclass context of IfaceClass in tcIfaceDecl
     b4b7647... Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-new-flavor
     cb5a3f2... Make the LocalRdrEnv keep track of all the Names that are in scope
     59d6d62... Merge branch 'master' of http://darcs.haskell.org/ghc
     734f1d4... Fix a bug in threadStackOverflow() (maybe #5214)
     fe0a45e... threadStackOverflow: Tweak to stack chunk sizing
     c6411c3... Slightly more informal message when EvCast fails.
     3be60fa... Bugfixes: (i) wrong evidence generetation when using cached solved family equation           (ii) evidence loops because of caching fixed
     4e0f1a0... Small bugfix (for indexed_types/should_compile/T2291.hs). Because our inert sets do not tolerate more than a single constraint per family head we have to allow family interactions /with the inerts/ (not with top-level) when the context says simplEqsOnly.
     1cc92e9... defaultKind the kind of one of the types when you create a higher-dimensional equality proof, pretty much as we do for mkTcEqPred. Ugly and delicate but we have to rething the subkinding story. For now I am doing the same thing as mkTcEqPred.
     81faaee... Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-new-flavor
     bf334d2... Add handling of LitTy. Still a TODO to deal properly with the forall case in there.
     e74fbf0... Started investigating how performance is affected and how intensively our caches are used.
     f30f90b... More informative commentary as to why we allow family interactions with inerts when simplEqsOnly is on.
     3f42011... Changing the orientation of a generated equality
     f84ea58... Deleting A LOT of commented out code!
     b22501b... Add linker support for ELF on ARM
     f1f93b2... Comments only
     f0cb41b... White space only
     dd847cb... Don't crash if there's a malformed instance!
     e21e13f... A related group of changes that make lexically scoped type variables work in Template Haskell
     4dd0fd3... Don't do validity checking on types in Template Haskell type brackets We might be in the "knot" of a type declaration: see Trac #5968.
     9804c81... Merge branch 'master' of http://darcs.haskell.org/ghc
     d86e6c0... A little tracing.
     ac2fbb4... Update documentation of DatatypeContexts (#5964)
     83d9b38... Attempt to detect loops through imported function RULEs
     6785820... Mostly commentary to follow up after discussions with SPJ on several open tickets.
     a39a192... Respect package qualifier when validating imports in GHCi (#5979)
     853c1c3... Add some missing equations for type-literals.
     d402d8a... Add an entry for -XExplicitNamespaces to the manual.
     0571092... Add a section about promoted literals to the manual.
     027f282... Tidy up compiler/ghc.cabal.in
     270b7ce... Whitespace only in main/Packages.lhs
     b3f6a8b... Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-new-flavor
     92b7e3d... Merge remote-tracking branch 'origin/master' into simd
     50e5a06... Fixed typo in b857c8ad which caused NewtypeD to be interpreted as DataD.
     dc2f65f... Support qualified identifiers in quasi-quotes (#5555).
     8580b97... Deleting more old commented code.
     5802ebd... Dropping the idempotence restriction on the inert substitution, for efficiency. More documentation to follow.
     f9da524... Commentary, following the relaxation of idempotence of the inert substitution.
     6d3ee92... Allow single-alternative case expressions to be floated in.
     e7e5e27... Prevent nested TH exceptions from bubbling up to the top level (#5976)
     d29e277... Bugfix in emitKindConstraint (must not cache orig constraint as Solved!); added short note to document an example.
     8737d47... When rewriting a flavor with rewriteCtFlavor, in the case of reflexivity, avoid setting the flavor PredType to be the new PredType if the types exactly match, so that in case of failure we report errors that do not have expanded type synonyms.
     2183c87... More informative tracing for ddump-cs-trace
     e3e740d... Wibble: using original type for the dictionary if it has not changed (to preserve synonyms)
     88d61cc... Improved checks for "dynamic" and "wrapper" foreign declarations (#5664)
     30eee19... Update comments about Addr in foreign declarations.
     4f7599d... Tighten up on type validity checking
     4d20dc8... Merge branch 'master' of http://darcs.haskell.org/ghc
     db66370... Add missing STG details for 128-byte vector applications.
     d3020a7... Adding a forgotten pre-canonicalication cache-lookup stage.
     0dd6cc5... Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-new-flavor
     4caef1c... Document optimisation passes, to some extent at least
     022c1d2... Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-new-flavor
     f9c2e85... Add eventlog/trace stuff for capabilities: create/delete/enable/disable
     8536f09... Calculate the total memory allocated on a per-capability basis
     cd930da... Change the presentation of parallel GC work balance in +RTS -s
     65aaa9b... Add new eventlog events for various heap and GC statistics
     a3cdefd... Adjust the eventlog description header for the spark counter event
     e88f162... Move trace of cap delete from shutdownCapability to freeCapability
     1f809ce... Emit final heap alloc events and rearrange code to calculate alloc totals
     598109e... Fix the timestamps in GC_START and GC_END events on the GC-initiating cap
     c294d95... Add the GC_GLOBAL_SYNC event marking that all caps are stopped for GC
     2bf6083... Fix uneeded test in safe haskell code
     c690214... Fix tracking of reason safe inference failed. (#5988)
     7ed6759... Update safe haskell error/warn formatting
     5a0b827... Fix GHC API with respect to safe haskell. (#5989)
     7f61ae2... --amend
     1a4ae30... Merge branch 'master' of http://darcs.haskell.org/ghc into ghc-new-flavor
     f7245ce... White space only
     6d46439... Improve error reporting for out-of-scope variables
     70b0f16... Improve kind-checking of type splices slightly
     0125965... Merge branch 'master' of http://darcs.haskell.org//ghc
     6100eb4... Fix Trac #5952, by changing the Outputable TyCon instance, so that it does not print a quote in front of a promoted TyCon in a Kind.
     b40f001... Merge branch 'master' of http://darcs.haskell.org/ghc
     582c49c... Remove general vector insertion primops.
     806182b... Implemeting a lookup modulo non-idempotent substitution.
     f15977c... Improved caching: I was flushing the solved when going under implications, this was the reason for the regression of T3064.
     3f46b1e... Merge branch 'master' of http://darcs.haskell.org/ghc
     f0d10e3... Allow promoted constructors in the typedoc production (#5948)
     1bfb979... Update names to match the implementation in GHC.TypeLits.
     2d8374a... Updates to the constraint solver to be able to handle implication constraint generation during solveInteractCts, needed for polytype equality decomposition. More commentary to follow.
     da102b3... Fix RTS build on OS X
     81f19d6... Setting empty touchable range in implications that are generated from polytype decomposition in the constraint solver.
     1603e4f... Merge branch 'master' of http://darcs.haskell.org/ghc
     6f1a432... fix quadratic performance issue with long module names (#5981)
     d6e3f3d... small cleanup
     dd24d6b... Disable the timer signal while blocked in select() (#5991)
     e12bec8... Fix crash with debug tracing and the new heap events
     9d26519... Improve the handling of threadDelay in the non-threaded RTS
     f089917... Turn on TRACE_gc with +RTS -Ds (this regressed at some point)
     ab52df86.. Revert "trac #5265 (support for additional .ghci files)"
     76bde33... Add support for additional .ghci files in GHCi (#5265)
     0a532c6... Do not re-encode correctly encoded inputs and arguments (#5795)
     e8dbeed... Fix a race condition in the GHCi debugger exposed by testcase break011.
     148b27b... Fix instance signature error message (#6001)
     206c8fc... Allow threads in GHCi to receive BlockedIndefintely* exceptions (#2786)
     392c288... updateThunk: minor tweak to avoid an unnecessary call to checkBlockingQueues
     5eabdc1... Fix crash with tiny initial stack size (#5993)
     f1a633a... Don't document '-freg-liveness' or '-fllvm-tbaa', developer flags
     295717d... More imporvements to optimisation flag docs.
     eecd7c9... Added ':runmonad' command to GHCi
     e0e99f9... Revert "Added ':runmonad' command to GHCi"
     3377abe... Untabify HsTypes
     f510517... Merge remote-tracking branch 'origin/master' into simd



More information about the Cvs-ghc mailing list