This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from f23ee512df [analyzer] Promote StdCLibraryFunctionsChecker to the apiMod [...]
new 8ea4dea1b6 [analyzer] Fix crash in exploded graph dumping
new 5d94ed4873 [analyzer] [tests] Allow specifying entire -analyze-config o [...]
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/Analysis/CFG.cpp | 5 +----
test/Analysis/dump_egraph.c | 4 ++--
utils/analyzer/SATestBuild.py | 30 ++++++++++++++++--------------
3 files changed, 19 insertions(+), 20 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 zorg.
from 30a23d2 Switch svn update to https and improve revision picking for f [...]
new ad5cb61 Fix usage of Python regular expressions for finding svn revisions
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:
zorg/buildbot/builders/annotated/annotated_builder.py | 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 llvm.
from a1e00c37fc0 [CodeView] Only add the Scoped flag for an enum type when [...]
new d4c2f778f77 [globalisel] Attempt to fix llvm-clang-x86_64-expensive-checks-win
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:
.../AArch64/GlobalISel/gisel-commandline-option.ll | 31 +++++++++++++++-------
1 file changed, 21 insertions(+), 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 88f8d0b7bd [analyzer] Fix symbol discovery in nonloc::LocAsInteger values.
new f23ee512df [analyzer] Promote StdCLibraryFunctionsChecker to the apiMod [...]
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/StaticAnalyzer/Checkers/Checkers.td | 10 +++++-----
test/Analysis/conversion.c | 14 ++++++--------
test/Analysis/std-c-library-functions-inlined.c | 10 +++++-----
test/Analysis/std-c-library-functions.c | 10 +++++-----
test/Analysis/std-c-library-functions.cpp | 2 +-
5 files changed, 22 insertions(+), 24 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 3a8dec58e5 [analyzer][NFC] Refactor functions in PlistDiagnostics to ta [...]
new d70ec8974c [cl-compat] Change /JMC from unsupported to ignored.
new 88f8d0b7bd [analyzer] Fix symbol discovery in nonloc::LocAsInteger values.
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/Driver/CLCompatOptions.td | 2 +-
lib/StaticAnalyzer/Core/SVals.cpp | 2 +-
test/Analysis/symbol-reaper.c | 3 +--
3 files changed, 3 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 zorg.
from 14593cc Attempt to handle forced builds in annotated bot script
new 30a23d2 Switch svn update to https and improve revision picking for f [...]
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:
.../builders/annotated/annotated_builder.py | 37 +++++++++++++++-------
1 file changed, 25 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 lld.
from 9a8c0e59b [NFC][BUG-FIX][ARM] Add missing data symbol
new 1513e508b Introduce a flag to warn when ifunc symbols are used with tex [...]
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/Config.h | 1 +
ELF/Driver.cpp | 2 ++
ELF/Options.td | 4 ++++
ELF/Relocations.cpp | 17 ++++++++++++++---
docs/ld.lld.1 | 11 +++++++++++
test/ELF/textrel.s | 40 ++++++++++++++++++++++++++++++++++++++++
6 files changed, 72 insertions(+), 3 deletions(-)
create mode 100644 test/ELF/textrel.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 master
in repository llvm.
from cf3208c68b9 [llvm-mca] Remove unecessary forward decls. NFC.
new ab0e7288a66 [CodeView] Emit function options for subprogram and member [...]
new a1e00c37fc0 [CodeView] Only add the Scoped flag for an enum type when [...]
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/CodeGen/AsmPrinter/CodeViewDebug.cpp | 66 +++-
lib/CodeGen/AsmPrinter/CodeViewDebug.h | 8 +-
test/DebugInfo/COFF/enum-co.ll | 179 +++++++++
test/DebugInfo/COFF/function-options.ll | 584 ++++++++++++++++++++++++++++++
test/DebugInfo/COFF/global-type-hashes.ll | 12 +-
5 files changed, 826 insertions(+), 23 deletions(-)
create mode 100644 test/DebugInfo/COFF/enum-co.ll
create mode 100644 test/DebugInfo/COFF/function-options.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 zorg.
from 43dc720 [test-suite, CUDA] Run GPU tests in parallel.
new 14593cc Attempt to handle forced builds in annotated bot script
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:
zorg/buildbot/builders/annotated/annotated_builder.py | 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 lldb.
from 41c9f98b2 DWARFExpression: Resolve file addresses in the linked module
new fb7d6203b Remove unnecessary field
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:
packages/Python/lldbsuite/test/functionalities/target_var/globals.ll | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.