This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 0276d515947 [XCore] CombineSTORE - Use allowsMemoryAccess wrapper. NFCI. new 02e2d229a68 [DOC] Fix `load` instructions' syntax, function definition. new 2ecbbba5390 Share /machine: handling code with llvm-cvtres too
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: docs/GetElementPtr.rst | 18 ++++----- .../LibDriver.h => Object/WindowsMachineFlag.h} | 15 +++----- include/llvm/ToolDrivers/llvm-lib/LibDriver.h | 14 ------- lib/Object/CMakeLists.txt | 1 + lib/Object/WindowsMachineFlag.cpp | 44 ++++++++++++++++++++++ lib/ToolDrivers/llvm-lib/LibDriver.cpp | 26 +------------ tools/llvm-cvtres/llvm-cvtres.cpp | 39 ++++++------------- utils/gn/secondary/llvm/lib/Object/BUILD.gn | 1 + 8 files changed, 72 insertions(+), 86 deletions(-) copy include/llvm/{ToolDrivers/llvm-lib/LibDriver.h => Object/WindowsMachineFlag.h} (64%) create mode 100644 lib/Object/WindowsMachineFlag.cpp