This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8c8136c7e23 [AliasSetTracker] Cleanup more comments. [NFCI] new 8a75387dbfb [GlobalISel][AArch64] Add instruction selection support for [...] new 7e27b512800 gn build: Make cmake sync script work on Windows if git is [...] new ccc713e3df3 gn build: Add get.py script to download prebuilt gn, make g [...]
The 3 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/GlobalISel/LegalizerHelper.cpp | 8 ++- lib/Target/AArch64/AArch64LegalizerInfo.cpp | 2 +- lib/Target/AArch64/AArch64RegisterBankInfo.cpp | 1 + .../{legalize-sin.mir => legalize-log10.mir} | 80 +++++++++++----------- .../GlobalISel/legalizer-info-validation.mir | 2 +- test/CodeGen/AArch64/arm64-vfloatintrinsics.ll | 19 +++++ test/CodeGen/AArch64/f16-instructions.ll | 13 ++++ utils/gn/.gitignore | 1 + utils/gn/README.rst | 6 +- utils/gn/build/sync_source_lists_from_cmake.py | 5 +- utils/gn/get.py | 63 +++++++++++++++++ utils/gn/gn.py | 32 ++++++++- 12 files changed, 184 insertions(+), 48 deletions(-) copy test/CodeGen/AArch64/GlobalISel/{legalize-sin.mir => legalize-log10.mir} (80%) create mode 100644 utils/gn/.gitignore create mode 100644 utils/gn/get.py