Age | Commit message (Expand) | Author | Files | Lines |
2025-02-28 | ifcvt: Fix ICE with (fix:SI (fix:DF (reg:DF))) [PR117712] | Jakub Jelinek | 1 | -1/+13 |
2025-01-30 | middle-end/118695 - missed misalign handling in MEM_REF expansion | Richard Biener | 1 | -0/+12 |
2025-01-30 | middle-end/118692 - ICE with out-of-bound ref expansion | Richard Biener | 1 | -0/+8 |
2025-01-29 | middle-end/118684 - fix fallout of wrong stack local alignment fix | Richard Biener | 1 | -1/+3 |
2025-01-28 | middle-end/118684 - wrongly aligned stack local during expansion | Richard Biener | 1 | -1/+5 |
2025-01-27 | middle-end/118643 - ICE with out-of-bound decl access | Richard Biener | 1 | -3/+4 |
2025-01-13 | expr: Fix up the divmod cost debugging note [PR115910] | Jakub Jelinek | 1 | -3/+3 |
2025-01-12 | [PATCH] crc: Fix up some crc related wrong code issues [PR117997, PR118415] | Jakub Jelinek | 1 | -39/+17 |
2025-01-07 | Prefer scalar_int_mode if the size - 1 is equal to UNITS_PER_WORD. | Tsung Chun Lin | 1 | -1/+2 |
2025-01-02 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2024-12-11 | middle-end: Add initial support for poly_int64 BIT_FIELD_REF in expand pass [... | Victor Do Nascimento | 1 | -14/+15 |
2024-12-11 | middle-end: add vec_init support for variable length subvector concatenation.... | Victor Do Nascimento | 1 | -19/+19 |
2024-12-06 | [PR tree-optimization/117895] Fix sparc libgo build failure with CRC opts ena... | Jeff Law | 1 | -11/+14 |
2024-12-05 | middle-end/117801 - failed register coalescing due to GIMPLE schedule | Richard Biener | 1 | -1/+18 |
2024-11-29 | [PATCH v7 03/12] RISC-V: Add CRC expander to generate faster CRC. | Mariam Arutunian | 1 | -0/+27 |
2024-11-28 | [PATCH v6 01/12] Implement internal functions for efficient CRC computation. | Mariam Arutunian | 1 | -0/+347 |
2024-11-28 | expr, c: Don't clear whole unions [PR116416] | Jakub Jelinek | 1 | -8/+43 |
2024-11-22 | build: Remove INCLUDE_MEMORY [PR117737] | Andrew Pinski | 1 | -1/+0 |
2024-11-19 | expand: Fix up ICE on VCE from _Complex types to _BitInt [PR117458] | Jakub Jelinek | 1 | -1/+8 |
2024-10-31 | expand: Fix up expansion of VIEW_CONVERT_EXPR to BITINT_TYPE [PR117354] | Jakub Jelinek | 1 | -2/+2 |
2024-10-25 | gcc: Remove trailing whitespace | Jakub Jelinek | 1 | -8/+8 |
2024-10-24 | Use unique_ptr in more places in pretty_printer/diagnostics [PR116613] | David Malcolm | 1 | -0/+1 |
2024-10-18 | gcc/: Rename array_type_nelts => array_type_nelts_minus_one | Alejandro Colomar | 1 | -4/+4 |
2024-10-16 | Ternary operator formatting fixes | Jakub Jelinek | 1 | -1/+1 |
2024-10-16 | libcpp, c, middle-end: Optimize initializers using #embed in C | Jakub Jelinek | 1 | -4/+13 |
2024-10-15 | middle-end/117137 - expansion issue with vector equality compares | Richard Biener | 1 | -2/+4 |
2024-09-03 | expand: Add dump for costing of positive divides | Andrew Pinski | 1 | -0/+7 |
2024-08-31 | Optimize initialization of small padded objects | Alexandre Oliva | 1 | -7/+13 |
2024-08-23 | optabs-query: Use opt_machine_mode for smallest_int_mode_for_size [PR115495]. | Robin Dapp | 1 | -8/+9 |
2024-07-17 | expr: Allow same precision modes conversion between {ibm_extended, ieee_quad}... | Kewen Lin | 1 | -9/+30 |
2024-06-18 | Make more use of force_lowpart_subreg | Richard Sandiford | 1 | -8/+9 |
2024-06-18 | Make more use of force_subreg | Richard Sandiford | 1 | -15/+12 |
2024-06-13 | expand: constify sepops operand to expand_expr_real_2 and expand_widen_patter... | Andrew Pinski | 1 | -4/+4 |
2024-06-13 | [APX CCMP] Add targetm.have_ccmp hook [PR115370] | Hongyu Wang | 1 | -1/+1 |
2024-05-14 | [1/3] expr: Export clear_by_pieces() | Christoph Müllner | 1 | -5/+1 |
2024-05-07 | expansion: Use __trunchfbf2 calls rather than __extendhfbf2 [PR114907] | Jakub Jelinek | 1 | -2/+10 |
2024-04-09 | Fix up duplicated words mostly in comments, part 2 | Jakub Jelinek | 1 | -1/+1 |
2024-04-03 | expr: Fix up emit_push_insn [PR114552] | Jakub Jelinek | 1 | -3/+6 |
2024-03-15 | expand: EXTEND_BITINT CALL_EXPR results [PR114332] | Jakub Jelinek | 1 | -1/+2 |
2024-03-04 | vect: Fix integer overflow calculating mask | Andrew Stubbs | 1 | -6/+6 |
2024-02-23 | expr: Fix REDUCE_BIT_FIELD in multiplication expansion [PR114054] | Jakub Jelinek | 1 | -6/+6 |
2024-02-14 | middle-end/113576 - zero padding of vector bools when expanding compares | Richard Biener | 1 | -0/+17 |
2024-02-09 | lower-bitint: Fix handling of VIEW_CONVERT_EXPRs to minimally supported huge ... | Jakub Jelinek | 1 | -1/+4 |
2024-01-29 | middle-end/113622 - handle store with variable index to register | Richard Biener | 1 | -3/+20 |
2024-01-23 | aarch64/expr: Use ccmp when the outer expression is used twice [PR100942] | Andrew Pinski | 1 | -45/+58 |
2024-01-21 | Re: [PATCH] Avoid ICE with m68k-elf -malign-int and libcalls | Mikael Pettersson | 1 | -2/+3 |
2024-01-19 | expansion: Fix ICEs with BLKmode VIEW_CONVERT_EXPR around non-BLKmode VAR_DECLs | Jakub Jelinek | 1 | -0/+4 |
2024-01-11 | expr: Limit the store flag optimization for single bit to non-vectors [PR113322] | Andrew Pinski | 1 | -0/+2 |
2024-01-11 | middle-end/112740 - vector boolean CTOR expansion issue | Richard Biener | 1 | -3/+5 |
2024-01-04 | Improved RTL expansion of field assignments into promoted registers. | Roger Sayle | 1 | -5/+18 |