[Hexagon] Implement bit-tracking facility with specifics for Hexagon
authorKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 7 Jul 2015 15:16:42 +0000 (15:16 +0000)
committerKrzysztof Parzyszek <kparzysz@codeaurora.org>
Tue, 7 Jul 2015 15:16:42 +0000 (15:16 +0000)
commit41e59a6d7b9eca6dfedb5082de00cd788b32eab8
treeffd189995e09276357db0f94ffbcaf48a966f4ff
parent9ca3a03969cda2b5cbaabecd3f9634266fdaa2ca
[Hexagon] Implement bit-tracking facility with specifics for Hexagon

This includes code that is intended to be target-independent as well
as the Hexagon-specific details. This is just the framework without
any users.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241595 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/Hexagon/BitTracker.cpp [new file with mode: 0644]
lib/Target/Hexagon/BitTracker.h [new file with mode: 0644]
lib/Target/Hexagon/CMakeLists.txt
lib/Target/Hexagon/HexagonBitTracker.cpp [new file with mode: 0644]
lib/Target/Hexagon/HexagonBitTracker.h [new file with mode: 0644]