This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 44b5837278 CFG: Add CFGElement for automatic variables that leave the scope
new 5e97f3f298 Expose some type-conversion functions as part of the IRGen ABI.
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/CodeGen/CodeGenABITypes.h | 8 ++++++++
lib/CodeGen/CodeGenABITypes.cpp | 16 ++++++++++++++++
2 files changed, 24 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 4de0cb2e9a powerpc64le: Iterate over all object suffixes when appending [...]
new a058c7c839 Added Samoan language locale for Samoa
new 30200427a9 New locale for agr_PE.
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:
ChangeLog | 5 ++
locale/iso-639.def | 1 +
localedata/ChangeLog | 12 +++
localedata/SUPPORTED | 2 +
localedata/locales/agr_PE | 211 +++++++++++++++++++++++++++++++++++++++++++
localedata/locales/sm_WS | 223 ++++++++++++++++++++++++++++++++++++++++++++++
6 files changed, 454 insertions(+)
create mode 100644 localedata/locales/agr_PE
create mode 100644 localedata/locales/sm_WS
--
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 060026936d [ODRHash] Revert r307720 to fix buildbot.
new 44b5837278 CFG: Add CFGElement for automatic variables that leave the scope
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/Analysis/AnalysisContext.h | 1 +
include/clang/Analysis/CFG.h | 45 +-
.../clang/StaticAnalyzer/Core/AnalyzerOptions.h | 22 +-
lib/Analysis/AnalysisDeclContext.cpp | 2 +
lib/Analysis/CFG.cpp | 224 ++++--
lib/StaticAnalyzer/Core/AnalysisManager.cpp | 3 +-
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | 11 +
lib/StaticAnalyzer/Core/ExprEngine.cpp | 2 +
lib/StaticAnalyzer/Core/PathDiagnostic.cpp | 1 +
test/Analysis/analyzer-config.c | 5 +-
test/Analysis/analyzer-config.cpp | 4 +-
test/Analysis/lifetime-cfg-output.cpp | 783 +++++++++++++++++++++
12 files changed, 1052 insertions(+), 51 deletions(-)
create mode 100644 test/Analysis/lifetime-cfg-output.cpp
--
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 97e16560aab [MemoryBuiltins] Allow truncation in visitAllocaInst()
new 292490b104d [X86] Remove 'barcelona' string from getHostCPUName. Use 'a [...]
new 0b0624a2ca4 [X86] Cleanup the switches in getHostCPUName to remove impo [...]
new 5d2f2672b6c [X86] Sync ProcessorTypes and ProcessorSubtypes enums used [...]
new b8cea18959b [X86] Synchronize the ProcessorFeatures enum used by getHos [...]
The 4 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/Support/Host.cpp | 286 ++++++++++++++++++++++++++++++---------------------
1 file changed, 167 insertions(+), 119 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 4b013660b85 Specify complete target triple in test
new 97e16560aab [MemoryBuiltins] Allow truncation in visitAllocaInst()
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/llvm/Analysis/MemoryBuiltins.h | 3 +++
lib/Analysis/MemoryBuiltins.cpp | 41 ++++++++++++++++++++--------------
2 files changed, 27 insertions(+), 17 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 newlib.
from 2d9c69da1 cygwin: export fls, flsl, flsll
new a3617d7bd Synchronize RTEMS <sys/bitset.h> with FreeBSD
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:
newlib/libc/sys/rtems/include/sys/bitset.h | 10 +++++-----
1 file 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 zorg.
from f5bfb80 [Polly] Fix builder configuration
new f8166c3 Add an X86-64 AVX2 clang builder and slave
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:
buildbot/osuosl/master/config/builders.py | 19 +++++++++++++++++++
buildbot/osuosl/master/config/slaves.py | 4 ++++
2 files changed, 23 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 lld.
from 8cfbe6e9f Remove redundant newline.
new cc5dba2c4 Revert "[PDB] Use a more appropriate message for a fatal erro [...]
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:
COFF/PDB.cpp | 18 +++--
test/COFF/pdb-invalid-func-type.yaml | 146 -----------------------------------
2 files changed, 10 insertions(+), 154 deletions(-)
delete mode 100644 test/COFF/pdb-invalid-func-type.yaml
--
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.
tcwg-buildslave pushed a change to branch tested
in repository toolchain/abe.
from c62e01b4 Fix bug #3040: CC1 and cc1plus cannot convert UTF-8
adds 1e0daa9c checkout: Show the last commit.
No new revisions were added by this update.
Summary of changes:
lib/checkout.sh | 3 +++
1 file changed, 3 insertions(+)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.