[commit: ghc] wip/T10137: CmmSwitch: Remember if we have are dealing with signed values or not (ea6291e)

git at git.haskell.org git at git.haskell.org
Tue Mar 10 13:40:25 UTC 2015


Repository : ssh://git@git.haskell.org/ghc

On branch  : wip/T10137
Link       : http://ghc.haskell.org/trac/ghc/changeset/ea6291ef4e109f56803b772bc32de2f2ab98e7cc/ghc

>---------------------------------------------------------------

commit ea6291ef4e109f56803b772bc32de2f2ab98e7cc
Author: Joachim Breitner <mail at joachim-breitner.de>
Date:   Tue Mar 10 14:10:24 2015 +0100

    CmmSwitch: Remember if we have are dealing with signed values or not


>---------------------------------------------------------------

ea6291ef4e109f56803b772bc32de2f2ab98e7cc
 compiler/cmm/CmmCommonBlockElim.hs      |  6 +--
 compiler/cmm/CmmContFlowOpt.hs          |  2 +-
 compiler/cmm/CmmCreateSwitchPlans.hs    | 75 +++++++++++++++++----------------
 compiler/cmm/CmmLint.hs                 |  2 +-
 compiler/cmm/CmmNode.hs                 | 15 ++++---
 compiler/cmm/CmmProcPoint.hs            |  4 +-
 compiler/cmm/MkGraph.hs                 |  6 +--
 compiler/cmm/PprC.hs                    |  4 +-
 compiler/cmm/PprCmm.hs                  |  2 +-
 compiler/codeGen/StgCmmUtils.hs         | 17 +++++---
 compiler/llvmGen/LlvmCodeGen/CodeGen.hs |  2 +-
 compiler/nativeGen/AsmCodeGen.hs        |  4 +-
 compiler/nativeGen/PPC/CodeGen.hs       |  4 +-
 compiler/nativeGen/SPARC/CodeGen.hs     |  4 +-
 compiler/nativeGen/X86/CodeGen.hs       |  4 +-
 15 files changed, 78 insertions(+), 73 deletions(-)

Diff suppressed because of size. To see it, use:

    git diff-tree --root --patch-with-stat --no-color --find-copies-harder --ignore-space-at-eol --cc ea6291ef4e109f56803b772bc32de2f2ab98e7cc


More information about the ghc-commits mailing list