Optimization: Add type manager.
authorLei Zhang <antiagainst@google.com>
Thu, 28 Jul 2016 16:15:14 +0000 (12:15 -0400)
committerLei Zhang <antiagainst@google.com>
Wed, 10 Aug 2016 16:53:17 +0000 (12:53 -0400)
commitc562e231e3262315745f9e00e49280d7b48495b3
tree68b5a22407f8744cc114d449f9d3afe319249f6e
parent6d4d15b9d07641128e0aa1f14e365ebdd65b2ab9
Optimization: Add type manager.

Type manager will construct a map of types gradually from
instructions.
source/opt/CMakeLists.txt
source/opt/module.cpp
source/opt/module.h
source/opt/type_manager.cpp [new file with mode: 0644]
source/opt/type_manager.h [new file with mode: 0644]
test/opt/CMakeLists.txt
test/opt/test_type_manager.cpp [new file with mode: 0644]