• bbudge's avatar
    [Turbofan] Add the concept of aliasing to RegisterConfiguration. · a933b704
    bbudge authored
    - Adds the concept of FP register aliasing to RegisterConfiguration.
    - Changes RegisterAllocator to distinguish between FP representations
    when allocating.
    - Changes LinearScanAllocator to detect interference when FP register
    aliasing is combining, as on ARM.
    - Changes ARM code generation to allow all registers s0 - s31 to be
    accessed.
    - Adds unit tests for RegisterConfiguration, mostly to test aliasing
    calculations.
    
    LOG=N
    BUG=v8:4124
    
    Review-Url: https://codereview.chromium.org/2086653003
    Cr-Commit-Position: refs/heads/master@{#37251}
    a933b704
Name
Last commit
Last update
..
base Loading commit data...
compiler Loading commit data...
heap Loading commit data...
interpreter Loading commit data...
libplatform Loading commit data...
wasm Loading commit data...
BUILD.gn Loading commit data...
DEPS Loading commit data...
cancelable-tasks-unittest.cc Loading commit data...
char-predicates-unittest.cc Loading commit data...
counters-unittest.cc Loading commit data...
locked-queue-unittest.cc Loading commit data...
register-configuration-unittest.cc Loading commit data...
run-all-unittests.cc Loading commit data...
test-utils.cc Loading commit data...
test-utils.h Loading commit data...
unittests.gyp Loading commit data...
unittests.isolate Loading commit data...
unittests.status Loading commit data...