This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 8ba1cad4cfa Revert "[GVNHoist] Re-enable GVNHoist by default"
new 148f823e484 [cmake] Speed up check-llvm 5x by delay loading shell32 and ole32
The 1 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/Support/CMakeLists.txt | 8 +++++++-
1 file changed, 7 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from a6e4ea0d334 Apply local fixes intended to be part of r341999.'
new 8ba1cad4cfa Revert "[GVNHoist] Re-enable GVNHoist by default"
The 1 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/Passes/PassBuilder.cpp | 4 ++--
lib/Transforms/IPO/PassManagerBuilder.cpp | 4 ++--
test/Other/new-pm-defaults.ll | 15 +++++++++++----
test/Other/new-pm-thinlto-defaults.ll | 15 +++++++++++----
test/Other/opt-O2-pipeline.ll | 6 ------
test/Other/opt-O3-pipeline.ll | 6 ------
test/Other/opt-Os-pipeline.ll | 6 ------
7 files changed, 26 insertions(+), 30 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 87d1f822bf5 add IR flags to MI
new da5e3875624 [InstCombine] add folds for icmp with xor mask constant
new aa090871e9b [object] Improve the performance of getSymbols used by Arch [...]
new b73f47d91f1 [codeview] Decode and dump FP regs from S_FRAMEPROC records
new a6e4ea0d334 Apply local fixes intended to be part of r341999.'
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/DebugInfo/CodeView/CodeView.h | 2 +
include/llvm/DebugInfo/CodeView/SymbolDumper.h | 8 ++--
include/llvm/DebugInfo/CodeView/SymbolRecord.h | 44 ++++++++++++++++++++++
lib/DebugInfo/CodeView/EnumTables.cpp | 2 +
lib/DebugInfo/CodeView/SymbolDumper.cpp | 31 ++++++++++++---
lib/Object/ArchiveWriter.cpp | 34 +++++++++++------
lib/Transforms/InstCombine/InstCombineCompares.cpp | 29 +++++++++-----
test/DebugInfo/PDB/pdbdump-headers.test | 1 +
test/Transforms/InstCombine/icmp.ll | 7 ++--
tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 5 +++
tools/llvm-pdbutil/MinimalSymbolDumper.h | 7 +++-
tools/llvm-readobj/COFFDumper.cpp | 7 +++-
12 files changed, 141 insertions(+), 36 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lld.
from 8b18243c1 Simplify.
new edeeb6e8d [codeview] Decode and dump FP regs from S_FRAMEPROC records
The 1 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:
test/COFF/pdb-procid-remapping.test | 2 ++
1 file changed, 2 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository gcc.
from 29bf8e6f174 * reg-stack.c (subst_asm_stack_regs): Call replace_reg als [...]
new 7bc2f5b48bf * gcc.c (load_specs, execute, run_attempt): Use %qs not '%s'.
The 1 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:
gcc/ChangeLog | 4 ++++
gcc/gcc.c | 10 +++++-----
2 files changed, 9 insertions(+), 5 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3c9c61a3bae Revert "[SanitizerCoverage] Create comdat for global arrays."
new 87d1f822bf5 add IR flags to MI
The 1 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/MachineInstr.h | 8 +++++++-
lib/CodeGen/MIRParser/MILexer.cpp | 3 +++
lib/CodeGen/MIRParser/MILexer.h | 3 +++
lib/CodeGen/MIRParser/MIParser.cpp | 11 ++++++++++-
lib/CodeGen/MIRPrinter.cpp | 6 ++++++
lib/CodeGen/MachineInstr.cpp | 6 ++++++
test/CodeGen/MIR/X86/copyIRflags.mir | 11 ++++++-----
7 files changed, 41 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from e207c27bf55 [Support] Quote arguments containing \n on Windows
new fb7c1c49e0d [InstCombine] add tests for icmp with xor; NFC
new 3c9c61a3bae Revert "[SanitizerCoverage] Create comdat for global arrays."
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:
.../Instrumentation/SanitizerCoverage.cpp | 40 +++++++-----------
.../SanitizerCoverage/div-tracing.ll | 6 +--
.../SanitizerCoverage/gep-tracing.ll | 2 +-
.../SanitizerCoverage/inline-8bit-counters.ll | 2 +-
test/Instrumentation/SanitizerCoverage/pc-table.ll | 2 +-
test/Instrumentation/SanitizerCoverage/tracing.ll | 2 +-
test/Transforms/InstCombine/icmp.ll | 47 ++++++++++++++++++++++
7 files changed, 68 insertions(+), 33 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from e878bfeb40 Introduce the VTable interleaving scheme to the CFI design d [...]
new e716a0c90e [analyzer] Add ExprMutationAnalyzer
The 1 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:
.../clang/Analysis/Analyses/ExprMutationAnalyzer.h | 52 ++
lib/Analysis/CMakeLists.txt | 1 +
lib/Analysis/ExprMutationAnalyzer.cpp | 308 +++++++
unittests/Analysis/CMakeLists.txt | 1 +
unittests/Analysis/ExprMutationAnalyzerTest.cpp | 943 +++++++++++++++++++++
5 files changed, 1305 insertions(+)
create mode 100644 include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
create mode 100644 lib/Analysis/ExprMutationAnalyzer.cpp
create mode 100644 unittests/Analysis/ExprMutationAnalyzerTest.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 547c92f475f [Support] Avoid calling CommandLineToArgvW from shell32.dll
new e207c27bf55 [Support] Quote arguments containing \n on Windows
The 1 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/Support/Windows/Program.inc | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.
This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lldb.
from 59608853b Remove undefined behavior around the use of StateType
new d892db7b5 Refactoring std::function formatter to move core functionalit [...]
The 1 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/lldb/Target/CPPLanguageRuntime.h | 19 +++
source/Plugins/Language/CPlusPlus/LibCxx.cpp | 223 ++++----------------------
source/Target/CPPLanguageRuntime.cpp | 224 +++++++++++++++++++++++++++
3 files changed, 269 insertions(+), 197 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.