This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository llvm.
from 3c86e87 OptDiag: Add test for r296053
new 969577f Revert r269060 to pacify bots.
new c1a4dd3 [LazyMachineBFI] Add testcase
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/CodeGenPrepare.cpp | 155 -------------
test/CodeGen/AArch64/arm64-opt-remarks-lazy-bfi.ll | 63 +++++
test/CodeGen/ARM/indirectbr.ll | 1 -
test/CodeGen/MSP430/indirectbr2.ll | 2 +-
test/CodeGen/PowerPC/indirectbr.ll | 36 +--
test/Transforms/CodeGenPrepare/computedgoto.ll | 254 ---------------------
6 files changed, 76 insertions(+), 435 deletions(-)
create mode 100644 test/CodeGen/AArch64/arm64-opt-remarks-lazy-bfi.ll
delete mode 100644 test/Transforms/CodeGenPrepare/computedgoto.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 clang.
from 616bc9e Revert r291477 "[Frontend] Correct values of ATOMIC_*_LOCK_FR [...]
new 5be5a9e Recently a change was made to this test in r294639 which fail [...]
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/SemaTemplate/template-id-expr.cpp | 7 ++++++-
1 file changed, 6 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 8981fc9 [CGP] Split some critical edges coming out of indirect branches
new 3c86e87 OptDiag: Add test for r296053
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/CodeGen/AArch64/arm64-summary-remarks.ll | 15 +++++++++++++++
1 file changed, 15 insertions(+)
create mode 100644 test/CodeGen/AArch64/arm64-summary-remarks.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 clang.
from 9049fa8 [Driver] Move architecture-specific free helper functions to [...]
new 9970e5f [profiling] PR31992: Don't skip interesting non-base constructors
new 616bc9e Revert r291477 "[Frontend] Correct values of ATOMIC_*_LOCK_FR [...]
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/CGClass.cpp | 3 ++-
lib/CodeGen/CodeGenFunction.h | 2 ++
lib/CodeGen/CodeGenPGO.cpp | 12 ++++++++----
lib/Frontend/InitPreprocessor.cpp | 10 ++++++----
test/Profile/Inputs/cxx-class.proftext | 11 +++++++++++
test/Profile/cxx-class.cpp | 36 +++++++++++++++++++++++++++++++++-
test/Profile/cxx-structors.cpp | 16 +++++++++++++++
test/Sema/atomic-ops.c | 4 ++++
8 files changed, 84 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 master
in repository llvm.
from 8959f2e [GlobalISel] Use the same name for all remarks.
new 8981fc9 [CGP] Split some critical edges coming out of indirect branches
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/CodeGenPrepare.cpp | 155 +++++++++++++++
test/CodeGen/ARM/indirectbr.ll | 1 +
test/CodeGen/MSP430/indirectbr2.ll | 2 +-
test/CodeGen/PowerPC/indirectbr.ll | 36 ++--
test/Transforms/CodeGenPrepare/computedgoto.ll | 254 +++++++++++++++++++++++++
5 files changed, 435 insertions(+), 13 deletions(-)
create mode 100644 test/Transforms/CodeGenPrepare/computedgoto.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 0ca20ba Fix unit tests after r296049.
new 0108464 [GlobalISel] Remove now-unnecessary variable. NFC.
new abdb8cb [GlobalISel] Use the DISubprogram for translation failure remarks.
new 8959f2e [GlobalISel] Use the same name for all remarks.
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:
lib/CodeGen/GlobalISel/IRTranslator.cpp | 34 ++++++++++++++--------------
lib/CodeGen/GlobalISel/InstructionSelect.cpp | 3 ++-
2 files changed, 19 insertions(+), 18 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 734e4c3 [msan] Fix instrumentation of array allocas.
new 04ea7c6 OptDiag: Use DiagnosticLocation in MachineOptimizationRemarks
new 52ab9f0 OptDiag: Summarize the instruction count in asm-printer
new 0ca20ba Fix unit tests after r296049.
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/CodeGen/AsmPrinter.h | 4 ++++
.../CodeGen/MachineOptimizationRemarkEmitter.h | 24 ++++++++++++----------
lib/CodeGen/AsmPrinter/AsmPrinter.cpp | 14 ++++++++++++-
unittests/DebugInfo/PDB/PDBApiTest.cpp | 2 +-
4 files changed, 31 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 clang.
from 5023262 NFC, Add a test that ensures that we don't emit helper code i [...]
new 5c2bf86 NFC, Remove commented out block of code from CGBlocks.cpp
new 9049fa8 [Driver] Move architecture-specific free helper functions to [...]
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/CGBlocks.cpp | 18 -
lib/Driver/Arch/AArch64.cpp | 196 ++++++
lib/Driver/Arch/ARM.cpp | 445 ++++++++++++++
lib/Driver/Arch/Mips.cpp | 397 ++++++++++++
lib/Driver/Arch/PPC.cpp | 134 ++++
lib/Driver/Arch/Sparc.cpp | 100 +++
lib/Driver/Arch/SystemZ.cpp | 41 ++
lib/Driver/Arch/X86.cpp | 173 ++++++
lib/Driver/CMakeLists.txt | 9 +-
lib/Driver/Tools.cpp | 1416 +------------------------------------------
lib/Driver/Tools.h | 57 ++
11 files changed, 1584 insertions(+), 1402 deletions(-)
create mode 100644 lib/Driver/Arch/AArch64.cpp
create mode 100644 lib/Driver/Arch/ARM.cpp
create mode 100644 lib/Driver/Arch/Mips.cpp
create mode 100644 lib/Driver/Arch/PPC.cpp
create mode 100644 lib/Driver/Arch/Sparc.cpp
create mode 100644 lib/Driver/Arch/SystemZ.cpp
create mode 100644 lib/Driver/Arch/X86.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 llvm.
from d6d9a85 [GlobalISel] Don't translate other blocks when one failed.
new 93e76ec Implement some methods for NativeRawSymbol
new 734e4c3 [msan] Fix instrumentation of array allocas.
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/llvm/DebugInfo/PDB/DIA/DIASession.h | 2 +-
include/llvm/DebugInfo/PDB/IPDBSession.h | 2 +-
.../llvm/DebugInfo/PDB/Native/NativeRawSymbol.h | 5 +-
include/llvm/DebugInfo/PDB/Native/NativeSession.h | 2 +-
lib/DebugInfo/PDB/DIA/DIASession.cpp | 2 +-
lib/DebugInfo/PDB/Native/NativeRawSymbol.cpp | 19 +++++--
lib/DebugInfo/PDB/Native/NativeSession.cpp | 9 +++-
lib/Transforms/Instrumentation/MemorySanitizer.cpp | 13 ++---
test/Instrumentation/MemorySanitizer/alloca.ll | 59 ++++++++++++++++++++++
9 files changed, 97 insertions(+), 16 deletions(-)
create mode 100644 test/Instrumentation/MemorySanitizer/alloca.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.