This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 57c478e Typo. NFC.
new 438355c [PM] Port Add discriminator pass to new PM
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/InitializePasses.h | 2 +-
include/llvm/Transforms/Utils/AddDiscriminators.h | 30 ++++++++++++++++++++++
lib/Passes/PassBuilder.cpp | 1 +
lib/Passes/PassRegistry.def | 1 +
lib/Transforms/Utils/AddDiscriminators.cpp | 30 ++++++++++++++++------
lib/Transforms/Utils/Utils.cpp | 2 +-
test/Transforms/AddDiscriminators/basic.ll | 1 +
test/Transforms/AddDiscriminators/call-nested.ll | 1 +
test/Transforms/AddDiscriminators/call.ll | 1 +
.../AddDiscriminators/dbg-declare-discriminator.ll | 1 +
test/Transforms/AddDiscriminators/diamond.ll | 1 +
test/Transforms/AddDiscriminators/first-only.ll | 1 +
test/Transforms/AddDiscriminators/multiple.ll | 1 +
.../AddDiscriminators/no-discriminators.ll | 1 +
test/Transforms/AddDiscriminators/oneline.ll | 1 +
15 files changed, 65 insertions(+), 10 deletions(-)
create mode 100644 include/llvm/Transforms/Utils/AddDiscriminators.h
--
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 fbe558b [Codeview] Add a class for LF_UDT_MOD_SRC_LINE.
new 57c478e Typo. NFC.
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/Transforms/Scalar/DeadStoreElimination.cpp | 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 llvm.
from 079ac1e [x86, SSE] update packed FP compare tests for direct translat [...]
new f56a123 [PM] Remove unneded doFinalization() override from LoopVersio [...]
new fbe558b [Codeview] Add a class for LF_UDT_MOD_SRC_LINE.
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:
include/llvm/DebugInfo/CodeView/TypeRecord.h | 38 ++++++
include/llvm/DebugInfo/CodeView/TypeRecords.def | 5 +-
include/llvm/DebugInfo/CodeView/TypeTableBuilder.h | 1 +
lib/DebugInfo/CodeView/TypeDumper.cpp | 8 ++
lib/DebugInfo/CodeView/TypeRecord.cpp | 7 ++
lib/DebugInfo/CodeView/TypeTableBuilder.cpp | 11 +-
lib/Transforms/Scalar/LoopVersioningLICM.cpp | 4 -
test/DebugInfo/PDB/pdbdump-headers.test | 130 ++++++++++-----------
8 files changed, 130 insertions(+), 74 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 lldb.
from fb3883f Allow runtimes to execute custom LLVM ModulePasses over the e [...]
new 11e00a1 Set TERM env var for Xcode gtests
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:
lldb.xcodeproj/project.pbxproj | 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 lld.
from 380b9ca Internalize symbols in comdats.
new 9aa5ac5 Document an interesting LTO case.
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:
.../Inputs/unnamed-addr-lib.s} | 3 ++-
test/ELF/lto/unnamed-addr-lib.ll | 21 +++++++++++++++++++++
2 files changed, 23 insertions(+), 1 deletion(-)
copy test/ELF/{Inputs/aarch64-copy2.s => lto/Inputs/unnamed-addr-lib.s} (63%)
create mode 100644 test/ELF/lto/unnamed-addr-lib.ll
--
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 16185a2 [Hexagon] Fix/simplify some conditional statements
new 0419535 Fix llvm-objdump when disassembling a stripped Mach-O binary [...]
new 357edbc Address a few coding style issues. NFC.
new 079ac1e [x86, SSE] update packed FP compare tests for direct translat [...]
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/RegUsageInfoCollector.cpp | 16 +++----
test/CodeGen/X86/avx2-intrinsics-fast-isel.ll | 52 ++++++++++-----------
test/CodeGen/X86/sse-intrinsics-fast-isel.ll | 49 +++++++++++++------
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 49 +++++++++++++------
...acho-x86_64 => hello.exe.stripped.macho-x86_64} | Bin 8496 -> 8504 bytes
test/tools/llvm-objdump/X86/macho-dis-symname.test | 6 +++
.../X86/macho-disassembly-stripped.test | 6 +++
tools/llvm-objdump/MachODump.cpp | 22 ++++++++-
8 files changed, 137 insertions(+), 63 deletions(-)
copy test/tools/llvm-objdump/X86/Inputs/{hello.exe.macho-x86_64 => hello.exe.strip [...]
create mode 100644 test/tools/llvm-objdump/X86/macho-disassembly-stripped.test
--
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 f5f7d51 Add support to clang-cl driver for /GS switch
new 93fc6c4 [x86] translate SSE packed FP comparison builtins to IR
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/CodeGen/CGBuiltin.cpp | 198 ++++++++++++++++---------------------------
test/CodeGen/avx2-builtins.c | 20 +++--
test/CodeGen/sse-builtins.c | 60 ++++++++++---
test/CodeGen/sse2-builtins.c | 60 ++++++++++---
4 files changed, 185 insertions(+), 153 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 compiler-rt.
from e34d5ac [esan|cfrag] Minor cfrag report adjustment
new 3efa8ac Merge two coverage tests undef UBSan into one.
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/ubsan/TestCases/Misc/coverage-levels.cc | 6 +++++-
test/ubsan/TestCases/coverage.cc | 18 ------------------
2 files changed, 5 insertions(+), 19 deletions(-)
delete mode 100644 test/ubsan/TestCases/coverage.cc
--
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 f258b9a [X86]: Fix for uninitialized access introduced in r272797.
new 16185a2 [Hexagon] Fix/simplify some conditional statements
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/Target/Hexagon/HexagonInstrInfo.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 4d6b849 AArch64: stop trying to use 32-bit MOVZs when expanding patchpoints.
new 3cdf3eb [CFLAA] Ignore non-pointers, move Attrs to graph nodes.
new efa2e76 [x86] delete unnecessary function declarations
new f258b9a [X86]: Fix for uninitialized access introduced in r272797.
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/Analysis/CFLAliasAnalysis.cpp | 157 +++++++++++++++-----------
lib/Target/X86/X86FixupBWInsts.cpp | 4 +
test/CodeGen/X86/sse2-intrinsics-fast-isel.ll | 4 -
3 files changed, 97 insertions(+), 68 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.