OSDN Git Service

Add register support to the optimizing compiler.
authorNicolas Geoffray <ngeoffray@google.com>
Tue, 4 Mar 2014 14:46:47 +0000 (14:46 +0000)
committerNicolas Geoffray <ngeoffray@google.com>
Mon, 10 Mar 2014 11:41:22 +0000 (11:41 +0000)
commit3ff386aafefd5282bb76c8a50506a70a4321e698
tree5f6e990553daae150a168f581bac79e659f7f712
parent0307b5c91c287e08cd414ecc5de32befceb7e371
Add register support to the optimizing compiler.

Also make if take an input and build the use list for instructions.

Change-Id: I1938cee7dce5bd4c66b259fa2b431d2c79b3cf82
compiler/optimizing/builder.cc
compiler/optimizing/builder.h
compiler/optimizing/code_generator_arm.cc
compiler/optimizing/code_generator_x86.cc
compiler/optimizing/codegen_test.cc
compiler/optimizing/dominator_test.cc
compiler/optimizing/nodes.cc
compiler/optimizing/nodes.h
compiler/optimizing/optimizing_unit_test.h [new file with mode: 0644]
compiler/optimizing/pretty_printer.h
compiler/optimizing/pretty_printer_test.cc