This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 78696b31cd5 [TailCall] Allow llvm.memcpy/memset/memmove to be tail call [...] new 5ab1ebb7613 [llvm-objcopy] Add support for relocations new 0c3d5af9688 [Hexagon] Add option to generate calls to "abort" for "unre [...] new 891fa9ed204 Revert "[llvm-objcopy] Add support for relocations" new 3274c0d73fe Minor style fixes in lib/Support/**/Program.(inc|cpp).
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/Support/Program.h | 23 ++++++----- lib/Support/Program.cpp | 24 +++++------ lib/Support/Unix/Program.inc | 62 ++++++++++++++--------------- lib/Support/Windows/Program.inc | 56 +++++++++++++------------- lib/Target/Hexagon/HexagonTargetMachine.cpp | 6 +++ test/CodeGen/Hexagon/trap-unreachable.ll | 8 ++++ 6 files changed, 97 insertions(+), 82 deletions(-) create mode 100644 test/CodeGen/Hexagon/trap-unreachable.ll