[commit: ghc] cardinality's head updated: Make ticky-ticky display counts of single-entry and many-entry thunks (32bd4a6)
Simon Peyton Jones
simonpj at microsoft.com
Fri Mar 8 19:07:39 CET 2013
Repository : http://darcs.haskell.org/ghc.git/
Branch 'cardinality' now includes:
192789a Don't push to submodules on "./sync-all push"
d8ab46d Check sub-modules are OK before pushing
ed21082 Make :kind in GHCi do kind generalisation, always (Trac #7688)
bc00d90 Look through type synonyms when deciding if something is a type literal.
a187310 Squash some typos
6c743b6 Stop using the deprecated System.Cmd
3c839ac Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
cdf1655 Build system tweak: Do the package checks at configure time
00a9b91 Update submodule versions
4c821f0 Whitespace tweak
ac5a314 Build the stage0 ghc-pkg with Cabal
137b229 Fix build on Windows: We don't build terminfo on Windows
9857a6a Add a missing $ to a dependency
b893286 Define utils/ghc-pkg_dist_PROG correctly for Windows
c39d315 Build fix for dyn way on Windows; patch from nus
097f723 Small refactoring; patch from nus
5855496 Update submodules
94914b9 iOS patch no 1: Select operating system; from StephenBlackheath
c476494 iOS patch no 2: remove obsolete CROSS_COMPILE variable; #7699
fe46059 Add missing ;; in aclocal.m4
6d67af9 Whitespace only
4ebcdbe Remove support for the --enable-hc-boot flag in configure
d227713 Layout only
ffe795d Hardcode "BootingFromHc = NO" for now
b8bf9a3 Finish removing BootingFromHc
09316bc Remove utils/Makefile
68c6d00 Fix line endings in rts/win32/ThrIOManager.c
8d1e91a Simplify some code; patch from Bill Tutt
b46da7c Set repositories to have core.autocrlf == false; fixes #7673
d362d93 Fix the autocrlf test in sync-all
cd31b29 Remove the MACOSX_DEPLOYMENT stuff; fixes #7559
af16aba Remove utils/lndir/Makefile (part of the old build system)
5858bb3 Update submodules
e5e8709 Put the main ghc tree last in packages
eaab794 Update submodules
1bb3313 Use $(TargetPlatformFull) instead of $(GlobalCrossCompilePrefix)
29e86f9 Primitive bitwise operations on Int# (Fixes #7689)
391f287 fix PrimOp dependencies
dca3a28 declare stable_ptr_table (should fix via-C compilation)
767663b DPH: free top-level variables don't prevent encapsulation
5700479 Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
99c80a0 fix some dependencies
a5879a6 Fix segfault in retainer profiling when using multiple cores (#5909)
7ae0f5b Remove gblock and gunblock
8a50e63 Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
1d7cac7 Add a "deprecated in" pragma
ffd68b4 Remove printExceptionAndWarnings (deprecated since 7.2)
f469eff Fix bug in setNumCapabilities
355002c Better handling of find llvm tools. Use IFS as opposed to more hacky tr approach. This way can handle spaces in paths.
49f54dc Update submodules
96e3ae1 Package 'binary' is not a boot package any more
47235c3 Some -dynamic-too fixes
e7729b4 Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
84742c0 Fix #7710: do not AutoDeriveTypeable for synonyms and type families
2e010ce Small build system refactoring; no functional changes
676235f Rename hs-suffix-rules to hs-suffix-way-rules
eb90651 Rename hs-suffix-rules-srcdir to hs-suffix-way-rules-srcdir
0565f88 Split non-way-specific variables off from distdir-way-opts into distdir-opts
f136805 Separate the non-way-specific hs-suffix rules
807c294 Build fixes following build system refactoring
96ce0b0 Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
1a3247f Always quote arguments to removeFiles (fixes Windows install).
1abfa87 Fix displayed string
a49e9cf Add separate rules for all .hi files, rather than using %.hi style
e2249ff Make the build system use -dynamic-too if both way v and dyn are being built
8a6b565 Add another chapter to the hi-rule novel
02a489e Tweak the sed command so that it works on OSX
06edacf Turn -dynamic-too off in the build system for now
085e814 x86: promote arguments to C functions according to the ABI (#7383)
e2bea60 Use unicode quote characters in error messages etc; fixes #2507
cb34ce9 Fix the compiler plugin example; patch from edsko; fixes #7682
cdae665 Fix autoconf code to find LLVM tools.
890f465 Split SettingsCCompilerFlags into non-link and link portions
20b98f3 Change how unboxed tuples are lexed; fixes #7627
b7ae3cd Only emit %write_barrier primitive for THREADED_RTS
c68aac1 Fix parsing of pragmas containing unicode characters; fixes #7671
9010ab9 Fix a TODO in the compiler
11bfb4f Update submodule
0ee3165 Clarify comment
e6adb58 Minor doc typofix.
8fe04eb Typo
c0e581f Small refactoring
32a1ff5 Inline get_output_fn
50b5150 Small refactoring: Don't pass a redundant output_spec around
d3788e1 Fix some m4/shell syntax in aclocal.m4, spotted by Jan Stolarek
ce9f805 Small refactoring: Don't pass redundant stop_phase to runPipeline
217218f Small refactoring: Move the end-of-pipeline move into pipeLoop
4a8e254 Fix sys/cpuset.h on FreeBSD 9.1; patch from kazu-yamamoto; fixes #7708
e45f5e7 Make the #includes a little more correct in OSThreads.c
8bac590 Fix memory leak in CoreWriter (Trac #7702)
3ea331b Update to binary 0.7.0.0
d3e7f0f Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc
458c653 Comment the fix to Trac #7702
104ff6e Change how the build system handles packages
45ee44d Remove some unused variables
ffb2a8c Rename $(Windows) to $(Windows_Host)
dd9da49 Fix when terminfo is built; fixes #7700
77d1a44 Fix haddocking after the build system changes
6bd4017 Make ghc.mk a little prettier
116e5d2 Remove some more unused build system variables
01ac518 LATEX_DOCS is no longer used
2ede632 small build system tweak
61861a4 Remove some single-use build system variables
81ae702 Remove unused values from Config.hs
192d401 Remove a couple more single-use variables
fc461c3 Remove some more unused build system variables
535964b Follow Windows -> Windows_Host change in config.mk.in
e612875 Remove the unused REAL_SHELL variable in the build system
f92a6ee Remove some more unused build system code
f1fcfff Give hsc2hs different options in different stages; fixes #7705
e8b8bb3 Use .globl rather than .global on arm; part of #7707
0606e6e Use 'r11' rather than 'fp' on Arm; part of #7707
7bc3bdf ios fix from Stephen Blackheath; part of #7707
ff1de4c Add OSiOS, and define and use platformUsesFrameworks; part of #7720
5f261b4 Add iOS specific module layout entry to LLVM codegen; fixes #7721
253b0f2 Don't redundantly set hscTarget to the same value it already was
9579fd5 Simplify the definition of getOutputFilename
04e3b98 Make codeOutput panic if hscTarget is HscInterpreted
7c6b378 Make codeOutput and friends return the filename that they have created
27e20e2 Update source pointer.
638ba3e Typofix.
056997a Add PACKAGES_STAGE0 to build-dirs too; fixes #7700
180c850 Fix build when dph is not in the tree; fixes #7733
59d2216 Add missing parenthesis
4348e0b Fix missing backticks and parentheses in error messages; fixes #7734
52ba2ce Remove some unused build system variables
175b124 Export dopt_set, dopt_unset
5d0801d Whitespace only
1da6975 Define $(prog)_INPLACE variables automatically, and start using them
480ad03 Use more of the automatically generated INPLACE variables
1cb4b90 Use unlit_INPLACE rather than UNLIT in the build system
ddb4879 Remove the _INSTALL_IN support in the build system
2bdc4fd installation fixes
7cef437 Automatically define _INPLACE variables for perl programs too
8640750 Use the automatic variables for touchy too
2b85372 Automatically add the $(exeext) to program names
24a0e44 Make sure that Constraint is unrelated to other kinds in tcIsSubKind
c969cc3 Treat equalities with incompatible kinds as "irreducible" constraints
2bd278d Comments and type signatures only
86d41b1 Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc
7cafe18 Fix accidentally commited debug form of FIND_LLVM_PROG.
d925639 Rewrite HACKING and convert to markdown.
2fb8da2 Add more notes on hacking and filing bugs to README.md
c3ad38d Rearrange the typechecking of arrows, especially arrow "forms"
df2e867 Merge branch 'master' of http://darcs.haskell.org/ghc
f078027 Merge remote-tracking branch 'origin/master' into cardinality
32bd4a6 Make ticky-ticky display counts of single-entry and many-entry thunks
More information about the ghc-commits
mailing list