This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang-tools-extra.
from 21d7759 [include-fixer] Don't add qualifiers to symbols which have gl [...]
new b8a9906 clang-tidy/readability-identifier-naming: crash on DependentT [...]
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:
clang-tidy/readability/IdentifierNamingCheck.cpp | 7 ++++---
test/clang-tidy/readability-identifier-naming.cpp | 6 ++++++
2 files changed, 10 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 3d1d819 clang-format: [JS] Sort imports case insensitive.
new dbd9e1b [AST] Tighten up some bitfields
new fc5fcae [MS ABI] Some code cleanups
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/AST/DeclFriend.h | 2 +-
include/clang/AST/DeclObjC.h | 6 +++---
lib/CodeGen/MicrosoftCXXABI.cpp | 15 ++++++---------
3 files changed, 10 insertions(+), 13 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 ed029b0 fix documentation comments; NFC
new 9dd11bf [SLSR] Fix crash on handling 128-bit integers.
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:
.../Scalar/StraightLineStrengthReduce.cpp | 27 ++++++---
.../StraightLineStrengthReduce/slsr-add.ll | 15 +++++
.../StraightLineStrengthReduce/slsr-gep.ll | 70 ++++++++++++----------
3 files changed, 73 insertions(+), 39 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 99de733 [lanai] Treat .t as optional in assembly parser for RR operan [...]
new ed029b0 fix documentation comments; NFC
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/Target/TargetLowering.h | 7 +-
lib/CodeGen/SelectionDAG/LegalizeTypes.cpp | 88 ++++++------
lib/CodeGen/SelectionDAG/LegalizeTypes.h | 169 +++++++++++------------
lib/CodeGen/SelectionDAG/LegalizeVectorTypes.cpp | 45 +++---
4 files changed, 145 insertions(+), 164 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 8711de2 AMDGPU: Move R600 only pieces into R600 classes
new 99de733 [lanai] Treat .t as optional in assembly parser for RR operan [...]
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/Target/Lanai/AsmParser/LanaiAsmParser.cpp | 30 +++++++++++++++++++++++++++
lib/Target/Lanai/LanaiInstrInfo.td | 17 +++++++--------
test/MC/Lanai/v11.s | 28 ++++++++++++-------------
3 files changed, 52 insertions(+), 23 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 762cdd4 Revert "AMDGPU: Remove unused control flow intrinsic"
new 8711de2 AMDGPU: Move R600 only pieces into R600 classes
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/Target/AMDGPU/AMDGPUFrameLowering.h | 5 ---
lib/Target/AMDGPU/AMDGPUInstrInfo.cpp | 57 --------------------------------
lib/Target/AMDGPU/AMDGPUInstrInfo.h | 18 ----------
lib/Target/AMDGPU/AMDGPURegisterInfo.cpp | 11 ------
lib/Target/AMDGPU/AMDGPURegisterInfo.h | 6 ----
lib/Target/AMDGPU/R600InstrInfo.cpp | 57 ++++++++++++++++++++++++++++++++
lib/Target/AMDGPU/R600InstrInfo.h | 12 ++++++-
lib/Target/AMDGPU/R600RegisterInfo.cpp | 7 ++++
lib/Target/AMDGPU/R600RegisterInfo.h | 7 +++-
lib/Target/AMDGPU/SIInstrInfo.cpp | 8 -----
lib/Target/AMDGPU/SIInstrInfo.h | 2 --
11 files changed, 81 insertions(+), 109 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 a894cad [ArgPromote] Use function_ref and for-range loops.
new 762cdd4 Revert "AMDGPU: Remove unused control flow intrinsic"
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/Target/AMDGPU/SIAnnotateControlFlow.cpp | 4 ++++
lib/Target/AMDGPU/SIFixControlFlowLiveIntervals.cpp | 1 +
lib/Target/AMDGPU/SIFixSGPRCopies.cpp | 1 +
lib/Target/AMDGPU/SIISelLowering.cpp | 1 +
lib/Target/AMDGPU/SIInstructions.td | 5 +++++
lib/Target/AMDGPU/SIIntrinsics.td | 1 +
lib/Target/AMDGPU/SILowerControlFlow.cpp | 19 +++++++++++++++++++
7 files changed, 32 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 clang.
from 7935857 [analyzer] Older version of GCC 4.7 crash on lambdas in defau [...]
new 3c9460b clang-format: [JS] support trailing commas in imports.
new 3d1d819 clang-format: [JS] Sort imports case insensitive.
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/Format/SortJavaScriptImports.cpp | 8 +++++---
unittests/Format/SortImportsTestJS.cpp | 25 +++++++++++++++++++++++++
2 files changed, 30 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 3c03261 [analyzer] Rewrite manual erase loop using remove_if.
new 7935857 [analyzer] Older version of GCC 4.7 crash on lambdas in defau [...]
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:
.../Checkers/MallocOverflowSecurityChecker.cpp | 17 +++++++++--------
1 file changed, 9 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 561ba72 [X86] Use __builtin_ia32_vec_ext_v4hi and __builtin_ia32_vec_ [...]
new 3c03261 [analyzer] Rewrite manual erase loop using remove_if.
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:
.../Checkers/MallocOverflowSecurityChecker.cpp | 29 +++++++++++-----------
1 file changed, 14 insertions(+), 15 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.