This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3d238821f12 [MemorySSA] Fix a cache invalidation bug with removed accesses new f41b0c1dff5 [PowerPC] Disable shrink-wrapping when getting PC address t [...] new 2ed4ddeb742 [DebugInfo] Add remaining files to r325970
The 2 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/PowerPC/PPCFrameLowering.cpp | 2 + lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 10 ++++ lib/Target/PowerPC/PPCMachineFunctionInfo.h | 11 ++++ test/Bitcode/metadata-source.ll | 13 +++++ test/Bitcode/metadata-source.ll.bc | Bin 0 -> 1028 bytes test/CodeGen/Generic/dwarf-source.ll | 61 +++++++++++++++++++++ test/CodeGen/PowerPC/pr33547.ll | 70 +++++++++++++++++++++++++ test/Linker/Inputs/metadata-source-a.ll | 22 ++++++++ test/Linker/Inputs/metadata-source-b.ll | 22 ++++++++ test/Linker/metadata-source.ll | 4 ++ test/MC/AsmParser/debug-empty-source.s | 7 +++ test/MC/AsmParser/debug-no-source.s | 5 ++ test/MC/ELF/debug-file-options.s | 36 +++++++++++++ test/MC/ELF/debug-source.s | 32 +++++++++++ test/tools/llvm-objdump/Inputs/embedded-source | Bin 0 -> 9936 bytes test/tools/llvm-objdump/embedded-source.test | 22 ++++++++ 16 files changed, 317 insertions(+) create mode 100644 test/Bitcode/metadata-source.ll create mode 100644 test/Bitcode/metadata-source.ll.bc create mode 100644 test/CodeGen/Generic/dwarf-source.ll create mode 100644 test/CodeGen/PowerPC/pr33547.ll create mode 100644 test/Linker/Inputs/metadata-source-a.ll create mode 100644 test/Linker/Inputs/metadata-source-b.ll create mode 100644 test/Linker/metadata-source.ll create mode 100644 test/MC/AsmParser/debug-empty-source.s create mode 100644 test/MC/AsmParser/debug-no-source.s create mode 100644 test/MC/ELF/debug-file-options.s create mode 100644 test/MC/ELF/debug-source.s create mode 100644 test/tools/llvm-objdump/Inputs/embedded-source create mode 100644 test/tools/llvm-objdump/embedded-source.test