aboutsummaryrefslogtreecommitdiff
path: root/gcc/cfgexpand.cc
AgeCommit message (Expand)AuthorFilesLines
2024-09-02Rename gimple_asm_input_p to gimple_asm_basic_pRichard Sandiford1-1/+1
2024-08-23optabs-query: Use opt_machine_mode for smallest_int_mode_for_size [PR115495].Robin Dapp1-1/+1
2024-06-13[APX CCMP] Add targetm.have_ccmp hook [PR115370]Hongyu Wang1-1/+1
2024-05-15middle-end/111422 - wrong stack var coalescing, handle PHIsRichard Biener1-4/+15
2024-05-07Use unsigned for stack var indexes during RTL expansionRichard Biener1-38/+37
2024-05-02middle-end/114579 - speed up add_scope_conflictsRichard Biener1-13/+33
2024-04-30Remove support for nontemporal stores with ssa_names on lhs [PR112976]Andrew Pinski1-7/+4
2024-02-15expand: Fix handling of asm goto outputs vs. PHI argument adjustments [PR113921]Jakub Jelinek1-1/+1
2024-02-10Use HOST_SIZE_T_PRINT_* and HOST_WIDE_INT_T_PRINT_* some moreJakub Jelinek1-1/+2
2024-02-09expand: Fix asm goto expansion [PR113415]Jakub Jelinek1-8/+13
2024-01-23aarch64/expr: Use ccmp when the outer expression is used twice [PR100942]Andrew Pinski1-25/+6
2024-01-19expansion: Fix ICEs with BLKmode VIEW_CONVERT_EXPR around non-BLKmode VAR_DECLsJakub Jelinek1-2/+6
2024-01-16cfgexpand: Workaround CSE of ADDR_EXPRs in VAR_DECL partitioning [PR113372]Jakub Jelinek1-2/+28
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-12-13middle-end/111591 - explain why TBAA doesn't need adjustmentRichard Biener1-1/+7
2023-12-05Allow targets to add USEs to asmsRichard Sandiford1-12/+25
2023-11-27tree-optimization/112653 - PTA and returnRichard Biener1-1/+2
2023-09-06Middle-end _BitInt support [PR102989]Jakub Jelinek1-0/+4
2023-06-05Remove widen_plus/minus_expr tree codesAndre Vieira1-10/+0
2023-05-18gcc: use _P() defines from tree.hBernhard Reutner-Fischer1-1/+1
2023-03-01cfgexpand: Handle WIDEN_{PLUS,MINUS}_EXPR and VEC_WIDEN_{PLUS,MINUS}_{HI,LO}_...Jakub Jelinek1-0/+10
2023-02-21Revert "tree-optimization/108691 - indirect calls to setjmp"Richard Biener1-7/+0
2023-02-13tree-optimization/108691 - indirect calls to setjmpRichard Biener1-0/+7
2023-01-09middle-end/69482 - not preserving volatile accessesRichard Biener1-0/+9
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-07-04middle-end: Support ABIs that pass FP values as wider integers.Roger Sayle1-1/+12
2022-06-27Add 'final' and 'override' to opt_pass vfunc implsDavid Malcolm1-1/+1
2022-05-19cfgexpand: Yet another spot with debug insns references to global vars withou...Jakub Jelinek1-0/+4
2022-05-02expand: Throw away non-external decls without varpool nodes [PR105415]Jakub Jelinek1-1/+2
2022-03-09Restore INDIRECT_REF asm operand heuristic with MEM_REFRichard Biener1-1/+4
2022-03-09middle-end/104786 - ICE with asm and VLARichard Biener1-1/+3
2022-03-01Clear currently_expanding_gimple_stmt properlyH.J. Lu1-2/+8
2022-01-17Change references of .c files to .cc filesMartin Liska1-1/+1
2022-01-17Rename .c files to .cc files.Martin Liska1-0/+7030