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 51a6b97 [compiler-rt] Refactor the interception code on windows.
new 3e3f7da missing modifications for http://reviews.llvm.org/D21952
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/asan/CMakeLists.txt | 2 ++
lib/interception/tests/CMakeLists.txt | 3 ++-
2 files changed, 4 insertions(+), 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 f84fc6d New pass manager for LICM.
new 9e93706 [CFLAA] Simplify CFLGraphBuilder. 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:
lib/Analysis/AliasAnalysisSummary.h | 20 +++
lib/Analysis/CFLGraph.h | 277 +++++++++++++++-----------------
lib/Analysis/CFLSteensAliasAnalysis.cpp | 118 +++++---------
lib/Analysis/StratifiedSets.h | 35 +---
4 files changed, 185 insertions(+), 265 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 68899dc Prevent the creation of empty (forwarding) blocks resulting f [...]
new a64bed4 [Coverage] Move logic to skip decl's into a helper (NFC)
new f379326 [Coverage] Do not map regions from system headers
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/CodeGenPGO.cpp | 20 +++++++++++---------
lib/CodeGen/CodeGenPGO.h | 1 +
lib/CodeGen/CoverageMappingGen.cpp | 8 ++++++++
test/CoverageMapping/system_macro.c | 3 +--
4 files changed, 21 insertions(+), 11 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 90306c1 remove empty lines
new 51a6b97 [compiler-rt] Refactor the interception code on windows.
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/interception/interception_win.cc | 905 +++++++++++++++++-------
lib/interception/interception_win.h | 17 +
lib/interception/tests/interception_win_test.cc | 497 +++++++++++--
3 files changed, 1079 insertions(+), 340 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 7ac5a51 Fix an issue where one could not define a Python command with [...]
new 433f68f Fixed a threading race condition where we could crash after c [...]
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/Core/Debugger.cpp | 2 --
1 file changed, 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 llvm.
from 1f1f6a6 ARM: validate immediate branch targets in AsmParser.
new 334778a Correct ordering of loads/stores.
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/Transforms/Vectorize/LoadStoreVectorizer.cpp | 48 ++++++++----
.../LoadStoreVectorizer/AMDGPU/insertion-point.ll | 6 +-
.../LoadStoreVectorizer/X86/correct-order.ll | 26 +++++++
.../LoadStoreVectorizer/X86/preserve-order32.ll | 7 +-
.../LoadStoreVectorizer/X86/preserve-order64.ll | 56 ++++++++++++-
.../X86/subchain-interleaved.ll | 91 ++++++++++++++++++++++
6 files changed, 212 insertions(+), 22 deletions(-)
create mode 100644 test/Transforms/LoadStoreVectorizer/X86/correct-order.ll
create mode 100644 test/Transforms/LoadStoreVectorizer/X86/subchain-interleaved.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 ac1e47a AMDGPU: Treat texture gather instructions more like other MIM [...]
new 1f1f6a6 ARM: validate immediate branch targets in AsmParser.
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/ARM/ARMInstrInfo.td | 50 ++++++++++++------------
lib/Target/ARM/ARMInstrThumb.td | 41 ++++++++++++-------
lib/Target/ARM/ARMInstrThumb2.td | 10 ++---
lib/Target/ARM/AsmParser/ARMAsmParser.cpp | 28 +++++++++++++
lib/Target/ARM/MCTargetDesc/ARMMCCodeEmitter.cpp | 15 ++++---
test/MC/ARM/arm-branch-errors.s | 16 ++++++++
test/MC/ARM/arm-branches.s | 15 +++++++
test/MC/ARM/thumb-branch-errors.s | 22 +++++++++++
test/MC/ARM/thumb2-branches.s | 18 +++++++++
9 files changed, 164 insertions(+), 51 deletions(-)
create mode 100644 test/MC/ARM/arm-branch-errors.s
create mode 100644 test/MC/ARM/arm-branches.s
create mode 100644 test/MC/ARM/thumb-branch-errors.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 glibc.
from c10f90d Revert "Add pretty printers for the NPTL lock types"
new cf1ad5b X86-64: Define LO_HI_LONG to skip pos_h [BZ #20349]
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 | 5 +++++
sysdeps/unix/sysv/linux/x86_64/sysdep.h | 4 ++++
2 files changed, 9 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 fe951c4 [NFC] Reorder fields of VersionTuple to reduce size
new 68899dc Prevent the creation of empty (forwarding) blocks resulting 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:
lib/CodeGen/CGStmt.cpp | 14 +++++++++++++-
test/CodeGen/forwarding-blocks-if.c | 36 ++++++++++++++++++++++++++++++++++++
2 files changed, 49 insertions(+), 1 deletion(-)
create mode 100644 test/CodeGen/forwarding-blocks-if.c
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.