aboutsummaryrefslogtreecommitdiff
path: root/gcc/rtl.h
AgeCommit message (Expand)AuthorFilesLines
2024-01-03Update copyright years.Jakub Jelinek1-1/+1
2023-10-12wide-int: Fix build with gcc < 12 or clang++ [PR111787]Jakub Jelinek1-0/+1
2023-09-29Remove poly_int_podRichard Sandiford1-4/+4
2023-09-28[RA]: Add flag for checking IRA in progressVladimir N. Makarov1-2/+5
2023-09-12riscv: Add support for strlen inline expansionChristoph Müllner1-0/+2
2023-08-23rtl: Forward declare rtx_codeRichard Earnshaw1-1/+1
2023-07-22Fix alpha buildingAndrew Pinski1-1/+1
2023-07-20Move combine over to statistics_counter_event.Andrew Pinski1-2/+0
2023-06-28final+varasm: Change return type of predicate functions from int to boolUros Bizjak1-1/+1
2023-06-19recog: Change return type of predicate functions from int to boolUros Bizjak1-1/+1
2023-06-18RTL: Change return type of predicate and callback functions from int to boolUros Bizjak1-6/+6
2023-06-18RTL: Merge rtx_equal_p and hash_rtx functions with their callback variantsUros Bizjak1-12/+11
2023-06-06reload1: Change return type of predicate function from int to boolUros Bizjak1-1/+1
2023-06-05print-rtl: Change return type of two print functions from int to voidUros Bizjak1-2/+2
2023-06-05reginfo: Change return type of predicate functions from int to boolUros Bizjak1-2/+2
2023-06-02reg-stack: Change return type of predicate functions from int to boolUros Bizjak1-1/+1
2023-06-01cse: Change return type of predicate functions from int to boolUros Bizjak1-1/+1
2023-05-31emit-rtl: Change return type of predicate functions from int to boolUros Bizjak1-4/+4
2023-05-31alias: Change return type of predicate functions from int to boolUros Bizjak1-11/+11
2023-05-30jump: Change return type of predicate functions from int to boolUros Bizjak1-14/+14
2023-05-30rtlanal: Change return type of predicate functions from int to boolUros Bizjak1-27/+27
2023-05-18Machine_Mode: Extend machine_mode from 8 to 16 bitsPan Li1-5/+7
2023-04-19Introduce VIRTUAL_REGISTER_P and VIRTUAL_REGISTER_NUM_P predicatesUros Bizjak1-3/+9
2023-04-17RISC-V: Optimze the reverse conditions of rotate shiftFeng Wang1-0/+1
2023-02-16don't declare header-defined functions both static and inlinePatrick Palka1-17/+17
2023-01-02Update copyright years.Jakub Jelinek1-1/+1
2022-09-28Add instruction level discriminator support.Eugene Rozenfeld1-0/+1
2022-07-20Remove unused remove_node_from_expr_listAlexander Monakov1-1/+0
2022-04-12libgccjit: Add support for register variables [PR104072]Antoni Boucher1-0/+1
2022-01-19ifcvt/optabs: Allow using a CC comparison for emit_conditional_move.Robin Dapp1-1/+10
2022-01-17Change references of .c files to .cc filesMartin Liska1-73/+73
2022-01-03Update copyright years.Jakub Jelinek1-1/+1
2021-12-01simplify-rtx: Punt on simplify_associative_operation with large operands [PR1...Jakub Jelinek1-0/+8
2021-11-01middle-end: Teach CSE to be able to do vector extracts.Tamar Christina1-0/+7
2021-08-17aarch64: Replace some uses of GET_CODE with RTL predicate macrosAlistair Lee1-0/+3
2021-07-30Add QI vector mode support to by-pieces for memsetH.J. Lu1-0/+2
2021-07-20Adjust by-value function vec arguments to by-reference.Martin Sebor1-2/+2
2021-07-13gcc: Add vec_select -> subreg RTL simplificationJonathan Wright1-0/+1
2021-06-07CALL_INSN may not be a real function call.liuhongt1-0/+5
2021-05-12middle-end/100547 - check rtvec_alloc sizeRichard Biener1-1/+1
2021-05-04Remove CC0Segher Boessenkool1-5/+0
2021-04-14Check for matching CONST_VECTOR encodings [PR99929]Richard Sandiford1-0/+17
2021-01-04Update copyright years.Jakub Jelinek1-1/+1
2020-12-17rtlanal: Add simple_regno_setRichard Sandiford1-0/+1
2020-12-17simplify-rtx: Put simplify routines into a classRichard Sandiford1-18/+131
2020-12-17recog: Split out a register_asm_p functionRichard Sandiford1-0/+1
2020-10-22Extend special_memory_constraint.liuhongt1-0/+1
2020-05-31Fix execute/20071219-1.c regression on H8 due to loss of REG_INC notes in pee...Jeff Law1-0/+1
2020-05-08csa: Fix --enable-checking=yes,df bootstrap failure in csa [PR94961]Jakub Jelinek1-1/+1
2020-04-02cselib: Reuse VALUEs on sp adjustments [PR92264]Jakub Jelinek1-0/+1