This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 2f533ed Revert "ARM: put correct symbol index on indirect pointers in [...] new e1abe9d ThinLTOCodeGenerator: preserve linkonce when in "MustPreserved" set new 79b1c77 [SPARC] Add support for llvm.thread.pointer. new eb83c9c [SPARC] [SSP] Add support for LOAD_STACK_GUARD. new adc800c [PowerPC] Add support for llvm.thread.pointer new 314a1b6 [Sparc] Fix build error introduced by rL267545.
The 5 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/LTO/ThinLTOCodeGenerator.cpp | 14 ++++++++--- lib/Target/PowerPC/PPCISelLowering.cpp | 10 ++++++++ lib/Target/Sparc/SparcISelLowering.cpp | 29 ++++++++++++++++++++++ lib/Target/Sparc/SparcISelLowering.h | 6 +++++ lib/Target/Sparc/SparcInstrInfo.cpp | 16 ++++++++++++ lib/Target/Sparc/SparcInstrInfo.h | 3 +++ lib/Target/Sparc/SparcSubtarget.cpp | 2 +- lib/Target/Sparc/SparcSubtarget.h | 3 +++ test/CodeGen/PowerPC/thread-pointer.ll | 17 +++++++++++++ test/CodeGen/{PowerPC => SPARC}/stack-protector.ll | 22 +++++++--------- .../thread-pointer.ll} | 6 ++--- test/ThinLTO/X86/odr_resolution.ll | 8 ++++++ 12 files changed, 115 insertions(+), 21 deletions(-) create mode 100644 test/CodeGen/PowerPC/thread-pointer.ll copy test/CodeGen/{PowerPC => SPARC}/stack-protector.ll (58%) copy test/CodeGen/{AArch64/arm64-builtins-linux.ll => SPARC/thread-pointer.ll} (52%)