This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 92794ee479f [AMDGPU] Add a pass to promote bitcast calls new 0cb7fad74cf [llvm-ar] Access ADDLIB in llvm-ar via command line new f01b04819ec [CodeGen] Remove out operands from PATCHABLE_OP
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: include/llvm/Target/Target.td | 2 +- test/CodeGen/X86/patchable-prologue.ll | 4 +- .../llvm-ar/Inputs/{elf.yaml => add-lib1.yaml} | 4 + .../llvm-ar/Inputs/{elf.yaml => add-lib2.yaml} | 4 + .../llvm-ar/Inputs/{elf.yaml => add-lib3.yaml} | 4 + test/tools/llvm-ar/add-library.test | 43 + tools/llvm-ar/llvm-ar.cpp | 1997 ++++++++++---------- 7 files changed, 1076 insertions(+), 982 deletions(-) copy test/tools/llvm-ar/Inputs/{elf.yaml => add-lib1.yaml} (91%) copy test/tools/llvm-ar/Inputs/{elf.yaml => add-lib2.yaml} (91%) copy test/tools/llvm-ar/Inputs/{elf.yaml => add-lib3.yaml} (91%) create mode 100644 test/tools/llvm-ar/add-library.test