This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from fa103009049 Use raw_ostream in functions that don't need to seek. NFC. new b9223fa5888 [Hexagon] - Fix testcase for the HexagonVectorLoopCarriedRe [...] new 203c90ba80c Convert the archive writer to use Error. new 93978cb0f65 Fix a bug in a historic bitcode testcase. NFC. new 4a8e703e4d6 Fix a bug in a historic bitcode testcase.
The 4 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: include/llvm/Object/ArchiveWriter.h | 9 ++- include/llvm/Object/COFFImportFile.h | 8 +- lib/Object/ArchiveWriter.cpp | 26 +++---- lib/Object/COFFImportFile.cpp | 11 ++- lib/ToolDrivers/llvm-lib/LibDriver.cpp | 14 ++-- test/Bitcode/DIExpression-4.0.ll | 6 +- test/Bitcode/DIExpression-4.0.ll.bc | Bin 980 -> 980 bytes test/Bitcode/DIExpression-deref.ll | 6 +- test/Bitcode/DIExpression-deref.ll.bc | Bin 1012 -> 1072 bytes .../Hexagon/hexagon_vector_loop_carried_reuse.ll | 86 +++++++++++++++++++++ tools/llvm-ar/llvm-ar.cpp | 4 +- 11 files changed, 127 insertions(+), 43 deletions(-) create mode 100644 test/CodeGen/Hexagon/hexagon_vector_loop_carried_reuse.ll