• mtrofin's avatar
    Introducing the LLVM greedy register allocator. · ec542dea
    mtrofin authored
    This change aims to introduce the separation of the RegisterAllocator model,
    using the initial prototype for RegisterAllocatorGreedy as proof of concept.
    
    Summary:
    - new flag, turbo-greedy-regalloc, enabling the new allocator. Default
      false.
    - separated RegisterAllocator into a base type and two derived,
      RegisterAllocatorLinear (the one currently used in TurboFan) and
      RegisterAllocatorGreedy (the new one).
    - initial, untested impementation for the greedy allocator.
    
    BUG=
    
    Review URL: https://codereview.chromium.org/1061923005
    
    Cr-Commit-Position: refs/heads/master@{#28015}
    ec542dea
Name
Last commit
Last update
benchmarks Loading commit data...
build Loading commit data...
include Loading commit data...
samples Loading commit data...
src Loading commit data...
test Loading commit data...
testing Loading commit data...
third_party/binutils Loading commit data...
tools Loading commit data...
.clang-format Loading commit data...
.gitignore Loading commit data...
.ycm_extra_conf.py Loading commit data...
AUTHORS Loading commit data...
BUILD.gn Loading commit data...
ChangeLog Loading commit data...
DEPS Loading commit data...
LICENSE Loading commit data...
LICENSE.strongtalk Loading commit data...
LICENSE.v8 Loading commit data...
LICENSE.valgrind Loading commit data...
Makefile Loading commit data...
Makefile.android Loading commit data...
Makefile.nacl Loading commit data...
OWNERS Loading commit data...
PRESUBMIT.py Loading commit data...
README.md Loading commit data...
WATCHLISTS Loading commit data...
codereview.settings Loading commit data...