July 2013 Archives by thread
Starting: Tue Jul 2 13:08:27 CEST 2013
Ending: Wed Jul 31 21:11:43 CEST 2013
Messages: 199
- [commit: base] master: Remove uses of RecordWildCards in GHC.Event.TimerManager (1f81187)
Simon Marlow
- [commit: haskeline] ghc-head: Fix build on Win64 (40bcd6a)
Ian Lynagh
- [commit: integer-gmp] master: Follow GHC build system changes (fd3a33d)
Ian Lynagh
- [commit: process] master: Fix build on Win64 (26be9f2)
Ian Lynagh
- [commit: ghc] master: Fix build on Win64 (98810fe)
Ian Lynagh
- [commit: ghc] master: Fix bumpTickyLitBy[E] on Win64; fixes #7940 (aec9b2d)
Ian Lynagh
- [commit: ghc] master: Track haskeline Win64 fix (448b981)
Ian Lynagh
- [commit: ghc] master: Change the ranlib detection (c548fec)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (606ec0a)
Ian Lynagh
- [commit: ghc] master: Comment out a leftover pprTrace (a5b7ee5)
Gabor Greif
- [commit: ghc] master: include FastString.string_table in CoreMonad.reinitializeGlobals (163de25)
Nicolas Frisby
- [commit: ghc] master: copy the plugin's FastStringTable changes back into the host compiler (279ac9f)
Nicolas Frisby
- [commit: ghc] master: Fix llvm.prefetch instrinct for old LLVM versions (126285e)
David Terei
- [commit: ghc] master: Always have LLVM optimize globals (a421252)
David Terei
- [commit: ghc] master: Remove spurious extra brace in LLVM metadata (405a20c)
David Terei
- [commit: ghc] master: Avoid needlessly splitting a UniqSupply when extracting a Unique (#8041) (a5913a2)
Austin Seipp
- [commit: testsuite] master: Fix testsuite failure caused by fix to #8041 (ae3dae9)
Austin Seipp
- [commit: base] master: Derive Show, Eq, Ord, Read for Control.Applicative.ZipList; fixes #5787 (db6d589)
Ian Lynagh
- [commit: testsuite] master: Add a test for #8035; patch from errge (e9a3f72)
Ian Lynagh
- [commit: testsuite] master: Add expected output for T8035 (16c120d)
Ian Lynagh
- [commit: ghc] master: Fix segfault with STM; fixes #8035. Patch from errge. (60cb478)
Ian Lynagh
- [commit: testsuite] master: Add test to check stack is not executable, to prevent #703 regressions. (0f31b19)
Edward Z. Yang
- [commit: ghc] master: Disable executable stack for the linker note, fixing #703 (again) (08a3862)
Edward Z. Yang
- [commit: ghc] master: emacs-friendly completion command for ghci; part of #5687. Patch from hvr. (36a5417)
Ian Lynagh
- [commit: ghc] master: Docs for ghci completion command for ghci; part of #5687. Patch from hvr. (195626f)
Ian Lynagh
- [commit: ghc] master: Alpha rename some functions for consistency (b16cb73)
Ian Lynagh
- [commit: ghc] master: Fix build (12ed5c2)
Ian Lynagh
- [commit: ghc] master: Merge branch 'master' of http://darcs.haskell.org/ghc (ca9a431)
Ian Lynagh
- [commit: ghc] master: Implement atomicReadMVar, fixing #4001. (70e2063)
Edward Z. Yang
- [commit: base] master: Add atomicReadMVar to Control.Concurrent.MVar and friends. (c464def)
Edward Z. Yang
- [commit: testsuite] master: Tests for atomicReadMVar. (1cb6aee)
Edward Z. Yang
- [commit: ghc] master: Add LOCK_CLOSURE macro for use in C--, which inlines the capability check. (3a8c501)
Edward Z. Yang
- [commit: ghc] master: Don't call dirty_MVAR on atomicReadMVar unless we change the MVar. (190d34a)
Edward Z. Yang
- [commit: ghc] master: Implement tryAtomicReadMVar#. (db8d4a3)
Edward Z. Yang
- [commit: ghc] master: Release note for atomicReadMVar and friends. (94f2057)
Edward Z. Yang
- [commit: base] master: Implement tryAtomicReadMVar. (546f7e7)
Edward Z. Yang
- [commit: testsuite] master: Add simple test for tryAtomicReadMVar. (e71dd63)
Edward Z. Yang
- [commit: base] master: Fix build. (d900345)
Austin Seipp
- [commit: ghc] master: Fix typo in description (f6e9d4f)
Gabor Greif
- [commit: testsuite] master: Add a test for #7850 (107218a)
Ian Lynagh
- [commit: ghc] master: Rename atomicReadMVar and friends to readMVar. (48f462f)
Edward Z. Yang
- [commit: base] master: Rename atomicReadMVar and friends to readMVar, replacing old readMVar. (abe8151)
Edward Z. Yang
- [commit: base] master: Minor rewording. (92ed514)
Edward Z. Yang
- [commit: testsuite] master: Rename atomicReadMVar and friends to readMVar. (27d4d6e)
Edward Z. Yang
- [commit: ghc] master: This reverts commit 163de25813d12764aa5ded1666af7c06fee0d67e and commit 279ac9f66a83203448b279ea478b2cc1dafbd35d. (4115f23)
Nicolas Frisby
- [commit: ghc] master: adding FastString.string_table to the sharedCAF/Globals.c mechanism (193e0ee)
Nicolas Frisby
- [commit: haddock] master: Fix failing test (e2c419b)
Simon Hengel
- [commit: haddock] master: Fix failing test (f4961b4)
Simon Hengel
- [commit: ghc] master: Update docs for readMVar/tryReadMVar. (2f99cdb)
Edward Z. Yang
- [commit: ghc] master: Add support for byte endian swapping for Word 16/32/64. (18087a1)
Austin Seipp
- [commit: testsuite] master: cgrun072 now passes. (313a620)
Austin Seipp
- [commit: ghc] master: Fix bug in readMVar implementation: keep clean MVars clean. (95e6865)
Edward Z. Yang
- [commit: ghc] simd: Fixup stack spills when generating AVX instructions. (a7a9b85)
Geoffrey Mainland
- [commit: ghc] simd: Add Cmm support for 256-bit-wide values. (5401d5d)
Geoffrey Mainland
- [commit: ghc] simd: Pass 256-bit-wide vectors in registers. (8fb5fd9)
Geoffrey Mainland
- [commit: ghc] simd: Add support for -mavx and -mavx=2 flags. (9f968d4)
Geoffrey Mainland
- [commit: ghc] simd: Add DoubleX4# and associated primops. (6d51b17)
Geoffrey Mainland
- [commit: ghc] simd: Add support for 256-bit-wide vectors. (f792079)
Geoffrey Mainland
- [commit: ghc] simd: Set LLVM option -stack-alignment=32 when compiling AVX instructions. (7d69e70)
Geoffrey Mainland
- [commit: ghc] simd's head updated: Pass 256-bit-wide vectors in registers. (8fb5fd9)
Geoffrey Mainland
- [commit: vector] branch 'simd' created
Geoffrey Mainland
- [commit: vector] simd: Bump version (20b94f6)
Geoffrey Mainland
- [commit: vector] simd: Documentation (8aff1d7)
Geoffrey Mainland
- [commit: vector] simd: Strictness fix (ecd9b71)
Geoffrey Mainland
- [commit: vector] simd: Bump version (1198dab)
Geoffrey Mainland
- [commit: vector] simd: Export SPEC (355e2d5)
Geoffrey Mainland
- [commit: vector] simd: Use SPEC in stream comparisons (79767a8)
Geoffrey Mainland
- [commit: vector] simd: Change version number again (41c94d2)
Geoffrey Mainland
- [commit: vector] simd: Allow streams to produce entire vectors as well as individual elements (fd18157)
Geoffrey Mainland
- [commit: vector] simd: Added NFData instances for all vectors (993b4b2)
Geoffrey Mainland
- [commit: vector] simd: Reimplement concat (2033706)
Geoffrey Mainland
- [commit: vector] simd: Have streams carry chunk initialisers rather than vectors (d01d9f6)
Geoffrey Mainland
- [commit: vector] simd: Fix docs (f2b0015)
Geoffrey Mainland
- [commit: vector] simd: Require dev version of primitive (820b80e)
Geoffrey Mainland
- [commit: vector] simd: Improve basicSet for Storable vectors (e54a82f)
Geoffrey Mainland
- [commit: vector] : Improve basicSet for primitive vectors (84dae34)
Geoffrey Mainland
- [commit: vector] : Switch to record syntax for streams (18dc0ff)
Geoffrey Mainland
- [commit: vector] : Delete dead code (072ebed)
Geoffrey Mainland
- [commit: vector] : Relax package upper bounds (3fab96f)
Geoffrey Mainland
- [commit: vector] : Faster concatMap (427c50b)
Geoffrey Mainland
- [commit: vector] : Whitespace (8a0a0c0)
Geoffrey Mainland
- [commit: vector] : Add Maybe (v a) to Stream representations (f375eff)
Geoffrey Mainland
- [commit: vector] : Use new Stream in length and null (3e88ef5)
Geoffrey Mainland
- [commit: vector] simd: Improve length and null (1a5a602)
Geoffrey Mainland
- [commit: vector] simd: Resolve conflict (b058e75)
Geoffrey Mainland
- [commit: vector] simd: Comment out the NFData instance for mutable boxed vectors for now (3247dd1)
Geoffrey Mainland
- [commit: vector] simd: Move eq and cmp to monadic streams (2fa70a6)
Geoffrey Mainland
- [commit: vector] simd: Add type signatures for GHC >= 7.4 (a1204cf)
Geoffrey Mainland
- [commit: vector] simd: Remove outdated Changelog file (deb38e5)
Geoffrey Mainland
- [commit: vector] simd: Bump versions and dependencies (f1904ef)
Geoffrey Mainland
- [commit: vector] simd: Remove Safe Haskell support (996eb93)
Geoffrey Mainland
- [commit: vector] simd: Changelog (dc22722)
Geoffrey Mainland
- [commit: vector] simd: Add missing file (b32e1c4)
Geoffrey Mainland
- [commit: vector] simd: liftStream -> lift (72b66e3)
Geoffrey Mainland
- [commit: vector] simd: Bump version number (bbdf02d)
Geoffrey Mainland
- [commit: vector] simd: INLINE_STREAM -> INLINE_FUSED (d128c90)
Geoffrey Mainland
- [commit: vector] simd: fromVectorStream -> concatVectors (d95948c)
Geoffrey Mainland
- [commit: vector] simd: Resolve conflict (f136d6e)
Geoffrey Mainland
- [commit: vector] simd: Rename Stream -> Facets (2ed3068)
Geoffrey Mainland
- [commit: vector] : Adapt tests to new names and modules (1845461)
Geoffrey Mainland
- [commit: vector] simd: Implement poly-kinded Typeable (e9f63a6)
Geoffrey Mainland
- [commit: vector] : Require primitive >= 0.5.0.1 (697372d)
Geoffrey Mainland
- [commit: vector] : Readd Fusion.Stream.Monadic and use it Bundle.Monadic (1223095)
Geoffrey Mainland
- [commit: vector] simd: Add a hack to get rid of duplicate loop counters in mzipwith. (17c4b0d)
Geoffrey Mainland
- [commit: vector] simd: Resolve conflict (7259a8e)
Geoffrey Mainland
- [commit: vector] : Rename Facets to Bundle (cfa07b7)
Geoffrey Mainland
- [commit: vector] simd: Add support for vectors that contain SIMD vectors. (b5d33e8)
Geoffrey Mainland
- [commit: vector] : Add internal checks (e48c3c2)
Geoffrey Mainland
- [commit: vector] : Finish Stream -> Bundle renaming (a18c912)
Geoffrey Mainland
- [commit: vector] : Work around bug in ghc-7.6.1 (1d21026)
Geoffrey Mainland
- [commit: vector] : Make inplace fusion work on Streams rather than Bundles (81660e1)
Geoffrey Mainland
- [commit: vector] simd: Incorporate prefetching. (7f1a61a)
Geoffrey Mainland
- [commit: vector] simd: Add PackedVector and PackedMVector instances for vectors of 3-tuples. (a448468)
Geoffrey Mainland
- [commit: vector] simd: Push test of vector size into un-Boxing. (11b5182)
Geoffrey Mainland
- [commit: vector] simd: Enable loop unrolling and be smarter about prefetching. (dcc35c5)
Geoffrey Mainland
- [commit: vector] simd: Add vectorized version of enumFromTo_int and enumFromTo_double. (2f0d6d2)
Geoffrey Mainland
- [commit: testsuite] master: Add note about how to cleanup test files. (0fbb56a)
Edward Z. Yang
- [commit: unix] master: Fix #7399. (5692f5b)
Edward Z. Yang
- [commit: process] master: Fix process007 test. (843c1a4)
Edward Z. Yang
- [commit: process] master: Compile the C file with -Wall. (5d47829)
Edward Z. Yang
- [commit: testsuite] master: Only run T7995 with optimizations (it tests rule firing). (02e16d5)
Edward Z. Yang
- [commit: ghc] master: Sync the list of default warnings with reality; fixes #8060. (7cbce1d)
Ian Lynagh
- [commit: ghc] master: On second thoughts, don't document -fwarn-alternative-layout-rule-transitional (49fc268)
Ian Lynagh
- [commit: ghc] master: Document -fwarn-pointless-pragmas; fixes #8049 (d3e0c76)
Ian Lynagh
- [commit: ghc] master: Add `:show linker` command to `:help` output (9d88904)
Ian Lynagh
- [commit: ghc] master: Add `:show imports` to completion table (9b8b448)
Ian Lynagh
- [commit: ghc] master: use prompt2 in `:set +m` mode (e7de764)
Ian Lynagh
- [commit: ghc] master: Add final remaining bits to fix #7978. (76d0cbc)
Geoffrey Mainland
- [commit: testsuite] master: Add a test for #8083 (9aae6aa)
Ian Lynagh
- [commit: testsuite] master: T8083(ghci) fails (a68ec88)
Ian Lynagh
- [commit: ghc] master: Temporarily disable common block elimination; fixes #8083 for now (be89c67)
Ian Lynagh
- [commit: base] data-proxy: Reorganized instance definitions to put them all in Proxy.hs. (4e9014c)
Richard Eisenberg
- [commit: base] data-proxy, master: Expose new Word operation to swap endianness for Word{16, 32, 64} (5c37ca9)
Richard Eisenberg
- [commit: base] data-proxy,master: Fix #7787 (fd39d59)
Richard Eisenberg
- [commit: base] data-proxy,master: Add test for #7787 (0b02a2e)
Richard Eisenberg
- [commit: base] data-proxy,master: Fix GHC.Enum on 32bit platforms; fixes #8072 (af77ef4)
Richard Eisenberg
- [commit: base] data-proxy: Finish implementing poly-kinded gcast and Data.Type.Equality (f6b521c)
Richard Eisenberg
- [commit: base] data-proxy: Merge branch 'master' into data-proxy (aec3eaa)
Richard Eisenberg
- [commit: base] data-proxy: Fix problem with deprecating gcast[12] (ebd99ae)
Richard Eisenberg
- [commit: base] data-proxy: Fix imports (71d53b5)
Richard Eisenberg
- [commit: base] data-proxy's head updated: Fix imports (71d53b5)
Richard Eisenberg
- [commit: base] master: Fix bug in IO manager when number of capabilities is changed; fixes #8087 (a65ce19)
Ian Lynagh
- [commit: testsuite] master: Add output for T7970, make it run when 'fast', and remove bogus file (ee47e6e)
Simon Marlow
- [commit: base] data-proxy: Merge branch 'master' into data-proxy (48f5e61)
Richard Eisenberg
- [commit: base] master: Implement "TypeLevelReasoning" proposal at wiki:TypeLevelReasoning (365b9d8)
Richard Eisenberg
- [commit: base] data-proxy's head updated: Merge branch 'master' into data-proxy (48f5e61)
Richard Eisenberg
- [commit: base] data-proxy: Merge branch 'master' into data-proxy (5b8c2b9)
Richard Eisenberg
- [commit: base] data-proxy's head updated: Merge branch 'master' into data-proxy (5b8c2b9)
Richard Eisenberg
- [commit: ghc] master: Fix a bug in stack layout with safe foreign calls (#8083) (c234885)
Simon Marlow
- [commit: base] master: Eliminate Equality.hs-boot and Proxy.hs-boot by moving instances (e53a9e2)
Richard Eisenberg
- [commit: testsuite] master: Wibble to output from new instances in Data.Data (2435435)
Richard Eisenberg
- [commit: ghc] master: Whitespace only in deSugar/Desugar.lhs (de0f6c5)
Ian Lynagh
- [commit: ghc] master: Remove an unnecessary-looking import (8fe9eff)
Ian Lynagh
- [commit: ghc] master: Some release note additions. (cf8fba9)
Austin Seipp
- [commit: ghc] master: Use OrdLists when parsing export lists (862b6d0)
Ian Lynagh
- [commit: ghc] master: Whitespace only in basicTypes/BasicTypes.lhs (0fa7cc9)
Ian Lynagh
- [commit: ghc] master: Whitespace only in basicTypes/Avail.hs (f749f06)
Ian Lynagh
- [commit: ghc] master: Remove redundant parentheses (75f762c)
Ian Lynagh
- [commit: ghc] master: De-orphan a load of Binary instances (fb520bb)
Ian Lynagh
- [commit: ghc] master: Beautify a few Binary instances (385055c)
Ian Lynagh
- [commit: testsuite] master: Add some missing cleaning (0cf6ca4)
Ian Lynagh
- [commit: testsuite] master: Rename a mis-named test (d59df4a)
Ian Lynagh
- [commit: ghc] master: Whitespace only in basicTypes/RdrName.lhs (ebaa332)
Ian Lynagh
- [commit: template-haskell] master: Remove some redundant warning suppression (02af008)
Ian Lynagh
- [commit: testsuite] master: Add a test for #8101 (48d39bd)
Ian Lynagh
- [commit: ghc] master: Whitespace only in deSugar/Match.lhs (8f377cc)
Ian Lynagh
- [commit: ghc] master: desugar code even when -fno-code is used; fixes #8101 (b475be3)
Ian Lynagh
- [commit: ghc] master: Remove an out-of-date comment (see #8101) (9e185cc)
Ian Lynagh
- [commit: ghc] master: Move libffi's tarball into its own repo (9e118d0)
Ian Lynagh
- [commit: ghc] master: Rename doDynamicToo to dynamicTooMkDynamicDynFlags (1e25859)
Ian Lynagh
- [commit: ghc] master: Make sdist make a separate tarball for the Windows tarballs (e977524)
Ian Lynagh
- [commit: ghc-tarballs] master: Remove libffi tarball (f190b3c)
Ian Lynagh
- [commit: testsuite] master: Add a test for #7835 (10ec154)
Ian Lynagh
- [commit: ghc] master: Change which files --make mode thinks are 'Haskellish' (a10e199)
Ian Lynagh
- [commit: ghc] master: Added operational semantics to docs/core-spec. (0a3663b)
Richard Eisenberg
- [commit: ghc] master: Fix typos (4d7c6d0)
Gabor Greif
- [commit: ghc] master: Add strength reduction rules (Fixes #7116) (838e2fd)
Jan Stolarek
- [commit: ghc] master: Merge branch 'master' of ssh://darcs.haskell.org/srv/darcs/ghc (5090288)
Jan Stolarek
- [commit: testsuite] master: Test for #7116 (strength reduction) (fc49652)
Jan Stolarek
- [commit: base] master: Add asProxyTypeOf and Trustworthy pragma to Data.Proxy (51ad1c6)
Richard Eisenberg
- [commit: base] master: We need NegativeLiterals for GHC.Int or we get warnings (62d49c1)
Ian Lynagh
- [commit: testsuite] master: Add a test for T7895 (literal overflow) (696047f)
Ian Lynagh
- [commit: testsuite] master: Add NegativeLiterals to T4437 (b0a2ae5)
Ian Lynagh
- [commit: ghc] master: Whitespace only in deSugar/MatchLit.lhs (b74c73b)
Ian Lynagh
- [commit: ghc] master: Add a warning for overflowing literals; fixes #7895 (4e7eb3a)
Ian Lynagh
- [commit: ghc] master: Add NegativeLiterals extension (ef73963)
Ian Lynagh
Last message date:
Wed Jul 31 21:11:43 CEST 2013
Archived on: Sat Oct 12 07:43:40 CEST 2013
This archive was generated by
Pipermail 0.09 (Mailman edition).