This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 31b3c53 [analyzer] Refactor and simplify SimpleConstraintManager
new 4f9b93a Retry: [profiling] Fix profile counter increment when emittin [...]
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/CGExprScalar.cpp | 6 ++++--
lib/CodeGen/CodeGenFunction.h | 7 ++++---
lib/CodeGen/CodeGenPGO.cpp | 20 ++++++++++++++------
lib/CodeGen/CodeGenPGO.h | 3 ++-
test/Profile/c-ternary.c | 15 +++++++++++++++
5 files changed, 39 insertions(+), 12 deletions(-)
create mode 100644 test/Profile/c-ternary.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 llvm.
from 0621f0e AMDGPU/SI: export s_waitcnt builtin
new f18ff27 [PDB] Disable some tests that are breaking bots.
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:
unittests/DebugInfo/PDB/BinaryStreamTest.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 d945880 DataBufferMemoryMap.cpp out, DataBufferLLVM.cpp in. Unbreak [...]
new a9f61d4 Three LoadLibCxxFormatters formatters were given a regex stri [...]
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/Language/CPlusPlus/CPlusPlusLanguage.cpp | 6 +++---
1 file changed, 3 insertions(+), 3 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 780813d AMDGPU: export s_sendmsg{halt} instrinsics
new 31b3c53 [analyzer] Refactor and simplify SimpleConstraintManager
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:
.../Core/PathSensitive/ConstraintManager.h | 2 +
.../Core/PathSensitive/SimpleConstraintManager.h | 92 +++++++++
lib/StaticAnalyzer/Core/CMakeLists.txt | 1 +
lib/StaticAnalyzer/Core/ConstraintManager.cpp | 4 +-
lib/StaticAnalyzer/Core/RangeConstraintManager.cpp | 102 ++++++---
.../Core/RangedConstraintManager.cpp | 204 ++++++++++++++++++
...nstraintManager.h => RangedConstraintManager.h} | 69 +++----
.../Core/SimpleConstraintManager.cpp | 230 +--------------------
8 files changed, 415 insertions(+), 289 deletions(-)
create mode 100644 include/clang/StaticAnalyzer/Core/PathSensitive/SimpleConstrain [...]
create mode 100644 lib/StaticAnalyzer/Core/RangedConstraintManager.cpp
rename lib/StaticAnalyzer/Core/{SimpleConstraintManager.h => RangedConstraintManag [...]
--
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 f94f3de Revert r296166, "clang-format: Don't leave behind temp files [...]
new b2e0f43 AMDGPU: export s_waitcnt builtin
new 77ab773 AMDGPU: export l1 cache invalidation intrinsics
new 780813d AMDGPU: export s_sendmsg{halt} instrinsics
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/clang/Basic/BuiltinsAMDGPU.def | 5 ++++
test/CodeGenOpenCL/builtins-amdgcn.cl | 49 ++++++++++++++++++++++++++++++++
test/SemaOpenCL/builtins-amdgcn-error.cl | 25 ++++++++++++++++
3 files changed, 79 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 lldb.
from 3a88d0a Delete DataBufferMemoryMap.
new d945880 DataBufferMemoryMap.cpp out, DataBufferLLVM.cpp in. Unbreak [...]
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:
lldb.xcodeproj/project.pbxproj | 14 ++++++--------
1 file changed, 6 insertions(+), 8 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 5d79197 Revert "[profiling] Fix profile counter increment when emitti [...]
new f94f3de Revert r296166, "clang-format: Don't leave behind temp files [...]
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/Format/inplace.cpp | 263 -------------------------------------
tools/clang-format/ClangFormat.cpp | 1 -
2 files changed, 264 deletions(-)
delete mode 100644 test/Format/inplace.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 lld.
from f105d3f Fix rst document format error.
new 5887d16 Add how long it takes to link chromium using ld.bfd.
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:
docs/index.rst | 14 +++++++-------
1 file changed, 7 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 clang.
from 83740ef [profiling] Fix profile counter increment when emitting selec [...]
new 5d79197 Revert "[profiling] Fix profile counter increment when emitti [...]
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/CGExprScalar.cpp | 6 ++----
lib/CodeGen/CodeGenFunction.h | 7 +++----
lib/CodeGen/CodeGenPGO.cpp | 19 ++++++-------------
lib/CodeGen/CodeGenPGO.h | 3 +--
test/Profile/c-ternary.c | 15 ---------------
5 files changed, 12 insertions(+), 38 deletions(-)
delete mode 100644 test/Profile/c-ternary.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.