This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 8b92834 Fix some layering violations where CGObjCMac's NSString emiss [...]
new fe232fe Introduce a type-safe enum for ForDefinition.
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/CGCXX.cpp | 5 +++--
lib/CodeGen/CodeGenModule.cpp | 18 +++++++++---------
lib/CodeGen/CodeGenModule.h | 23 +++++++++++++++++------
lib/CodeGen/ModuleBuilder.cpp | 2 +-
4 files changed, 30 insertions(+), 18 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 241e679 Recommit r288212: Emit 'no line' information for interesting [...]
new e615914 Fix some Clang-tidy modernize-use-default and Include What Yo [...]
new 561ad76 [PS4] Tighten up a triple check.
new 5c1bc63 llvm-lto2: Simpler workaround for PR30396.
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/ADT/PostOrderIterator.h | 20 ++++++++++++++------
include/llvm/ADT/PriorityWorklist.h | 11 ++++++-----
include/llvm/ADT/SCCIterator.h | 17 ++++++++++-------
include/llvm/ADT/SetVector.h | 14 +++++++-------
include/llvm/ADT/SmallSet.h | 11 ++++++++---
lib/Target/X86/X86Subtarget.h | 2 +-
test/ThinLTO/X86/module_asm_glob.ll | 1 +
tools/llvm-lto2/llvm-lto2.cpp | 27 ++++++++++-----------------
8 files changed, 57 insertions(+), 46 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 b7e4b90 Prospective MSVC workaround.
new 8b92834 Fix some layering violations where CGObjCMac's NSString emiss [...]
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/CGObjCMac.cpp | 133 ++++++++++++++++++++++++++++++++++++++++--
lib/CodeGen/CodeGenModule.cpp | 122 --------------------------------------
lib/CodeGen/CodeGenModule.h | 7 ---
3 files changed, 127 insertions(+), 135 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 d82d4b0 PR31214: Make a test tolerate "line 0" when stepping by instruction.
new 08457e0 Add another address to look for the kernel load addr in Dynam [...]
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:
.../Plugins/DynamicLoader/Darwin-Kernel/DynamicLoaderDarwinKernel.cpp | 4 +++-
1 file changed, 3 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 aoliva/SFN
in repository gcc.
from abf75d4 SFN: reemit debug markers as notes even when VT initialization fails
new 0f503e1 not SFN: work around warnings that prevent bootstrap at -O3
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/df-scan.c | 2 +-
gcc/fortran/module.c | 2 +-
gcc/fortran/simplify.c | 3 ++-
gcc/input.c | 2 +-
4 files changed, 5 insertions(+), 4 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 b89fb12 [libFuzzer] extend -rss_limit_mb to crash instantly on a sing [...]
new 241e679 Recommit r288212: Emit 'no line' information for interesting [...]
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/AsmPrinter/DebugHandlerBase.cpp | 4 +-
lib/CodeGen/AsmPrinter/DebugHandlerBase.h | 6 ++-
lib/CodeGen/AsmPrinter/DwarfDebug.cpp | 55 +++++++++++++++++----
test/CodeGen/X86/stack-protector.ll | 15 ++++--
test/DebugInfo/AArch64/line-header.ll | 2 +-
test/DebugInfo/X86/dwarf-no-source-loc.ll | 74 +++++++++++++++++++++++++++++
6 files changed, 139 insertions(+), 17 deletions(-)
create mode 100644 test/DebugInfo/X86/dwarf-no-source-loc.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 lldb.
from 07d00bc Fix handling of consecutive slashes in FileSpec::GetNormalizedPath()
new d82d4b0 PR31214: Make a test tolerate "line 0" when stepping by instruction.
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:
.../thread/exit_during_step/TestExitDuringStep.py | 14 ++++++++++----
1 file changed, 10 insertions(+), 4 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 3143430 [AArch64] Refactor LSE support as feature separate from V8.1a [...]
new bcdc161 Only computeRelativePath() on new members
new b89fb12 [libFuzzer] extend -rss_limit_mb to crash instantly on a sing [...]
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/Object/ArchiveWriter.h | 1 +
lib/Fuzzer/FuzzerInternal.h | 2 ++
lib/Fuzzer/FuzzerLoop.cpp | 16 ++++++++++++++++
lib/Fuzzer/test/CMakeLists.txt | 1 +
...moryTest.cpp => OutOfMemorySingleLargeMallocTest.cpp} | 7 ++-----
lib/Fuzzer/test/fuzzer-oom-with-profile.test | 4 ++--
lib/Fuzzer/test/fuzzer-oom.test | 8 ++++++--
lib/Object/ArchiveWriter.cpp | 11 ++++++++---
test/Object/archive-thin-create.test | 14 ++++++++++++++
9 files changed, 52 insertions(+), 12 deletions(-)
copy lib/Fuzzer/test/{OutOfMemoryTest.cpp => OutOfMemorySingleLargeMallocTest.cpp} (83%)
create mode 100644 test/Object/archive-thin-create.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 llvm.
from 76914be Clarify rules for reserved regs, fix aarch64 ones.
new e18cb89 Fix LSR best register search algorithm.
new 3143430 [AArch64] Refactor LSE support as feature separate from V8.1a [...]
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/Support/AArch64TargetParser.def | 7 ++++---
include/llvm/Support/TargetParser.h | 3 ++-
lib/Target/AArch64/AArch64.td | 5 ++++-
lib/Target/AArch64/AArch64InstrFormats.td | 11 +++++++----
lib/Target/AArch64/AArch64InstrInfo.td | 2 ++
lib/Target/AArch64/AArch64Subtarget.h | 2 ++
lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | 2 +-
lib/Transforms/Scalar/LoopStrengthReduce.cpp | 5 +++--
test/MC/AArch64/arm64v8.1-diagno-predicate.s | 8 ++++++++
test/MC/AArch64/directive-arch-negative.s | 6 ++++++
test/MC/AArch64/directive-cpu.s | 11 +++++++++++
11 files changed, 50 insertions(+), 12 deletions(-)
create mode 100644 test/MC/AArch64/arm64v8.1-diagno-predicate.s
--
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 gccgo
in repository gcc.
from 4858db7 Merge from trunk revision 243083.
new 4366e7b Temporarily revert RTL unsharing patch from the branch, so th [...]
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/emit-rtl.c | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.