This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from de4d323 Fixed flag description
new d192551 Fix for case sensitive filename failure.
new 9c2e16e Fix pdbdump-headers.test after guid format change.
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:
lib/DebugInfo/PDB/Raw/RawSession.cpp | 2 +-
test/DebugInfo/PDB/pdbdump-headers.test | 2 +-
2 files changed, 2 insertions(+), 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 gcc.
from ec1e6ec * sv.po: Update.
new bed3961 Reuse the saved_scope structures allocated by push_to_top_level
new 55f9c6e vrp: remove redundant has_single_use tests
new fd3211e X86: Fix a typo in call_insn_operand
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:
gcc/ChangeLog | 14 ++++++++++++++
gcc/config/i386/predicates.md | 2 +-
gcc/cp/ChangeLog | 9 +++++++++
gcc/cp/name-lookup.c | 25 ++++++++++++++++++++++++-
gcc/testsuite/ChangeLog | 6 ++++++
gcc/testsuite/gcc.target/i386/pr70750-1.c | 11 +++++++++++
gcc/testsuite/gcc.target/i386/pr70750-2.c | 11 +++++++++++
gcc/tree-vrp.c | 29 ++++++++++-------------------
8 files changed, 86 insertions(+), 21 deletions(-)
create mode 100644 gcc/testsuite/gcc.target/i386/pr70750-1.c
create mode 100644 gcc/testsuite/gcc.target/i386/pr70750-2.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 48c9c5b Remove various warnings. NFC
new de4d323 Fixed flag description
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/Instrumentation/AddressSanitizer.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 lld.
from 2cd7c5d Internalize linkonce_odr more often.
new ba4eeee ELF: Change how to handle KEEP linker script command.
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/LinkerScript.cpp | 41 +++++++++++++++++-------------
ELF/LinkerScript.h | 11 ++++----
test/ELF/linkerscript-sections-keep.s | 48 +++++++++++++++++------------------
3 files changed, 53 insertions(+), 47 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 44a70bd Remove SymPair and instead use two DefinedRegulars instead.
new 2cd7c5d Internalize linkonce_odr more often.
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/InputFiles.cpp | 8 ++++++--
ELF/Symbols.cpp | 8 +++++++-
ELF/Symbols.h | 6 ++++++
...ternalize-undef.ll => internalize-exportdyn.ll} | 4 ++--
test/ELF/lto/internalize-exportdyn.ll | 22 ++++++++++++++++++++--
5 files changed, 41 insertions(+), 7 deletions(-)
copy test/ELF/lto/Inputs/{internalize-undef.ll => internalize-exportdyn.ll} (79%)
--
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 3494767 [esan] EfficiencySanitizer instrumentation pass
new 48c9c5b Remove various warnings. 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/DebugInfo/PDB/Raw/PDBFile.cpp | 3 +--
lib/DebugInfo/PDB/Raw/RawSession.cpp | 6 +++---
2 files changed, 4 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 clang.
from a3e7a4f [esan] EfficiencySanitizer driver flags
new 7189032 [CUDA] removed unneeded __nvvm_reflect_anchor()
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/Headers/__clang_cuda_runtime_wrapper.h | 10 ----------
1 file changed, 10 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 a14e3d2 Back out the test case for r266973 for now.
new d804162 Correctly parse GCC-style asm line following MS-style asm line.
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/DiagnosticParseKinds.td | 2 ++
include/clang/Parse/Parser.h | 1 -
lib/Parse/ParseDecl.cpp | 21 ---------------
lib/Parse/ParseStmtAsm.cpp | 42 ++++++++++++++++++++++++++---
test/CodeGen/inline-asm-mixed-style.c | 28 +++++++++++++++++++
5 files changed, 68 insertions(+), 26 deletions(-)
create mode 100644 test/CodeGen/inline-asm-mixed-style.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 02f5473 Updated a test not to produce an empty s-file.
new b6b7c48 [mips][microMIPS] Implement LL, SC, MOVEP, ROTR, ROTRV and SY [...]
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/Mips/AsmParser/MipsAsmParser.cpp | 10 +++++++++-
lib/Target/Mips/MicroMipsInstrInfo.td | 3 +++
lib/Target/Mips/Mips32r6InstrInfo.td | 8 +++-----
lib/Target/Mips/MipsInstrInfo.td | 16 ++++++++++------
.../Disassembler/Mips/micromips32r3/valid-el.txt | 2 ++
test/MC/Disassembler/Mips/micromips32r3/valid.txt | 2 ++
test/MC/Disassembler/Mips/micromips32r6/valid.txt | 10 ++++++++++
test/MC/Disassembler/Mips/micromips64r6/valid.txt | 10 ++++++++++
test/MC/Mips/micromips/invalid-wrong-error.s | 1 +
test/MC/Mips/micromips/invalid.s | 4 ++++
test/MC/Mips/micromips32r6/invalid-wrong-error.s | 3 +++
test/MC/Mips/micromips32r6/invalid.s | 16 ++++++++++++++++
test/MC/Mips/micromips32r6/valid.s | 22 ++++++++++++++++++++++
test/MC/Mips/micromips64r6/invalid-wrong-error.s | 3 +++
test/MC/Mips/micromips64r6/invalid.s | 16 ++++++++++++++++
test/MC/Mips/micromips64r6/valid.s | 22 ++++++++++++++++++++++
16 files changed, 136 insertions(+), 12 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 fe59ac8 [X86] Remove unnecessary setting of CTTZ_ZERO_UNDEF to Custom [...]
new 84a84a1 [SimplifyCFG] Fold `llvm.guard(false)` to unreachable
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/Utils/Local.cpp | 20 +++++++-
test/Transforms/SimplifyCFG/guards.ll | 86 +++++++++++++++++++++++++++++++++++
2 files changed, 105 insertions(+), 1 deletion(-)
create mode 100644 test/Transforms/SimplifyCFG/guards.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.