This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository lnt.
from 09f8ba3 Move requests to requirements.client.txt
new 0549a0d Remove hard dependency on six version
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:
requirements.client.txt | 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 clang.
from a7da2380bd Implement proper support for `-falign-functions`
new addfb0519a [analyzer] When we fail to evaluate a pointer cast, escape 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:
.../StaticAnalyzer/Core/PathSensitive/ExprEngine.h | 5 +++
lib/StaticAnalyzer/Core/ExprEngine.cpp | 51 ++++++++--------------
lib/StaticAnalyzer/Core/ExprEngineC.cpp | 7 ++-
test/Analysis/malloc.mm | 10 +++++
test/Analysis/pr22954.c | 5 ++-
5 files changed, 42 insertions(+), 36 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 49ee2949f [WebAssembly] Fix bug where reloc addends were written as unsigned
new 24c1c8d25 [ELF] Increase NextGroupId with --end-group
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/Driver.cpp | 1 +
ELF/InputFiles.h | 3 +--
ELF/ScriptParser.cpp | 2 ++
test/ELF/warn-backrefs.s | 5 +++++
4 files changed, 9 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 clang.
from 0a0fb94463 [analyzer] RetainCount: Accept more "safe" CFRetain wrappers.
new a87e09cd75 [CFG] [analyzer] Don't treat argument constructors as tempor [...]
new a7da2380bd Implement proper support for `-falign-functions`
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/clang/Basic/LangOptions.def | 2 +
include/clang/Driver/CC1Options.td | 2 +
include/clang/Driver/Options.td | 5 ++-
lib/Analysis/CFG.cpp | 7 ++++
lib/Analysis/ConstructionContext.cpp | 6 +++
lib/CodeGen/CodeGenModule.cpp | 4 ++
lib/Driver/ToolChains/Clang.cpp | 7 ++++
lib/Driver/ToolChains/CommonArgs.cpp | 34 ++++++++++++++++
lib/Driver/ToolChains/CommonArgs.h | 3 ++
lib/Frontend/CompilerInvocation.cpp | 3 ++
test/Analysis/cfg-rich-constructors.cpp | 72 +++++++++++++++++++++++++++++++++
test/CodeGen/function-alignment.c | 16 ++++++++
test/Driver/clang_f_opts.c | 4 --
test/Driver/function-alignment.c | 17 ++++++++
14 files changed, 176 insertions(+), 6 deletions(-)
create mode 100644 test/CodeGen/function-alignment.c
create mode 100644 test/Driver/function-alignment.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 clang.
from 808c21458c [UnitTests] NFC/build-perf: Break up nontrivial compile jobs
new 0a0fb94463 [analyzer] RetainCount: Accept more "safe" CFRetain wrappers.
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/StaticAnalyzer/Checkers/RetainCountChecker.cpp | 9 +++++----
test/Analysis/retain-release-safe.c | 21 +++++++++++++++++++++
2 files changed, 26 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 compiler-rt.
from fedc46689 [sanitizer] Minor refactor of some ReservedAddressRange functions
new 77da68d2e [sanitizer] Generalize atomic_uint8_t, atomic_uint16_t, ... i [...]
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/sanitizer_common/sanitizer_atomic.h | 38 +++++++++------------------------
1 file changed, 10 insertions(+), 28 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 41bd0a020 Add a test. NFC.
new 49ee2949f [WebAssembly] Fix bug where reloc addends were written as unsigned
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/wasm/reloc-addend.ll | 19 +++++++++++++++++++
wasm/InputChunks.cpp | 2 +-
2 files changed, 20 insertions(+), 1 deletion(-)
create mode 100644 test/wasm/reloc-addend.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 cbec9b05be8 [WebAssembly] Enabled -triple=wasm32-unknown-unknown-wasm p [...]
new 770b506fe44 [llvm-mca][X86] Add prefetch instruction resource tests
new 7256bf169ac [MachineOutliner] NFC: Move EnableLinkOnceODROutlining into [...]
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/CodeGen/Passes.h | 2 +-
lib/CodeGen/MachineOutliner.cpp | 23 +++++++++++++++++++----
lib/CodeGen/TargetPassConfig.cpp | 7 +------
test/tools/llvm-mca/X86/BtVer2/resources-sse1.s | 15 ++++++++++++++-
4 files changed, 35 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 libcxx.
from 7a8081486 Remove impossible _MSC_VER check
new efb6d58bf Don't do aligned allocations on MSVCRT before 19.12 (update 15.3)
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/__config | 6 ++++++
1 file changed, 6 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 glibc.
from a279b8ed9b hurd: Add missing RLIM_SAVED_MAX/CUR
new 5dbfe13b35 hurd: Fix hurd installed headers test
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 | 4 ++++
sysdeps/hurd/include/hurd.h | 2 ++
sysdeps/hurd/include/hurd/fd.h | 4 +++-
sysdeps/hurd/include/hurd/signal.h | 2 ++
4 files changed, 11 insertions(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.