This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository clang.
from a51c0d8277 [CodeGen][mips] Support `long_call/far/near` attributes
new 09833a858c [NVPTX] Add lowering of i128 params.
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/Basic/Targets.cpp | 4 ++--
test/CodeGen/target-data.c | 4 ++--
2 files changed, 4 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 c8238de61fc Changed EOL back to LF. NFC.
new 9a18b7e82aa [X86] Adding ISel tests for strided-shuffles with non-zero [...]
new 20f8334c2a8 Add an ID field to StackObjects
new 524fde4af11 AMDGPU: Rename _RTN atomic instructions
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/MIRYamlMapping.h | 6 +
include/llvm/CodeGen/MachineFrameInfo.h | 31 +-
include/llvm/CodeGen/MachineMemOperand.h | 20 +-
lib/CodeGen/MIRParser/MIRParser.cpp | 3 +
lib/CodeGen/MIRPrinter.cpp | 2 +
lib/CodeGen/MachineFrameInfo.cpp | 9 +-
lib/CodeGen/MachineInstr.cpp | 5 +-
lib/CodeGen/StackSlotColoring.cpp | 8 +-
lib/Target/AMDGPU/AMDGPUISelDAGToDAG.cpp | 8 +-
lib/Target/AMDGPU/BUFInstructions.td | 44 +-
lib/Target/AMDGPU/SIInstrInfo.cpp | 2 +
.../AArch64/GlobalISel/arm64-irtranslator.ll | 11 +-
test/CodeGen/AArch64/GlobalISel/call-translator.ll | 3 +-
.../AMDGPU/stack-slot-color-sgpr-vgpr-spills.mir | 34 +
.../MIR/AArch64/stack-object-local-offset.mir | 6 +-
test/CodeGen/MIR/AMDGPU/stack-id.mir | 35 +
test/CodeGen/MIR/X86/callee-saved-info.mir | 2 +-
test/CodeGen/MIR/X86/fixed-stack-objects.mir | 3 +-
.../MIR/X86/spill-slot-fixed-stack-objects.mir | 3 +-
test/CodeGen/MIR/X86/stack-objects.mir | 9 +-
.../MIR/X86/variable-sized-stack-objects.mir | 6 +-
.../X86/GlobalISel/irtranslator-callingconv.ll | 150 +-
.../CodeGen/X86/shuffle-strided-with-offset-128.ll | 907 ++++++++++++
.../CodeGen/X86/shuffle-strided-with-offset-256.ll | 1255 +++++++++++++++++
.../CodeGen/X86/shuffle-strided-with-offset-512.ll | 1479 ++++++++++++++++++++
25 files changed, 3938 insertions(+), 103 deletions(-)
create mode 100644 test/CodeGen/AMDGPU/stack-slot-color-sgpr-vgpr-spills.mir
create mode 100644 test/CodeGen/MIR/AMDGPU/stack-id.mir
create mode 100644 test/CodeGen/X86/shuffle-strided-with-offset-128.ll
create mode 100644 test/CodeGen/X86/shuffle-strided-with-offset-256.ll
create mode 100644 test/CodeGen/X86/shuffle-strided-with-offset-512.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 5187ebbe875 Generate error reports when a fuzz target exits.
new c8238de61fc Changed EOL back to LF. 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/Target/NVPTX/NVPTXISelLowering.cpp | 9334 ++++++++++++++++----------------
lib/Target/NVPTX/NVPTXInstrInfo.td | 6330 +++++++++++-----------
2 files changed, 7832 insertions(+), 7832 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 409daa07095 [PEI] Fix refactoring from r308664
new ebb6c958cec [PGO] Move the PGOInstrumentation pass to new OptRemark API.
new 5187ebbe875 Generate error reports when a fuzz target exits.
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/Fuzzer/FuzzerDriver.cpp | 3 +++
lib/Fuzzer/FuzzerInternal.h | 2 ++
lib/Fuzzer/FuzzerLoop.cpp | 18 ++++++++++++++++++
lib/Fuzzer/test/AbsNegAndConstant64Test.cpp | 1 +
lib/Fuzzer/test/AbsNegAndConstantTest.cpp | 1 +
lib/Fuzzer/test/BufferOverflowOnInput.cpp | 3 ++-
lib/Fuzzer/test/CustomCrossOverTest.cpp | 3 ++-
lib/Fuzzer/test/CustomMutatorTest.cpp | 3 ++-
lib/Fuzzer/test/NthRunCrashTest.cpp | 3 ++-
lib/Fuzzer/test/RepeatedBytesTest.cpp | 4 +++-
lib/Fuzzer/test/SimpleDictionaryTest.cpp | 3 ++-
lib/Fuzzer/test/SimpleTest.cpp | 3 ++-
lib/Fuzzer/test/SimpleThreadedTest.cpp | 3 ++-
lib/Fuzzer/test/exit-report.test | 5 +++++
lib/Fuzzer/test/fuzzer-flags.test | 8 ++++----
lib/Fuzzer/test/fuzzer-printcovpcs.test | 2 +-
lib/Fuzzer/test/fuzzer.test | 6 +++---
lib/Fuzzer/test/inline-8bit-counters.test | 2 +-
lib/Fuzzer/test/repeated-bytes.test | 2 +-
lib/Fuzzer/test/trace-pc.test | 2 +-
lib/Fuzzer/test/ulimit.test | 2 +-
lib/Transforms/Instrumentation/PGOInstrumentation.cpp | 8 ++++----
test/Transforms/PGOProfile/branch1.ll | 4 ++--
23 files changed, 65 insertions(+), 26 deletions(-)
create mode 100644 lib/Fuzzer/test/exit-report.test
--
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 lnt.
from 167b879 feedback: this was supposed to no be there
new 7e49606 Fix lnt checkformat and add a test for it
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:
lnt/lnttool/main.py | 15 ++++++------
lnt/util/ImportData.py | 3 ++-
tests/lnttool/checkformat.shtest | 50 ++++++++++++++++++++++++++++++++++++++++
3 files changed, 60 insertions(+), 8 deletions(-)
create mode 100644 tests/lnttool/checkformat.shtest
--
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 8c714df517f [COFF, ARM64, CodeView] Add support to emit CodeView debug [...]
new 409daa07095 [PEI] Fix refactoring from r308664
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/PrologEpilogInserter.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 26bc81978d [clang] Fix handling of "%zd" in scanf
new a51c0d8277 [CodeGen][mips] Support `long_call/far/near` attributes
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/Attr.td | 12 +++
include/clang/Basic/AttrDocs.td | 20 ++++
lib/CodeGen/CodeGenModule.cpp | 16 ++-
lib/CodeGen/CodeGenModule.h | 3 +-
lib/CodeGen/TargetInfo.cpp | 118 ++++++++++++++-------
lib/CodeGen/TargetInfo.h | 5 +-
lib/Sema/SemaDeclAttr.cpp | 8 ++
test/CodeGen/long-call-attr.c | 17 +++
...pragma-attribute-supported-attributes-list.test | 4 +-
test/Sema/attr-long-call.c | 18 ++++
10 files changed, 176 insertions(+), 45 deletions(-)
create mode 100644 test/CodeGen/long-call-attr.c
create mode 100644 test/Sema/attr-long-call.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 llvm.
from 4d6a3724835 [SPARC] Clean up the support for disabling fsmuld and fmuls [...]
new 29fa98aa846 [libFuzzer] delete stale code
new c39bccc79fc [PEI] Separate saving and restoring CSRs into different fun [...]
new 8c714df517f [COFF, ARM64, CodeView] Add support to emit CodeView debug [...]
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/DebugInfo/CodeView/CodeView.h | 1 +
lib/CodeGen/AsmPrinter/CodeViewDebug.cpp | 2 +
lib/CodeGen/PrologEpilogInserter.cpp | 117 ++++++++----------
lib/Fuzzer/FuzzerValueBitMap.h | 23 ----
lib/Target/AArch64/AArch64RegisterInfo.cpp | 4 +-
.../AArch64/MCTargetDesc/AArch64MCAsmInfo.cpp | 2 +
.../AArch64/MCTargetDesc/AArch64MCTargetDesc.cpp | 9 ++
.../AArch64/MCTargetDesc/AArch64MCTargetDesc.h | 4 +
test/MC/AArch64/coff-debug.ll | 134 +++++++++++++++++++++
tools/llvm-pdbutil/MinimalSymbolDumper.cpp | 1 +
10 files changed, 207 insertions(+), 90 deletions(-)
create mode 100644 test/MC/AArch64/coff-debug.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 20dd3343d9 [Docs] Regenerate the command line option reference.
new 26bc81978d [clang] Fix handling of "%zd" in scanf
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/ScanfFormatString.cpp | 5 ++---
test/Sema/format-strings-fixit-ssize_t.c | 10 +++++++---
test/Sema/format-strings-scanf.c | 34 +++++++++++++++++++++++++++++---
3 files changed, 40 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 cf138ec1422 Implement LaneBitmask::getNumLanes and LaneBitmask::getHighestLane
new 4d6a3724835 [SPARC] Clean up the support for disabling fsmuld and fmuls [...]
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/Sparc/LeonFeatures.td | 14 --
lib/Target/Sparc/LeonPasses.cpp | 209 ---------------------------
lib/Target/Sparc/LeonPasses.h | 26 ----
lib/Target/Sparc/Sparc.td | 17 ++-
lib/Target/Sparc/SparcISelLowering.cpp | 4 +-
lib/Target/Sparc/SparcInstrInfo.td | 14 +-
lib/Target/Sparc/SparcSubtarget.cpp | 4 +-
lib/Target/Sparc/SparcSubtarget.h | 8 +-
lib/Target/Sparc/SparcTargetMachine.cpp | 8 -
test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll | 13 --
test/CodeGen/SPARC/disable-fsmuld-fmuls.ll | 38 +++++
11 files changed, 63 insertions(+), 292 deletions(-)
delete mode 100644 test/CodeGen/SPARC/LeonReplaceFMULSPassUT.ll
create mode 100644 test/CodeGen/SPARC/disable-fsmuld-fmuls.ll
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.