This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from 475ec9b [Driver] Use -fsyntax-only in test/Driver/show-option-names.c
new 4e291ad Revert "Change Builtins name to be stored as StringRef instea [...]
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/Basic/Builtins.h | 5 ++---
lib/CodeGen/CGBuiltin.cpp | 4 ++--
lib/Sema/SemaChecking.cpp | 6 +++---
3 files changed, 7 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 llvm.
from ef587f5 Avoid unnecessary constexpr to appease MSVC 2013
new 1d2f9bc Allow Switch instruction to have extractProfTotalWeight calle [...]
new c7a23a5 [AMDGPU] Refactor waitcnt encoding
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/IR/Metadata.cpp | 3 +-
lib/Target/AMDGPU/AsmParser/AMDGPUAsmParser.cpp | 36 +++-----
.../AMDGPU/InstPrinter/AMDGPUInstPrinter.cpp | 11 +--
lib/Target/AMDGPU/SIInsertWaits.cpp | 28 +++---
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.cpp | 102 ++++++++++++++++++---
lib/Target/AMDGPU/Utils/AMDGPUBaseInfo.h | 60 +++++++++---
6 files changed, 173 insertions(+), 67 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 7b8ebc3 2016-10-11 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
new 604360a 2016-10-11 Fritz Reese <fritzoreese(a)gmail.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/fortran/ChangeLog | 5 +++++
gcc/fortran/iresolve.c | 4 ++--
gcc/fortran/simplify.c | 12 +++++-------
3 files changed, 12 insertions(+), 9 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 d7177be Fix "static initialization order fiasco" for the XCore Target.
new ef587f5 Avoid unnecessary constexpr to appease MSVC 2013
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/IR/ModuleTest.cpp | 2 +-
1 file changed, 1 insertion(+), 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 clang.
from 6d6fa28 Reapply [Driver][Diagnostics] Make 'show option names' defaul [...]
new 23a5b06 [Driver] Fix test from r283913 to unbreak bots
new 475ec9b [Driver] Use -fsyntax-only in test/Driver/show-option-names.c
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:
test/Driver/show-option-names.c | 6 ++++--
1 file changed, 4 insertions(+), 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 be78316 [Support] Fix undefined behavior in RandomNumberGenerator.
new d7177be Fix "static initialization order fiasco" for the XCore Target.
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/XCore/Disassembler/XCoreDisassembler.cpp | 4 ++--
lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.cpp | 16 +++++++++-------
lib/Target/XCore/MCTargetDesc/XCoreMCTargetDesc.h | 3 +--
lib/Target/XCore/TargetInfo/XCoreTargetInfo.cpp | 7 +++++--
lib/Target/XCore/XCoreAsmPrinter.cpp | 2 +-
lib/Target/XCore/XCoreTargetMachine.cpp | 2 +-
6 files changed, 19 insertions(+), 15 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 029a5ad [CUDA] Re-land support for <complex> (r283683 and r283680).
new 6d6fa28 Reapply [Driver][Diagnostics] Make 'show option names' defaul [...]
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/Frontend/CompilerInvocation.h | 3 ++-
lib/Frontend/CompilerInvocation.cpp | 11 +++++++----
test/Driver/show-option-names.c | 5 +++++
3 files changed, 14 insertions(+), 5 deletions(-)
create mode 100644 test/Driver/show-option-names.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 gcc.
from a2f326c 2016-10-11 Andris Pavenis <andris.pavenis(a)iki.fi>
new d58e98b 2016-10-11 Andris Pavenis <andris.pavenis(a)iki.fi>
new f28fa6a 2016-10-11 Andris Pavenis <andris.pavenis(a)iki.fi>
new 7b8ebc3 2016-10-11 Jerry DeLisle <jvdelisle(a)gcc.gnu.org>
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:
gcc/ada/ChangeLog | 18 ++++++++++
gcc/ada/adaint.c | 39 ++++++++++++++++++----
gcc/ada/gcc-interface/Makefile.in | 17 ++++++++++
.../{system-solaris-x86.ads => system-djgpp.ads} | 6 ++--
gcc/fortran/ChangeLog | 5 +++
gcc/fortran/iresolve.c | 1 +
gcc/fortran/simplify.c | 7 ++--
7 files changed, 81 insertions(+), 12 deletions(-)
copy gcc/ada/{system-solaris-x86.ads => system-djgpp.ads} (97%)
--
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 c563fca ARMMachineFunctionInfo.cpp: Add an initializer of ARMFunction [...]
new 749baf3 [AMDGPU] Fix test that was broken by rL283893
new be78316 [Support] Fix undefined behavior in RandomNumberGenerator.
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/Support/RandomNumberGenerator.cpp | 8 ++++----
test/MC/AMDGPU/symbol_special.s | 4 +++-
2 files changed, 7 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 gcc.
from 1ffab76 * config/alpha/alpha-passes.def: New file. * config/alpha/t [...]
new a2f326c 2016-10-11 Andris Pavenis <andris.pavenis(a)iki.fi>
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/ada/ChangeLog | 12 ++++++++++++
gcc/ada/ctrl_c.c | 4 ++--
gcc/ada/env.c | 2 +-
gcc/ada/gsocket.h | 2 +-
gcc/ada/init.c | 8 ++++++++
gcc/ada/sysdep.c | 35 +++++++++++++++++++++++++++++++++--
gcc/ada/terminals.c | 2 +-
7 files changed, 58 insertions(+), 7 deletions(-)
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.