This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 3efd04e480 Flag -fsanitize=fuzzer to enable libfuzzer
new c350a659a4 Remove erroneous driver test for -fsanitize=fuzzer flag
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/Driver/fuzzer.c | 2 --
1 file changed, 2 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 1a8fba0ab27 X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFC
new 943323e38a1 [InstSimplify] move (A & ~B) | (A ^ B) -> (A ^ B) from InstCombine
new 724559be8d8 Revert "Compute safety information in a much finer granularity."
new 76c532ddba8 CodeGen: Add a hook for getFenceOperandTy
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:
include/llvm/Target/TargetLowering.h | 6 ++
include/llvm/Transforms/Utils/LoopUtils.h | 6 +-
lib/Analysis/InstructionSimplify.cpp | 13 ++++
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 4 +-
lib/Target/AMDGPU/AMDGPUISelLowering.h | 4 ++
lib/Target/AMDGPU/SIInstructions.td | 6 ++
lib/Transforms/InstCombine/InstCombineAndOrXor.cpp | 13 ----
lib/Transforms/Scalar/LICM.cpp | 32 ++++++---
lib/Transforms/Scalar/LoopIdiomRecognize.cpp | 2 +-
lib/Transforms/Utils/LoopUtils.cpp | 24 ++++---
test/CodeGen/AMDGPU/fence-amdgiz.ll | 15 ++++
test/Transforms/InstCombine/or.ll | 53 --------------
test/Transforms/InstSimplify/AndOrXor.ll | 53 ++++++++++++++
test/Transforms/LICM/loop-early-exits.ll | 82 ----------------------
test/Transforms/LICM/preheader-safe.ll | 14 ++++
15 files changed, 154 insertions(+), 173 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/fence-amdgiz.ll
delete mode 100644 test/Transforms/LICM/loop-early-exits.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 clang.
from 463b4729ac [Docs] Correct the path to the clang-format-diff.py script t [...]
new 3efd04e480 Flag -fsanitize=fuzzer to enable libfuzzer
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/clang/Basic/Sanitizers.def | 3 +++
include/clang/Driver/SanitizerArgs.h | 1 +
lib/Driver/SanitizerArgs.cpp | 4 ++++
lib/Driver/ToolChains/CommonArgs.cpp | 16 ++++++++++++++++
lib/Driver/ToolChains/Darwin.cpp | 15 +++++++++++++++
lib/Driver/ToolChains/Darwin.h | 2 ++
lib/Driver/ToolChains/Linux.cpp | 1 +
test/Driver/fuzzer.c | 22 ++++++++++++++++++++++
8 files changed, 64 insertions(+)
create mode 100644 test/Driver/fuzzer.c
--
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 efcdf5ecd63 AMDGPU: Add StackPtr and FramePtr registers to MFI
new 478111bfa7d Add a testcase for DIExpression(DW_OP_stack_value) and rela [...]
new fc7e04007ea Use DW_OP_stack_value when reconstructing variable values w [...]
new 1a8fba0ab27 X86RegisterInfo: eliminateFrameIndex: Avoid code duplication; NFC
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/AsmPrinter/AsmPrinter.cpp | 2 +
lib/CodeGen/AsmPrinter/DwarfExpression.cpp | 1 -
lib/Target/X86/X86FrameLowering.cpp | 17 ++--
lib/Target/X86/X86FrameLowering.h | 2 +
lib/Target/X86/X86RegisterInfo.cpp | 39 +++------
lib/Transforms/Utils/Local.cpp | 45 +++++++---
test/DebugInfo/X86/this-stack_value.ll | 123 +++++++++++++++++++++++++++
test/Transforms/InstCombine/debuginfo-dce.ll | 42 +++++++--
8 files changed, 216 insertions(+), 55 deletions(-)
create mode 100644 test/DebugInfo/X86/this-stack_value.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 glibc.
from 5ea9ce3749 S390: Move utf8-utf32-z9.c to multiarch folder and use s390_ [...]
new 9581e76dbb Macroize function declarations in math_private.h
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:
ChangeLog | 8 ++
sysdeps/generic/math_private.h | 192 ++++-------------------------------
sysdeps/generic/math_private_calls.h | 124 ++++++++++++++++++++++
3 files changed, 154 insertions(+), 170 deletions(-)
create mode 100644 sysdeps/generic/math_private_calls.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 666020a37db AMDGPU: Move trap lowering to DAG
new efcdf5ecd63 AMDGPU: Add StackPtr and FramePtr registers to MFI
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/AMDGPU/SIMachineFunctionInfo.cpp | 2 ++
lib/Target/AMDGPU/SIMachineFunctionInfo.h | 24 ++++++++++++++++++++++++
2 files changed, 26 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 lld.
from ab0d3a0ab [coff] for /msvclto, pass archive members with prevailing sym [...]
new 93cc0c709 [ELF] Account for R_386_TLS_LDO_32 addend
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:
ELF/Target.cpp | 1 +
test/ELF/tls-dynamic-i686.s | 6 +++---
2 files changed, 4 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 0e8b7073e9e [llvm-pdbdump] Re-write the record layout code to be more r [...]
new 41374872acf [llvm-pdbdump] Merge functionality of graphical and text dumpers.
new c180879c543 [DomPrinter] Add a way to programmatically dump a dot repre [...]
new 666020a37db AMDGPU: Move trap lowering to DAG
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:
docs/AMDGPUUsage.rst | 5 +-
include/llvm/IR/Dominators.h | 4 +
lib/Analysis/DomPrinter.cpp | 16 +++
lib/Target/AMDGPU/AMDGPUISelLowering.cpp | 1 +
lib/Target/AMDGPU/AMDGPUISelLowering.h | 1 +
lib/Target/AMDGPU/AMDGPUInstrInfo.td | 5 +
lib/Target/AMDGPU/SIISelLowering.cpp | 103 +++++++++--------
lib/Target/AMDGPU/SIInstructions.td | 15 +--
test/CodeGen/AMDGPU/trap.ll | 21 ++++
.../llvm-pdbdump/Inputs/SimplePaddingTest.cpp | 1 +
.../llvm-pdbdump/Inputs/SimplePaddingTest.pdb | Bin 118784 -> 118784 bytes
test/tools/llvm-pdbdump/class-layout.test | 3 +-
.../llvm-pdbdump/complex-padding-graphical.test | 2 +-
.../llvm-pdbdump/simple-padding-graphical.test | 9 +-
tools/llvm-pdbdump/CMakeLists.txt | 1 -
tools/llvm-pdbdump/PrettyClassDefinitionDumper.cpp | 18 +--
tools/llvm-pdbdump/PrettyClassDefinitionDumper.h | 2 +-
.../PrettyClassLayoutGraphicalDumper.cpp | 91 ++++++++++++---
.../PrettyClassLayoutGraphicalDumper.h | 13 ++-
tools/llvm-pdbdump/PrettyClassLayoutTextDumper.cpp | 124 ---------------------
tools/llvm-pdbdump/PrettyClassLayoutTextDumper.h | 45 --------
tools/llvm-pdbdump/llvm-pdbdump.cpp | 11 +-
tools/llvm-pdbdump/llvm-pdbdump.h | 3 +-
23 files changed, 220 insertions(+), 274 deletions(-)
delete mode 100644 tools/llvm-pdbdump/PrettyClassLayoutTextDumper.cpp
delete mode 100644 tools/llvm-pdbdump/PrettyClassLayoutTextDumper.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 36e5af50c14 [APInt] Simplify the zext and sext methods
new 0e8b7073e9e [llvm-pdbdump] Re-write the record layout code to be more r [...]
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/DebugInfo/PDB/DIA/DIARawSymbol.h | 3 +-
include/llvm/DebugInfo/PDB/IPDBRawSymbol.h | 2 +-
.../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 3 +-
include/llvm/DebugInfo/PDB/UDTLayout.h | 140 +++++----
lib/DebugInfo/PDB/DIA/DIARawSymbol.cpp | 5 +-
lib/DebugInfo/PDB/DIA/DIASession.cpp | 17 +-
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 3 +-
lib/DebugInfo/PDB/UDTLayout.cpp | 346 +++++++++------------
.../llvm-pdbdump/Inputs/ComplexPaddingTest.cpp | 48 +++
.../llvm-pdbdump/Inputs/ComplexPaddingTest.pdb} | Bin 110592 -> 118784 bytes
test/tools/llvm-pdbdump/class-layout.test | 5 +-
.../llvm-pdbdump/complex-padding-graphical.test | 53 ++++
.../llvm-pdbdump/simple-padding-graphical.test | 9 +-
test/tools/llvm-pdbdump/simple-padding-text.test | 94 ------
tools/llvm-pdbdump/LinePrinter.cpp | 2 +-
tools/llvm-pdbdump/PrettyClassDefinitionDumper.cpp | 41 +--
.../PrettyClassLayoutGraphicalDumper.cpp | 57 ++--
.../PrettyClassLayoutGraphicalDumper.h | 4 +-
tools/llvm-pdbdump/PrettyClassLayoutTextDumper.cpp | 17 +-
tools/llvm-pdbdump/PrettyClassLayoutTextDumper.h | 1 +
tools/llvm-pdbdump/PrettyTypeDumper.cpp | 25 +-
tools/llvm-pdbdump/PrettyVariableDumper.cpp | 8 +
tools/llvm-pdbdump/PrettyVariableDumper.h | 1 +
tools/llvm-pdbdump/llvm-pdbdump.cpp | 15 +-
tools/llvm-pdbdump/llvm-pdbdump.h | 2 +-
25 files changed, 451 insertions(+), 450 deletions(-)
create mode 100644 test/tools/llvm-pdbdump/Inputs/ComplexPaddingTest.cpp
copy test/{DebugInfo/PDB/Inputs/symbolformat.pdb => tools/llvm-pdbdump/Inputs/Comp [...]
create mode 100644 test/tools/llvm-pdbdump/complex-padding-graphical.test
delete mode 100644 test/tools/llvm-pdbdump/simple-padding-text.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 8f2ae42562 [index] If the 'external_source_symbol' attribute indicates [...]
new 463b4729ac [Docs] Correct the path to the clang-format-diff.py script t [...]
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:
docs/ClangFormat.rst | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.