This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 642bbf2d7ad Revert "Reapply [llvm-ar][test] Increase llvm-ar test coverage" new 7609dbd9af3 llvm-profdata] Handle the cases of overlapping input file a [...] new 93b27c50e80 Standardize on MSVC behavior for triples with no environment
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/CodeGen/AsmPrinter/AsmPrinter.cpp | 2 +- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 2 +- lib/CodeGen/TargetLoweringObjectFileImpl.cpp | 8 +++---- lib/IR/Mangler.cpp | 6 ++--- lib/MC/MCWinCOFFStreamer.cpp | 4 ++-- lib/Target/X86/X86ISelLowering.cpp | 10 ++++---- lib/Target/X86/X86Subtarget.h | 4 ---- test/CodeGen/X86/win_cst_pool.ll | 6 ++++- .../llvm-profdata/Inputs/same-name-1.proftext} | 2 +- .../llvm-profdata/Inputs/same-name-2.proftext} | 4 ++-- ...ample-profile.proftext => same-name-3.proftext} | 0 .../llvm-profdata/Inputs/same-name-4.proftext | 16 +++++++++++++ test/tools/llvm-profdata/same-filename.test | 27 +++++++++++++++++++++ tools/llvm-profdata/llvm-profdata.cpp | 28 +++++++++++++--------- unittests/ADT/TripleTest.cpp | 2 ++ 15 files changed, 84 insertions(+), 37 deletions(-) copy test/{Transforms/PGOProfile/Inputs/select_hash_conflict.proftext => tools/llv [...] copy test/{Transforms/PGOProfile/Inputs/select_hash_conflict.proftext => tools/llv [...] copy test/tools/llvm-profdata/Inputs/{sample-profile.proftext => same-name-3.proft [...] create mode 100644 test/tools/llvm-profdata/Inputs/same-name-4.proftext create mode 100644 test/tools/llvm-profdata/same-filename.test