This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 848b378 Sema: support __declspec(dll*) on ObjC interfaces
new ab693fe Push alias-declarations and alias-template declarations into [...]
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/Sema/SemaDeclCXX.cpp | 4 +---
test/CXX/dcl.dcl/dcl.spec/dcl.typedef/p2-0x.cpp | 4 ++--
test/CXX/drs/dr6xx.cpp | 4 ++--
test/CXX/temp/temp.param/p15-cxx0x.cpp | 2 +-
test/Modules/submodules-merge-defs.cpp | 7 +++++++
test/SemaCXX/alias-template.cpp | 4 ++--
test/SemaTemplate/alias-templates.cpp | 6 ++++++
7 files 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 gcc-6-branch
in repository gcc.
from 563f377 2016-07-15 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
new 75dc5dd 2016-07-15 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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:
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/g++.dg/pr70098.C | 2 --
gcc/testsuite/gcc.target/powerpc/pr71763.c | 2 --
3 files changed, 8 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 llvm.
from 2cef100 Teach fast isel about the win64 calling convention.
new 32cf292 [pdb] Introduce MsfBuilder for laying out PDB 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:
include/llvm/DebugInfo/PDB/Raw/MsfBuilder.h | 136 ++++++++++
include/llvm/DebugInfo/PDB/Raw/MsfCommon.h | 83 ++++++
lib/DebugInfo/PDB/CMakeLists.txt | 2 +
lib/DebugInfo/PDB/Raw/MsfBuilder.cpp | 240 +++++++++++++++++
lib/DebugInfo/PDB/Raw/MsfCommon.cpp | 48 ++++
unittests/DebugInfo/PDB/CMakeLists.txt | 1 +
unittests/DebugInfo/PDB/ErrorChecking.h | 41 +++
unittests/DebugInfo/PDB/MappedBlockStreamTest.cpp | 20 +-
unittests/DebugInfo/PDB/MsfBuilderTest.cpp | 300 ++++++++++++++++++++++
9 files changed, 854 insertions(+), 17 deletions(-)
create mode 100644 include/llvm/DebugInfo/PDB/Raw/MsfBuilder.h
create mode 100644 include/llvm/DebugInfo/PDB/Raw/MsfCommon.h
create mode 100644 lib/DebugInfo/PDB/Raw/MsfBuilder.cpp
create mode 100644 lib/DebugInfo/PDB/Raw/MsfCommon.cpp
create mode 100644 unittests/DebugInfo/PDB/ErrorChecking.h
create mode 100644 unittests/DebugInfo/PDB/MsfBuilderTest.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 clang.
from 2527e4e [objcmt] Fix a buffer overflow crash than can occur while mod [...]
new dd81efe [test/objcmt] Add a follow-up test case for r275600.
new 848b378 Sema: support __declspec(dll*) on ObjC interfaces
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/Basic/Attr.td | 8 +++----
include/clang/Basic/AttrDocs.td | 28 ++++++++++++++++++++++
include/clang/Basic/DiagnosticSemaKinds.td | 8 +++++--
include/clang/Sema/AttributeList.h | 2 ++
test/ARCMT/whitelisted/header1.h | 2 ++
test/ARCMT/whitelisted/header1.h.result | 2 ++
test/ARCMT/whitelisted/header2.h | 3 +++
test/ARCMT/whitelisted/header2.h.result | 3 +++
test/ARCMT/whitelisted/objcmt-with-whitelist.m | 4 ++--
test/Sema/dllexport.c | 18 +++++++++-----
test/Sema/dllimport.c | 18 +++++++++-----
test/SemaCXX/dllexport.cpp | 18 +++++++++-----
test/SemaCXX/dllimport.cpp | 18 +++++++++-----
test/SemaObjC/dllexport.m | 30 +++++++++++++++++++++++
test/SemaObjC/dllimport.m | 30 +++++++++++++++++++++++
test/SemaObjCXX/dllexport.mm | 33 ++++++++++++++++++++++++++
test/SemaObjCXX/dllimport.mm | 32 +++++++++++++++++++++++++
utils/TableGen/ClangAttrEmitter.cpp | 9 +++++++
18 files changed, 234 insertions(+), 32 deletions(-)
create mode 100644 test/SemaObjC/dllexport.m
create mode 100644 test/SemaObjC/dllimport.m
create mode 100644 test/SemaObjCXX/dllexport.mm
create mode 100644 test/SemaObjCXX/dllimport.mm
--
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 7f873fb Remove variables. NFC.
new ab53b98 ELF: Include filenames in error messages.
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/InputFiles.cpp | 45 ++++++++++++++++++++++++++-------------------
ELF/InputFiles.h | 3 ++-
test/ELF/writable-merge.s | 4 ++--
3 files changed, 30 insertions(+), 22 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 gcc.
from fb9ff4c 2016-07-15 Jerry DeLisle <jvdelisle(a)gcc.gnu.org> Marco [...]
new 1eb7eb4 Replace references to C++0x with C++11 in comments
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:
libstdc++-v3/ChangeLog | 10 +++++++
libstdc++-v3/include/bits/algorithmfwd.h | 32 +++++++++++-----------
libstdc++-v3/include/bits/move.h | 2 +-
libstdc++-v3/include/bits/postypes.h | 2 +-
libstdc++-v3/include/debug/bitset | 2 +-
.../include/ext/pb_ds/detail/type_utils.hpp | 2 +-
libstdc++-v3/include/ext/string_conversions.h | 4 +--
libstdc++-v3/testsuite/27_io/fpos/14320-1.cc | 2 +-
libstdc++-v3/testsuite/util/thread/all.h | 2 +-
9 files changed, 34 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 gcc-6-branch
in repository gcc.
from 6301708 [RS6000] Don't allow combine to form doloop pattern
new 563f377 2016-07-15 Bill Schmidt <wschmidt(a)linux.vnet.ibm.com>
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:
gcc/testsuite/ChangeLog | 8 ++++++++
gcc/testsuite/gcc.target/powerpc/divkc3-1.c | 1 +
gcc/testsuite/gcc.target/powerpc/mulkc3-1.c | 1 +
3 files changed, 10 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 llvm.
from 2347de1 [CFLAA] Add attributes handling for CFLAnders.
new 866d448 [Hexagon] Make MI scheduler check for stalls in previous pack [...]
new 2cef100 Teach fast isel about the win64 calling convention.
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/Target/Hexagon/HexagonMachineScheduler.cpp | 28 ++++++++++++++++++++++++++
lib/Target/Hexagon/HexagonMachineScheduler.h | 16 ++++++++++++---
lib/Target/X86/X86FastISel.cpp | 6 ++----
test/CodeGen/X86/fast-isel-x86-64.ll | 8 ++++++++
test/CodeGen/X86/win64_eh.ll | 4 ----
5 files changed, 51 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 lld.
from cf60487 [ELF] Overriding reserved symbols in linker script
new 7f873fb Remove variables. 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:
ELF/InputFiles.cpp | 10 ++++------
1 file changed, 4 insertions(+), 6 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 17ea6c1 Fix calls to SelectionDAG::getStore
new 723a3ff [CFLAA] Add an initial CFLAnders implementation.
new c700450 [PowerPC] Set kill flag for scratch register when spilling th [...]
new 2347de1 [CFLAA] Add attributes handling for CFLAnders.
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/llvm/Analysis/CFLAndersAliasAnalysis.h | 73 ++-
lib/Analysis/AliasAnalysisSummary.h | 28 +-
lib/Analysis/CFLAndersAliasAnalysis.cpp | 530 ++++++++++++++++++++-
lib/Analysis/CFLGraph.h | 51 +-
lib/Target/PowerPC/PPCFrameLowering.cpp | 2 +-
test/Analysis/CFLAliasAnalysis/Andersen/assign.ll | 24 +
test/Analysis/CFLAliasAnalysis/Andersen/assign2.ll | 23 +
.../CFLAliasAnalysis/Andersen/attrs-below.ll | 61 +++
.../attr-escape.ll => Andersen/attrs.ll} | 4 +-
test/Analysis/CFLAliasAnalysis/Andersen/cycle.ll | 34 ++
.../Analysis/CFLAliasAnalysis/Andersen/memalias.ll | 21 +
11 files changed, 811 insertions(+), 40 deletions(-)
create mode 100644 test/Analysis/CFLAliasAnalysis/Andersen/assign.ll
create mode 100644 test/Analysis/CFLAliasAnalysis/Andersen/assign2.ll
create mode 100644 test/Analysis/CFLAliasAnalysis/Andersen/attrs-below.ll
copy test/Analysis/CFLAliasAnalysis/{Steensgaard/attr-escape.ll => Andersen/attrs. [...]
create mode 100644 test/Analysis/CFLAliasAnalysis/Andersen/cycle.ll
create mode 100644 test/Analysis/CFLAliasAnalysis/Andersen/memalias.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.