File tree Expand file tree Collapse file tree 5 files changed +41
-1
lines changed Expand file tree Collapse file tree 5 files changed +41
-1
lines changed Original file line number Diff line number Diff line change
1
+ 2024-12-27 Jiahao Xu <xujiahao@loongson.cn>
2
+
3
+ * config/loongarch/lasx.md (vec_cmp<mode><mode256_i>): Remove.
4
+ (vec_cmpu<ILASX:mode><mode256_i>): Remove.
5
+ * config/loongarch/loongarch.cc (loongarch_expand_lsx_cmp):
6
+ Ensure vector comparison instructions support CMP_OP1.
7
+ * config/loongarch/lsx.md (vec_cmp<mode><mode_i>): Remove.
8
+ (vec_cmpu<ILSX:mode><mode_i>): Remove.
9
+ * config/loongarch/simd.md (ALLVEC, allmode_i): New mode iterators.
10
+ (vec_cmp<mode><allmode_i>): New define_expand.
11
+ (vec_cmpu<mode><allmode_i>): Likewise.
12
+
1
13
2024-12-26 John David Anglin <danglin@gcc.gnu.org>
2
14
3
15
PR target/118050
Original file line number Diff line number Diff line change 1
- 20241227
1
+ 20241228
Original file line number Diff line number Diff line change
1
+ 2024-12-27 Jakub Jelinek <jakub@redhat.com>
2
+
3
+ Revert:
4
+ 2024-12-18 Jakub Jelinek <jakub@redhat.com>
5
+
6
+ * parser.cc (cp_lexer_new_main): Attempt to optimize large sequences
7
+ of CPP_NUMBER with int type and values 0-255 separated by CPP_COMMA
8
+ into CPP_EMBED with RAW_DATA_CST u.value.
9
+
1
10
2024-12-20 Jakub Jelinek <jakub@redhat.com>
2
11
3
12
PR c++/110345
Original file line number Diff line number Diff line change
1
+ 2024-12-27 Jiahao Xu <xujiahao@loongson.cn>
2
+
3
+ * gcc.target/loongarch/vector/lasx/lasx-vcond-3.c: New test.
4
+
1
5
2024-12-25 Maciej W. Rozycki <macro@orcam.me.uk>
2
6
3
7
* gcc.target/alpha/memclr-a2-o1-c9-ptr.c: Remove XFAILs.
Original file line number Diff line number Diff line change
1
+ 2024-12-27 Arsen Arsenović <arsen@aarsen.me>
2
+
3
+ PR libstdc++/118196
4
+ * include/std/generator (generator::operator=(generator)): Add
5
+ missing 'return *this;'.
6
+ * testsuite/24_iterators/range_generators/pr118196.cc: New test.
7
+
8
+ 2024-12-27 Arsen Arsenović <arsen@aarsen.me>
9
+
10
+ PR libstdc++/118022
11
+ * include/std/generator
12
+ (_Promise_erased::yield_value(const _Yielded_deref&)): Don't
13
+ implicit-constuct _Yielded_decvref.
14
+ * testsuite/24_iterators/range_generators/pr118022.cc: New test.
15
+
1
16
2024-12-19 François Dumont <frs.dumont@gmail.com>
2
17
3
18
PR libstdc++/57272
You can’t perform that action at this time.
0 commit comments