This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 23511a96d9c [NFC] Fix unused var in release builds new d929a071f21 [lit] Factor out separate methods for parallel and serial e [...] new d01bcfd8700 [lit] Do not create semaphores when we do not need them new a6de5ed4b64 [lit] Remove unnecessary usage of lit.Run new 2ab944293c1 [gicombiner] Hoist pure C++ combine into the tablegen definition
The 4 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/GlobalISel/CombinerHelper.h | 5 +- include/llvm/TableGen/Error.h | 1 + include/llvm/Target/GlobalISel/Combine.td | 85 ++++++- lib/CodeGen/GlobalISel/CombinerHelper.cpp | 16 +- lib/TableGen/Error.cpp | 2 + lib/Target/AArch64/AArch64Combine.td | 3 +- lib/Target/AArch64/AArch64PreLegalizerCombiner.cpp | 8 +- utils/TableGen/GICombinerEmitter.cpp | 270 ++++++++++++++++++++- utils/lit/lit/discovery.py | 1 - utils/lit/lit/run.py | 103 ++++---- utils/lit/tests/unit/TestRunner.py | 7 +- 11 files changed, 424 insertions(+), 77 deletions(-)