summaryrefslogtreecommitdiff
path: root/gcc/expr.cc
AgeCommit message (Expand)Author
2025-10-27expand: Move the [0,1] detection for a*b to use the rangerAndrew Pinski
2025-09-15expr, tree: Ensure get_range_pos_neg is called only on scalar integral types ...Jakub Jelinek
2025-09-10expr: Handle RAW_DATA_CST in store_constructor [PR121831]Jakub Jelinek
2025-08-05expand: Reduce unneeded _BitInt extensionsYang Yujie
2025-07-23middle-end/121216 - ICE with VLA const string initializerRichard Biener
2025-06-10expand: Use less costly from sign and zero extensions for values where value ...Jakub Jelinek
2025-06-10expand, ranger: Use ranger during expansion [PR120434]Jakub Jelinek
2025-06-06Fix assertion failure on small array constructorEric Botcazou
2025-05-16Manual tweak of some end_sequence callersRichard Sandiford
2025-05-16Automatic replacement of get_insns/end_sequence pairsRichard Sandiford
2025-04-09expr: Use constant_lower_bound classifying constructor els [PR116595].Robin Dapp
2025-03-31PR middle-end/119442: expr.cc: Fix vec_duplicate into vector boolean modesKyrylo Tkachov
2025-02-28ifcvt: Fix ICE with (fix:SI (fix:DF (reg:DF))) [PR117712]Jakub Jelinek
2025-01-30middle-end/118695 - missed misalign handling in MEM_REF expansionRichard Biener
2025-01-30middle-end/118692 - ICE with out-of-bound ref expansionRichard Biener
2025-01-29middle-end/118684 - fix fallout of wrong stack local alignment fixRichard Biener
2025-01-28middle-end/118684 - wrongly aligned stack local during expansionRichard Biener
2025-01-27middle-end/118643 - ICE with out-of-bound decl accessRichard Biener
2025-01-13expr: Fix up the divmod cost debugging note [PR115910]Jakub Jelinek
2025-01-12[PATCH] crc: Fix up some crc related wrong code issues [PR117997, PR118415]Jakub Jelinek
2025-01-07Prefer scalar_int_mode if the size - 1 is equal to UNITS_PER_WORD.Tsung Chun Lin
2025-01-02Update copyright years.Jakub Jelinek
2024-12-11middle-end: Add initial support for poly_int64 BIT_FIELD_REF in expand pass [...Victor Do Nascimento
2024-12-11middle-end: add vec_init support for variable length subvector concatenation....Victor Do Nascimento
2024-12-06[PR tree-optimization/117895] Fix sparc libgo build failure with CRC opts ena...Jeff Law
2024-12-05middle-end/117801 - failed register coalescing due to GIMPLE scheduleRichard Biener
2024-11-29[PATCH v7 03/12] RISC-V: Add CRC expander to generate faster CRC.Mariam Arutunian
2024-11-28[PATCH v6 01/12] Implement internal functions for efficient CRC computation.Mariam Arutunian
2024-11-28expr, c: Don't clear whole unions [PR116416]Jakub Jelinek
2024-11-22build: Remove INCLUDE_MEMORY [PR117737]Andrew Pinski
2024-11-19expand: Fix up ICE on VCE from _Complex types to _BitInt [PR117458]Jakub Jelinek
2024-10-31expand: Fix up expansion of VIEW_CONVERT_EXPR to BITINT_TYPE [PR117354]Jakub Jelinek
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm
2024-10-18gcc/: Rename array_type_nelts => array_type_nelts_minus_oneAlejandro Colomar
2024-10-16Ternary operator formatting fixesJakub Jelinek
2024-10-16libcpp, c, middle-end: Optimize initializers using #embed in CJakub Jelinek
2024-10-15middle-end/117137 - expansion issue with vector equality comparesRichard Biener
2024-09-03expand: Add dump for costing of positive dividesAndrew Pinski
2024-08-31Optimize initialization of small padded objectsAlexandre Oliva
2024-08-23optabs-query: Use opt_machine_mode for smallest_int_mode_for_size [PR115495].Robin Dapp
2024-07-17expr: Allow same precision modes conversion between {ibm_extended, ieee_quad}...Kewen Lin
2024-06-18Make more use of force_lowpart_subregRichard Sandiford
2024-06-18Make more use of force_subregRichard Sandiford
2024-06-13expand: constify sepops operand to expand_expr_real_2 and expand_widen_patter...Andrew Pinski
2024-06-13[APX CCMP] Add targetm.have_ccmp hook [PR115370]Hongyu Wang
2024-05-14[1/3] expr: Export clear_by_pieces()Christoph Müllner
2024-05-07expansion: Use __trunchfbf2 calls rather than __extendhfbf2 [PR114907]Jakub Jelinek
2024-04-09Fix up duplicated words mostly in comments, part 2Jakub Jelinek
2024-04-03expr: Fix up emit_push_insn [PR114552]Jakub Jelinek