[commit: ghc] master: Revert "Add new mbmi and mbmi2 compiler flags" (341013e)

git at git.haskell.org git at git.haskell.org
Wed Nov 22 20:40:18 UTC 2017


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

On branch  : master
Link       : http://ghc.haskell.org/trac/ghc/changeset/341013e24764cb7fc95169fddcda1bdb02434bb6/ghc

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

commit 341013e24764cb7fc95169fddcda1bdb02434bb6
Author: Ben Gamari <ben at smart-cactus.org>
Date:   Wed Nov 22 14:27:55 2017 -0500

    Revert "Add new mbmi and mbmi2 compiler flags"
    
    This broke the 32-bit build.
    
    This reverts commit f5dc8ccc29429d0a1d011f62b6b430f6ae50290c.


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

341013e24764cb7fc95169fddcda1bdb02434bb6
 compiler/cmm/CmmMachOp.hs                          |   2 -
 compiler/cmm/CmmParse.y                            |  10 --
 compiler/cmm/PprC.hs                               |   2 -
 compiler/codeGen/StgCmmPrim.hs                     |  78 --------------
 compiler/coreSyn/MkCore.hs                         |   1 +
 compiler/llvmGen/LlvmCodeGen/CodeGen.hs            |   6 --
 compiler/main/DynFlags.hs                          |  27 -----
 compiler/nativeGen/CPrim.hs                        |  20 ----
 compiler/nativeGen/PPC/CodeGen.hs                  |   2 -
 compiler/nativeGen/SPARC/CodeGen.hs                |   2 -
 compiler/nativeGen/X86/CodeGen.hs                  |  69 -------------
 compiler/nativeGen/X86/Instr.hs                    |   9 --
 compiler/nativeGen/X86/Ppr.hs                      |  13 ---
 compiler/prelude/primops.txt.pp                    |  22 ----
 libraries/ghc-prim/cbits/pdep.c                    |  71 -------------
 libraries/ghc-prim/cbits/pext.c                    |  67 ------------
 libraries/ghc-prim/ghc-prim.cabal                  |   2 -
 testsuite/tests/codeGen/should_run/all.T           |   2 -
 testsuite/tests/codeGen/should_run/cgrun075.hs     | 115 ---------------------
 testsuite/tests/codeGen/should_run/cgrun075.stdout |   6 --
 testsuite/tests/codeGen/should_run/cgrun076.hs     | 115 ---------------------
 testsuite/tests/codeGen/should_run/cgrun076.stdout |   6 --
 22 files changed, 1 insertion(+), 646 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 341013e24764cb7fc95169fddcda1bdb02434bb6


More information about the ghc-commits mailing list