This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0e156ed [RegisterBankInfo] Change the API for the verify methods. new c552ed7 [Hexagon] Expand handling of the small-data/bss section
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: lib/Target/Hexagon/HexagonISelLowering.cpp | 2 +- .../Hexagon/HexagonSplitConst32AndConst64.cpp | 2 +- lib/Target/Hexagon/HexagonTargetObjectFile.cpp | 393 ++++++++++++++++++--- lib/Target/Hexagon/HexagonTargetObjectFile.h | 37 +- test/CodeGen/Hexagon/extload-combine.ll | 2 +- test/CodeGen/Hexagon/sdata-array.ll | 13 + test/CodeGen/Hexagon/sdata-basic.ll | 16 + test/CodeGen/Hexagon/section_7275.ll | 54 +++ test/CodeGen/Hexagon/static.ll | 8 +- 9 files changed, 455 insertions(+), 72 deletions(-) create mode 100644 test/CodeGen/Hexagon/sdata-array.ll create mode 100644 test/CodeGen/Hexagon/sdata-basic.ll create mode 100644 test/CodeGen/Hexagon/section_7275.ll