]> git.ipfire.org Git - thirdparty/gcc.git/history - gcc/rtl.h
print-rtl: Change return type of two print functions from int to void
[thirdparty/gcc.git] / gcc / rtl.h
2023-06-05  Uros Bizjakprint-rtl: Change return type of two print functions...
2023-06-05  Uros Bizjakreginfo: Change return type of predicate functions...
2023-06-02  Uros Bizjakreg-stack: Change return type of predicate functions...
2023-06-01  Uros Bizjakcse: Change return type of predicate functions from...
2023-05-31  Uros Bizjakemit-rtl: Change return type of predicate functions...
2023-05-31  Uros Bizjakalias: Change return type of predicate functions from...
2023-05-30  Uros Bizjakjump: Change return type of predicate functions from...
2023-05-30  Uros Bizjakrtlanal: Change return type of predicate functions...
2023-05-18  Pan LiMachine_Mode: Extend machine_mode from 8 to 16 bits
2023-04-19  Uros BizjakIntroduce VIRTUAL_REGISTER_P and VIRTUAL_REGISTER_NUM_P...
2023-04-17  Feng WangRISC-V: Optimze the reverse conditions of rotate shift
2023-02-16  Patrick Palkadon't declare header-defined functions both static...
2023-01-02  Jakub JelinekUpdate copyright years.
2022-09-28  Eugene RozenfeldAdd instruction level discriminator support.
2022-07-20  Alexander MonakovRemove unused remove_node_from_expr_list
2022-04-12  Antoni Boucherlibgccjit: Add support for register variables [PR104072]
2022-01-19  Robin Dappifcvt/optabs: Allow using a CC comparison for emit_cond...
2022-01-17  Martin LiskaChange references of .c files to .cc files
2022-01-03  Jakub JelinekUpdate copyright years.
2021-12-01  Jakub Jelineksimplify-rtx: Punt on simplify_associative_operation...
2021-11-01  Tamar Christinamiddle-end: Teach CSE to be able to do vector extracts.
2021-08-17  Alistair Leeaarch64: Replace some uses of GET_CODE with RTL predica...
2021-07-30  H.J. LuAdd QI vector mode support to by-pieces for memset
2021-07-20  Martin SeborAdjust by-value function vec arguments to by-reference.
2021-07-13  Jonathan Wrightgcc: Add vec_select -> subreg RTL simplification
2021-06-07  liuhongtCALL_INSN may not be a real function call.
2021-05-12  Richard Bienermiddle-end/100547 - check rtvec_alloc size
2021-05-04  Segher BoessenkoolRemove CC0
2021-04-14  Richard SandifordCheck for matching CONST_VECTOR encodings [PR99929]
2021-01-04  Jakub JelinekUpdate copyright years.
2020-12-17  Richard Sandifordrtlanal: Add simple_regno_set
2020-12-17  Richard Sandifordsimplify-rtx: Put simplify routines into a class
2020-12-17  Richard Sandifordrecog: Split out a register_asm_p function
2020-10-22  liuhongtExtend special_memory_constraint.
2020-05-31  Jeff LawFix execute/20071219-1.c regression on H8 due to loss...
2020-05-08  Jakub Jelinekcsa: Fix --enable-checking=yes,df bootstrap failure...
2020-04-02  Jakub Jelinekcselib: Reuse VALUEs on sp adjustments [PR92264]
2020-01-01  Jakub JelinekUpdate copyright years.
2019-11-25  Bernd SchmidtConvert m68k to not use cc0
2019-10-01  Richard SandifordRemove clobber_high
2019-09-30  Richard SandifordPass an ABI to choose_hard_reg_mode
2019-09-30  Richard SandifordAdd a function for getting the ABI of a call insn target
2019-09-30  Ilya LeoshkevichIntroduce rtx_alloca, alloca_raw_REG and alloca_rtx_fmt_*
2019-09-19  Richard SandifordRework constant subreg folds and handle more variable...
2019-09-10  Richard SandifordMake get_call_rtx_from take a const rtx_insn *
2019-09-09  Richard SandifordMake note_stores take an rtx_insn
2019-09-09  Richard SandifordSimplify the implementation of HARD_REG_SET
2019-08-13  Olivier HainqueAdjust placement of protoype for tablejump_casesi_pattern
2019-08-13  Olivier HainqueHandle casesi dispatch tablejumps in create_trace_edges...
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-09  Martin SeborPR c++/61339 - add mismatch between struct and class...
2019-07-08  Eric Botcazouemit-rtl.c (set_insn_locations): New function moved...
2019-05-29  Michael Meissnerrtl.h (LABEL_REF_P): New #define.
2019-03-30  Kugan Vivekanandarajahre PR rtl-optimization/89862 (LTO bootstrap fails for...
2019-03-28  Jakub Jelinekrtl.h (NONDEBUG_INSN_P): Define as NONJUMP_INSN_P or...
2019-01-24  Uros Bizjakre PR rtl-optimization/88948 (ICE in elimination_costs_...
2019-01-09  Sandra LoosemorePR other/16615 [1/5]
2019-01-01  Jakub JelinekUpdate copyright years.
2018-11-27  Martin LiskaCome up with memop_ret enum instead of int endp for...
2018-11-20  Ilya LeoshkevichS/390: Skip LT(G) peephole when literal pool is involved
2018-11-20  Eric Botcazoure PR rtl-optimization/85925 (compilation of masking...
2018-08-16  Vlad Lazarexpmed.h (canonicalize_comparison): New declaration.
2018-08-06  Alan HaywardAdd func to check if register is clobbered by clobber_high
2018-08-06  Alan HaywardGeneration support for CLOBBER_HIGH
2018-08-06  Alan HaywardAdd CLOBBER_HIGH expression
2018-06-18  David MalcolmMore rtx to rtx_insn * cleanups
2018-06-13  David Malcolmemit-rtl.c: more typesafety
2018-06-08  Martin LiskaRemove MPX
2018-04-03  Martin LiskaRemove UBSAN in dwarf2out.c (PR tree-optimization/82491).
2018-03-02  Jakub Jelinekre PR rtl-optimization/84614 (wrong code with u16-...
2018-02-09  Alexandre Oliva[IEPM] Introduce inline entry point markers
2018-01-10  Richard SandifordMostly revert r254296
2018-01-06  Jakub Jelinekre PR rtl-optimization/83682 (ICE in simplify_subreg...
2018-01-03  Richard Sandifordpoly_int: GET_MODE_PRECISION
2018-01-03  Jakub Jelinekre PR debug/83645 (ICE: in get_insn_template, at final...
2018-01-03  Jakub JelinekUpdate copyright years.
2018-01-02  Richard SandifordMake CONST_VECTOR_ELT handle implicitly-encoded elements
2018-01-02  Richard SandifordNew CONST_VECTOR layout
2017-12-21  Richard Sandifordpoly_int: REG_ARGS_SIZE
2017-12-20  Richard Sandifordpoly_int: operand_subword
2017-12-20  Richard Sandifordpoly_int: SUBREG_BYTE
2017-12-20  Richard Sandifordpoly_int: extract_bit_field bitrange
2017-12-20  Richard Sandifordpoly_int: MEM_OFFSET and MEM_SIZE
2017-12-20  Richard Sandifordpoly_int: REG_OFFSET
2017-12-20  Richard Sandifordpoly_int: rtx constants
2017-12-12  Alexandre Oliva[SFN] Introduce -gstatement-frontiers option, enable...
2017-12-12  Alexandre Oliva[SFN] boilerplate changes in preparation to introduce...
2017-12-12  Alexandre Oliva[SFN] adjust RTL insn-walking API
2017-11-01  Richard SandifordAdd narrower_subreg_mode helper function
2017-11-01  Richard SandifordAdd a fixed_size_mode class
2017-11-01  Richard SandifordAdd a VEC_SERIES rtl code
2017-11-01  Richard SandifordAllow vector CONSTs
2017-11-01  Richard SandifordAdd more vec_duplicate simplifications
2017-10-26  Richard SandifordAdd wider_subreg_mode helper functions
2017-10-09  Segher BoessenkoolReplace insn_rtx_cost with insn_cost and pattern_cost
2017-09-20  Jeff Lawexplow.c: Include "params.h".
2017-09-12  Richard SandifordTurn HARD_REGNO_NREGS into a target hook
2017-09-04  Richard SandifordAdd subreg_memory_offset helper functions
2017-09-04  Richard SandifordPR82045: Avoid passing machine modes through "..."
2017-08-30  Richard SandifordDrop df_ from df_read_modify_subreg_p
next