aboutsummaryrefslogtreecommitdiff
path: root/gcc/expr.cc
AgeCommit message (Expand)AuthorFilesLines
2024-10-25gcc: Remove trailing whitespaceJakub Jelinek1-8/+8
2024-10-24Use unique_ptr in more places in pretty_printer/diagnostics [PR116613]David Malcolm1-0/+1
2024-10-18gcc/: Rename array_type_nelts => array_type_nelts_minus_oneAlejandro Colomar1-4/+4
2024-10-16Ternary operator formatting fixesJakub Jelinek1-1/+1
2024-10-16libcpp, c, middle-end: Optimize initializers using #embed in CJakub Jelinek1-4/+13
2024-10-15middle-end/117137 - expansion issue with vector equality comparesRichard Biener1-2/+4
2024-09-03expand: Add dump for costing of positive dividesAndrew Pinski1-0/+7
2024-08-31Optimize initialization of small padded objectsAlexandre Oliva1-7/+13
2024-08-23optabs-query: Use opt_machine_mode for smallest_int_mode_for_size [PR115495].Robin Dapp1-8/+9
2024-07-17expr: Allow same precision modes conversion between {ibm_extended, ieee_quad}...Kewen Lin1-9/+30
2024-06-18Make more use of force_lowpart_subregRichard Sandiford1-8/+9
2024-06-18Make more use of force_subregRichard Sandiford1-15/+12
2024-06-13expand: constify sepops operand to expand_expr_real_2 and expand_widen_patter...Andrew Pinski1-4/+4
2024-06-13[APX CCMP] Add targetm.have_ccmp hook [PR115370]Hongyu Wang1-1/+1
2024-05-14[1/3] expr: Export clear_by_pieces()Christoph Müllner1-5/+1
2024-05-07expansion: Use __trunchfbf2 calls rather than __extendhfbf2 [PR114907]Jakub Jelinek1-2/+10
2024-04-09Fix up duplicated words mostly in comments, part 2Jakub Jelinek1-1/+1
2024-04-03expr: Fix up emit_push_insn [PR114552]Jakub Jelinek1-3/+6
2024-03-15expand: EXTEND_BITINT CALL_EXPR results [PR114332]Jakub Jelinek1-1/+2
2024-03-04vect: Fix integer overflow calculating maskAndrew Stubbs1-6/+6
2024-02-23expr: Fix REDUCE_BIT_FIELD in multiplication expansion [PR114054]Jakub Jelinek1-6/+6
2024-02-14middle-end/113576 - zero padding of vector bools when expanding comparesRichard Biener1-0/+17
2024-02-09lower-bitint: Fix handling of VIEW_CONVERT_EXPRs to minimally supported huge ...Jakub Jelinek1-1/+4
2024-01-29middle-end/113622 - handle store with variable index to registerRichard Biener1-3/+20
2024-01-23aarch64/expr: Use ccmp when the outer expression is used twice [PR100942]Andrew Pinski1-45/+58
2024-01-21Re: [PATCH] Avoid ICE with m68k-elf -malign-int and libcallsMikael Pettersson1-2/+3
2024-01-19expansion: Fix ICEs with BLKmode VIEW_CONVERT_EXPR around non-BLKmode VAR_DECLsJakub Jelinek1-0/+4
2024-01-11expr: Limit the store flag optimization for single bit to non-vectors [PR113322]Andrew Pinski1-0/+2
2024-01-11middle-end/112740 - vector boolean CTOR expansion issueRichard Biener1-3/+5
2024-01-04Improved RTL expansion of field assignments into promoted registers.Roger Sayle1-5/+18
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-11-finline-stringops: avoid too-wide smallest_int_mode_for_size [PR112784]Alexandre Oliva1-11/+9
2023-12-11expr: catch more `a*bool` while expanding [PR 112935]Andrew Pinski1-2/+3
2023-12-07expr: Handle BITINT_TYPE in count_type_elements [PR112881]Jakub Jelinek1-0/+1
2023-11-29Introduce -finline-stringopsAlexandre Oliva1-17/+379
2023-11-24Clean up by_pieces_ninsnsHaochen Gui1-11/+8
2023-11-23expr: Fix &bitint_var handling in initializers [PR112336]Jakub Jelinek1-0/+1
2023-11-14Fix ICE generating uniform vector masksAndrew Stubbs1-1/+1
2023-11-10vect: Don't set excess bits in unform masksAndrew Stubbs1-2/+14
2023-10-30Expand: Checking available optabs for scalar modes in by pieces operationsHaochen Gui1-10/+13
2023-10-23Expand: Enable vector mode for by pieces comparesHaochen Gui1-34/+61
2023-10-18Fix expansion of `(a & 2) != 1`Andrew Pinski1-4/+5
2023-10-16expr: don't clear SUBREG_PROMOTED_VAR_P flag for a promoted subreg [target/11...Vineet Gupta1-7/+0
2023-09-29Remove poly_int_podRichard Sandiford1-4/+4
2023-09-29Simplify & expand c_readstrRichard Sandiford1-5/+2
2023-09-20middle-end: use MAX_FIXED_MODE_SIZE instead of precidion of TImode/DImodeJakub Jelinek1-10/+4
2023-09-07middle-end: Avoid calling targetm.c.bitint_type_info inside of gcc_assert [PR...Jakub Jelinek1-1/+2
2023-09-06Middle-end _BitInt support [PR102989]Jakub Jelinek1-5/+56
2023-08-10expr: Small optimization [PR102989]Jakub Jelinek1-6/+4
2023-07-28PR rtl-optimization/110587: Reduce useless moves in compile-time hog.Roger Sayle1-9/+4