OSDN Git Service

Initiate a dead code elimination pass in the optimizing compiler.
authorRoland Levillain <rpl@google.com>
Mon, 15 Sep 2014 17:29:00 +0000 (18:29 +0100)
committerRoland Levillain <rpl@google.com>
Wed, 17 Sep 2014 17:23:21 +0000 (18:23 +0100)
commit72bceff11a98cc1ecdb64a6fae16c521f99ec6a7
treed326cc4fd32315735466efbb17ea22adf121395c
parentccc07a9579c554443cd03a306ca9b4f943fd2a93
Initiate a dead code elimination pass in the optimizing compiler.

Change-Id: Ie9db5d8e2c2c30e34145a0f7d2386b8ec58cfc4e
build/Android.gtest.mk
compiler/Android.mk
compiler/optimizing/dead_code_elimination.cc [new file with mode: 0644]
compiler/optimizing/dead_code_elimination.h [new file with mode: 0644]
compiler/optimizing/dead_code_elimination_test.cc [new file with mode: 0644]
compiler/optimizing/nodes.h
compiler/optimizing/optimizing_unit_test.h