This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 1c19be8 Remove getArgumentList() in favor of arg_begin(), args(), etc
new 8f4fdbe Fix unit test.
new e3fdf49 clean Lanai namespace
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/Target/Lanai/AsmParser/LanaiAsmParser.cpp | 2 +-
lib/Target/Lanai/MCTargetDesc/LanaiMCCodeEmitter.cpp | 6 +++---
unittests/Support/Path.cpp | 2 +-
3 files changed, 5 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 08aeccc Add a small test for __STRUCT_PARM_ALIGN__ for ppc64 darwin.
new 6113c88 [Modules] Add documentation on private frameworks
new 4d6eb59 [Headers] Reapply: Add #include_next for tgmath.h on Darwin
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:
docs/Modules.rst | 11 +++++++++++
lib/Headers/tgmath.h | 16 +++++++++++++---
test/Headers/Inputs/usr/include/math.h | 1 +
test/Headers/Inputs/usr/include/tgmath.h | 4 ++++
test/Headers/tgmath-darwin.c | 12 ++++++++++++
5 files changed, 41 insertions(+), 3 deletions(-)
create mode 100644 test/Headers/Inputs/usr/include/math.h
create mode 100644 test/Headers/Inputs/usr/include/tgmath.h
create mode 100644 test/Headers/tgmath-darwin.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 gcc.
from 85d4171 * decl.c (start_enum): std::byte aliases anything.
new 3a3ba7d stabilize store merging
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 | 13 +++++++++
gcc/gimple-ssa-store-merging.c | 65 +++++++++++++++++++++++++++++++-----------
2 files changed, 62 insertions(+), 16 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 aoliva/SFN
in repository gcc.
from 7a20dbf non-SFN: stabilize store merging with a stack list, not a map
new d6e60b7 LVU: revamp view counting
new 7af8150 LVU: keep track of pending next view, and emit it as needed
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:
gcc/dwarf2out.c | 90 +++++++++++++++++++++++++++---------------
gcc/final.c | 118 ++++++++++++++++++++++++++++++++++++++++++++++----------
2 files changed, 156 insertions(+), 52 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 eec0587 [Support] Support both Windows and Posix paths on both platforms.
new 02e3cfc Update for LLVM API removal of Function::getArgumentList()
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:
source/Plugins/ExpressionParser/Clang/IRForTarget.cpp | 10 +++++-----
.../RenderScriptRuntime/RenderScriptx86ABIFixups.cpp | 3 +--
2 files changed, 6 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 5ff3774 Fix linux build.
new 3d207f3 Remove dead F parameter from Argument constructor
new 1c19be8 Remove getArgumentList() in favor of arg_begin(), args(), etc
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/IR/Argument.h | 6 ++----
include/llvm/IR/Function.h | 15 +++------------
lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 2 +-
lib/IR/Function.cpp | 10 +++-------
lib/Target/AArch64/AArch64CallLowering.cpp | 3 +--
lib/Target/ARM/ARMCallLowering.cpp | 5 ++---
lib/Target/AVR/AVRInstrumentFunctions.cpp | 2 +-
lib/Target/Mips/MipsOs16.cpp | 2 +-
lib/Target/PowerPC/PPCISelLowering.cpp | 2 +-
lib/Target/X86/X86CallLowering.cpp | 2 +-
lib/Transforms/Coroutines/CoroElide.cpp | 2 +-
lib/Transforms/Coroutines/CoroFrame.cpp | 2 +-
lib/Transforms/Coroutines/CoroSplit.cpp | 4 ++--
lib/Transforms/Instrumentation/DataFlowSanitizer.cpp | 7 +++----
lib/Transforms/Utils/InlineFunction.cpp | 2 +-
unittests/IR/ValueTest.cpp | 2 +-
unittests/Transforms/Utils/IntegerDivision.cpp | 16 ++++++++--------
17 files changed, 33 insertions(+), 51 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 c33642e [Support] Support both Windows and Posix paths on both platforms.
new 5fa4774 Make NativeExeSymbol a concrete subclass of NativeRawSymbol [PDB]
new 5ff3774 Fix linux build.
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:
.../llvm/DebugInfo/PDB/Native/NativeExeSymbol.h | 39 +++++++++++
.../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 2 +-
lib/DebugInfo/PDB/CMakeLists.txt | 1 +
lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp | 79 ++++++++++++++++++++++
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 33 +--------
lib/DebugInfo/PDB/Native/NativeSession.cpp | 4 +-
lib/Support/Unix/Path.inc | 3 +-
test/DebugInfo/PDB/Native/pdb-native-summary.test | 11 +++
8 files changed, 136 insertions(+), 36 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Native/NativeExeSymbol.h
create mode 100644 lib/DebugInfo/PDB/Native/NativeExeSymbol.cpp
create mode 100644 test/DebugInfo/PDB/Native/pdb-native-summary.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 e077ddf Create msbuild only when using MSVC
new 08aeccc Add a small test for __STRUCT_PARM_ALIGN__ for ppc64 darwin.
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/Preprocessor/init.c | 5 ++++-
1 file changed, 4 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 compiler-rt.
from 539aa9b [PowerPC] Fix sanitizer frame unwind on 32-bit ABIs
new a9c6084 Fix macOS version detection to also allow missing 3rd part of [...]
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/lit.common.cfg | 5 ++++-
1 file changed, 4 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 a19db56 CodeGen: BlockPlacement: Adjust test case so it covers rL297925. NFC
new 7762f59 Remove eol-style:native from Path.h
new 36d60de9 Make Argument::getArgNo() constant time, not O(#args)
new c33642e [Support] Support both Windows and Posix paths on both platforms.
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/IR/Argument.h | 6 +-
include/llvm/Support/Path.h | 80 ++++----
lib/IR/Function.cpp | 19 +-
lib/Support/Path.cpp | 425 ++++++++++++++++++++-----------------------
lib/Support/Windows/Path.inc | 2 +-
unittests/Support/Path.cpp | 155 +++++++---------
6 files changed, 324 insertions(+), 363 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.