This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 98689c01bbf [RegAllocGreedy] IMPLICIT_DEF values shouldn't prefer registers new b9a4d1d36a5 Implement -frecord-command-line (-frecord-gcc-switches)
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: include/llvm/CodeGen/AsmPrinter.h | 2 ++ .../llvm/CodeGen/TargetLoweringObjectFileImpl.h | 2 ++ include/llvm/Target/TargetLoweringObjectFile.h | 6 +++++ lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 26 ++++++++++++++++++++++ lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 8 +++++++ lib/IR/Verifier.cpp | 20 +++++++++++++++++ test/CodeGen/X86/commandline-metadata.ll | 13 +++++++++++ test/Linker/Inputs/commandline.a.ll | 3 +++ test/Linker/Inputs/commandline.b.ll | 2 ++ test/Linker/commandline.ll | 8 +++++++ test/Verifier/commandline-meta1.ll | 10 +++++++++ test/Verifier/commandline-meta2.ll | 10 +++++++++ test/Verifier/commandline-meta3.ll | 10 +++++++++ test/Verifier/commandline-meta4.ll | 9 ++++++++ 14 files changed, 129 insertions(+) create mode 100644 test/CodeGen/X86/commandline-metadata.ll create mode 100644 test/Linker/Inputs/commandline.a.ll create mode 100644 test/Linker/Inputs/commandline.b.ll create mode 100644 test/Linker/commandline.ll create mode 100644 test/Verifier/commandline-meta1.ll create mode 100644 test/Verifier/commandline-meta2.ll create mode 100644 test/Verifier/commandline-meta3.ll create mode 100644 test/Verifier/commandline-meta4.ll