OSDN Git Service

Implement a graph coloring register allocator
authorMatthew Gharrity <gharrma@google.com>
Wed, 22 Jun 2016 17:27:55 +0000 (10:27 -0700)
committerMatthew Gharrity <gharrma@google.com>
Fri, 5 Aug 2016 20:24:41 +0000 (13:24 -0700)
commitd9ffd0dd7266f6a5e76f29d98dbe1a04f64cbb9b
tree7589320b18206648538734493fe5590023fecf5c
parentfe5c430e6ef71e8f8932ece9631a4e9bfc8b7916
Implement a graph coloring register allocator

Test: m test-art-host

Change-Id: I8c0d77f339ab02b33588a54b96ecce5c8322cfce
compiler/Android.mk
compiler/optimizing/code_generator.h
compiler/optimizing/locations.h
compiler/optimizing/register_allocator.cc
compiler/optimizing/register_allocator.h
compiler/optimizing/register_allocator_graph_color.cc [new file with mode: 0644]
compiler/optimizing/register_allocator_graph_color.h [new file with mode: 0644]
compiler/optimizing/register_allocator_linear_scan.h
compiler/optimizing/register_allocator_test.cc
compiler/optimizing/ssa_liveness_analysis.cc
compiler/optimizing/ssa_liveness_analysis.h