This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master
in repository libcxx.
from daa895f Add missing <memory> include in test
new fd1c9dd Purge all usages of _LIBCPP_STD_VER under test/std/algorithm
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:
.../alg.nonmodifying/alg.equal/equal.pass.cpp | 8 +--
.../alg.nonmodifying/alg.equal/equal_pred.pass.cpp | 9 +--
.../alg.is_permutation/is_permutation.pass.cpp | 80 +++++++++++-----------
.../is_permutation_pred.pass.cpp | 79 ++++++++++-----------
.../mismatch/mismatch_pred.pass.cpp | 4 +-
.../alg.sorting/alg.min.max/max.pass.cpp | 4 +-
.../alg.sorting/alg.min.max/max_comp.pass.cpp | 4 +-
.../alg.sorting/alg.min.max/max_init_list.pass.cpp | 8 ++-
.../alg.min.max/max_init_list_comp.pass.cpp | 8 ++-
.../alg.sorting/alg.min.max/min.pass.cpp | 4 +-
.../alg.sorting/alg.min.max/min_comp.pass.cpp | 4 +-
.../alg.sorting/alg.min.max/min_init_list.pass.cpp | 8 ++-
.../alg.min.max/min_init_list_comp.pass.cpp | 8 ++-
.../alg.sorting/alg.min.max/minmax.pass.cpp | 4 +-
.../alg.sorting/alg.min.max/minmax_comp.pass.cpp | 4 +-
.../alg.min.max/minmax_init_list.pass.cpp | 8 ++-
.../alg.min.max/minmax_init_list_comp.pass.cpp | 9 ++-
17 files changed, 132 insertions(+), 121 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 b57fbc7 Fix incorrect assertion in AVRFrameLowering.cpp
new 2ce5ded [pdb] Dump Module Symbols to Yaml.
new 97c245f [AVR] Add backend dependencies to MCTargetDesc/LLVMBuild.txt
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/CodeView/CodeView.h | 2 +-
include/llvm/DebugInfo/PDB/Raw/ModStream.h | 4 +
lib/DebugInfo/PDB/Raw/ModStream.cpp | 3 +-
lib/Target/AVR/MCTargetDesc/LLVMBuild.txt | 2 +-
test/DebugInfo/PDB/pdb-yaml-symbols.test | 186 ++++++++++++
tools/llvm-pdbdump/CMakeLists.txt | 3 +-
tools/llvm-pdbdump/PdbYaml.cpp | 30 +-
tools/llvm-pdbdump/PdbYaml.h | 20 ++
tools/llvm-pdbdump/YAMLOutputStyle.cpp | 23 ++
tools/llvm-pdbdump/YamlSerializationContext.h | 2 +-
tools/llvm-pdbdump/YamlSymbolDumper.cpp | 322 +++++++++++++++++++++
tools/llvm-pdbdump/YamlSymbolDumper.h | 66 +++++
.../{CodeViewYaml.cpp => YamlTypeDumper.cpp} | 54 ++--
.../{CodeViewYaml.h => YamlTypeDumper.h} | 20 +-
tools/llvm-pdbdump/llvm-pdbdump.cpp | 5 +
tools/llvm-pdbdump/llvm-pdbdump.h | 1 +
16 files changed, 706 insertions(+), 37 deletions(-)
create mode 100644 test/DebugInfo/PDB/pdb-yaml-symbols.test
create mode 100644 tools/llvm-pdbdump/YamlSymbolDumper.cpp
create mode 100644 tools/llvm-pdbdump/YamlSymbolDumper.h
rename tools/llvm-pdbdump/{CodeViewYaml.cpp => YamlTypeDumper.cpp} (95%)
rename tools/llvm-pdbdump/{CodeViewYaml.h => YamlTypeDumper.h} (83%)
--
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 dc87e8e [AVR] Add the 'SoftFail' field to all instruction formats
new 2884d8d [AVR] Expand MULHS for all types
new 942ffca Allow a maximum of 64 bits to be returned in registers
new 056a448 [AVR] Use references rather than pointers in AVRISelLowering
new ca1844d [AVR] Don't shadow container while iterating in range-based loop
new 8af8e34 [AVR] Don't worry about call frame size when initializing fra [...]
new b57fbc7 Fix incorrect assertion in AVRFrameLowering.cpp
The 6 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/AVR/AVRFrameLowering.cpp | 14 ++++++++------
lib/Target/AVR/AVRISelLowering.h | 15 +++++++++++++--
test/CodeGen/AVR/large-return-size.ll | 9 +++++++++
test/CodeGen/AVR/smul-with-overflow.ll | 31 +++++++++++++++++++++++++++++++
test/CodeGen/AVR/umul-with-overflow.ll | 22 ++++++++++++++++++++++
5 files changed, 83 insertions(+), 8 deletions(-)
create mode 100644 test/CodeGen/AVR/large-return-size.ll
create mode 100644 test/CodeGen/AVR/smul-with-overflow.ll
create mode 100644 test/CodeGen/AVR/umul-with-overflow.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 b7ca92a Rename variable to not use C++ reserved name (leading undersc [...]
new 14cbb5e [CUDA] Do a better job at detecting wrong-side calls.
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/Sema/Sema.h | 23 ++++--
lib/CodeGen/CodeGenModule.cpp | 4 +
lib/Sema/SemaCUDA.cpp | 8 +-
lib/Sema/SemaExpr.cpp | 120 ++++++++++++------------------
test/SemaCUDA/Inputs/cuda.h | 4 +-
test/SemaCUDA/call-host-fn-from-device.cu | 39 ++++++++++
6 files changed, 119 insertions(+), 79 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 db1d168 [AVR] Set up the instruction printer and the assembly backend
new dc87e8e [AVR] Add the 'SoftFail' field to all instruction formats
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/AVR/AVRInstrFormats.td | 2 ++
1 file changed, 2 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 libcxx.
from 9c4dfbe Disable alignment support of 0x4000 for Win32. https://review [...]
new 124ed40 [libc++] Fix stack_allocator
new ef9e52b Add missing include in test_allocator.h
new daa895f Add missing <memory> include in test
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:
.../priqueue.cons/ctor_comp.pass.cpp | 4 +-
.../priqueue.cons/ctor_default.pass.cpp | 4 +-
.../queue/queue.cons/ctor_default.pass.cpp | 4 +-
.../stack/stack.cons/ctor_default.pass.cpp | 4 +-
.../sequences/deque/deque.cons/default.pass.cpp | 4 +-
.../sequences/deque/deque.cons/iter_iter.pass.cpp | 4 +-
.../sequences/deque/deque.cons/size.pass.cpp | 4 +-
.../sequences/deque/deque.cons/size_value.pass.cpp | 4 +-
.../deque.modifiers/insert_iter_iter.pass.cpp | 4 +-
.../list/list.cons/default_stack_alloc.pass.cpp | 4 +-
.../list/list.cons/input_iterator.pass.cpp | 4 +-
.../sequences/list/list.cons/size_type.pass.cpp | 4 +-
.../list/list.cons/size_value_alloc.pass.cpp | 4 +-
.../vector/vector.capacity/reserve.pass.cpp | 4 +-
.../vector/vector.capacity/resize_size.pass.cpp | 6 +-
.../vector.capacity/resize_size_value.pass.cpp | 4 +-
.../vector/vector.capacity/shrink_to_fit.pass.cpp | 6 +-
.../vector/vector.cons/construct_default.pass.cpp | 4 +-
.../vector.cons/construct_iter_iter.pass.cpp | 12 ++--
.../vector.cons/construct_iter_iter_alloc.pass.cpp | 2 +-
.../vector.cons/construct_size_value.pass.cpp | 4 +-
.../vector/vector.modifiers/emplace.pass.cpp | 6 +-
.../vector/vector.modifiers/emplace_back.pass.cpp | 4 +-
.../insert_iter_iter_iter.pass.cpp | 6 +-
.../vector.modifiers/insert_iter_rvalue.pass.cpp | 6 +-
.../insert_iter_size_value.pass.cpp | 6 +-
.../vector.modifiers/insert_iter_value.pass.cpp | 6 +-
.../vector/vector.modifiers/pop_back.pass.cpp | 2 +-
.../vector/vector.modifiers/push_back.pass.cpp | 4 +-
.../vector.modifiers/push_back_rvalue.pass.cpp | 4 +-
test/std/containers/stack_allocator.h | 66 ------------------
.../tuple/tuple.tuple/tuple.assign/copy.pass.cpp | 1 +
test/support/test_allocator.h | 78 +++++++++++++++++++++-
33 files changed, 146 insertions(+), 137 deletions(-)
delete mode 100644 test/std/containers/stack_allocator.h
--
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 7b70b8a [llvm-opt-report] Don't leave space for opts that never happen
new 8d09276 [AVR] Add missing subdirectories to LLVMBuild
new 713cee5 [AVR] Add dependencies to AVR libraries in AVRCodeGen
new db1d168 [AVR] Set up the instruction printer and the assembly backend
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/Target/AVR/LLVMBuild.txt | 5 +++--
lib/Target/AVR/MCTargetDesc/AVRMCTargetDesc.cpp | 19 +++++++++++++++++++
2 files changed, 22 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 f267cd7 [docs] Fix indentation bug in LangRef.
new a118449 [coroutines] Store an address of destroy OR cleanup part in t [...]
new 7b70b8a [llvm-opt-report] Don't leave space for opts that never happen
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/Transforms/Coroutines/CoroInstr.h | 7 +--
lib/Transforms/Coroutines/CoroSplit.cpp | 45 +++++++++++----
test/Transforms/Coroutines/coro-split-00.ll | 22 ++++++-
test/tools/llvm-opt-report/func-2.test | 68 +++++++++++-----------
test/tools/llvm-opt-report/func-x.test | 90 ++++++++++++++---------------
test/tools/llvm-opt-report/func.test | 60 +++++++++----------
test/tools/llvm-opt-report/mlineopt.test | 70 +++++++++++-----------
test/tools/llvm-opt-report/unrl.test | 20 +++----
tools/llvm-opt-report/OptReport.cpp | 19 ++++--
9 files changed, 223 insertions(+), 178 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 a663737 [AVR] Add the assembly printer
new f267cd7 [docs] Fix indentation bug in LangRef.
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:
docs/LangRef.rst | 4 ++--
1 file changed, 2 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 4e0ea1b AMDGPU/SI: Handle div_fmas hazard in GCNHazardRecognizer
new a663737 [AVR] Add the assembly printer
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/AVR/AVRAsmPrinter.cpp | 182 +++++++++++++++++++++++++++++++++++++++
lib/Target/AVR/CMakeLists.txt | 1 +
2 files changed, 183 insertions(+)
create mode 100644 lib/Target/AVR/AVRAsmPrinter.cpp
--
To stop receiving notification emails like this one, please contact
the administrator of this repository.