• Clemens Hammacher's avatar
    [Liftoff] Allow the assembler to bail out · 0d858b05
    Clemens Hammacher authored
    Currently, the LiftoffCompiler can bail out on unsupported
    instructions, but the LiftoffAssembler can not. This makes it difficult
    to iteratively implement the platform specific part of the assembler.
    With this CL, also the assembler can bail out if an unimplemented
    assembler method is called. This allows to test already implemented
    methods.
    
    R=ahaas@chromium.org
    CC=sreten.kovacevic@mips.com
    
    Bug: v8:6600
    Change-Id: Ieb7abc2188266bb93c40fe55fd6ee0e5b1e0d220
    Reviewed-on: https://chromium-review.googlesource.com/909390
    Commit-Queue: Clemens Hammacher <clemensh@chromium.org>
    Reviewed-by: 's avatarAndreas Haas <ahaas@chromium.org>
    Cr-Commit-Position: refs/heads/master@{#51242}
    0d858b05
Name
Last commit
Last update
..
arm Loading commit data...
arm64 Loading commit data...
ia32 Loading commit data...
mips Loading commit data...
mips64 Loading commit data...
ppc Loading commit data...
s390 Loading commit data...
x64 Loading commit data...
DEPS Loading commit data...
liftoff-assembler-defs.h Loading commit data...
liftoff-assembler.cc Loading commit data...
liftoff-assembler.h Loading commit data...
liftoff-compiler.cc Loading commit data...
liftoff-register.h Loading commit data...