summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
AgeCommit message (Expand)Author
2020-05-26Fix non-comforming expander for floatv2div2sf2,floatunsv2div2sf2,fix_truncv2s...liuhongt
2020-01-01Update copyright years.Jakub Jelinek
2019-11-12Remove gcc/params.* files.Martin Liska
2019-11-12Apply mechanical replacement (generated patch).Martin Liska
2019-10-01Remove clobber_highRichard Sandiford
2019-09-30Introduce rtx_alloca, alloca_raw_REG and alloca_rtx_fmt_*Ilya Leoshkevich
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...Martin Sebor
2019-07-08emit-rtl.c (set_insn_locations): New function moved from...Eric Botcazou
2019-06-27Remove quite obvious dead assignments.Martin Liska
2019-05-22alias.c (ao_ref_from_mem): Move stack-slot sharing rewrite ...Richard Biener
2019-04-24re PR target/90193 (asm goto with TLS "m" input operand generates incorrect a...Jakub Jelinek
2019-01-09PR other/16615 [1/5]Sandra Loosemore
2019-01-01Update copyright years.Jakub Jelinek
2018-08-24emit-rtl.c (init_emit_once): Do not emit MODE_POINTER_BOUNDS RTXes.Uros Bizjak
2018-08-06Generation support for CLOBBER_HIGHAlan Hayward
2018-06-18More rtx to rtx_insn * cleanupsDavid Malcolm
2018-06-13emit-rtl.c: more typesafetyDavid Malcolm
2018-03-23re PR inline-asm/85022 (internal compiler error: in write_dependence_p, at al...Jakub Jelinek
2018-03-02re PR rtl-optimization/84614 (wrong code with u16->u128 extension at aarch64 ...Jakub Jelinek
2018-02-19re PR target/84146 (ICE with -mcet in dwarf2out_var_location, involving sigse...Jakub Jelinek
2018-01-10Mostly revert r254296Richard Sandiford
2018-01-03Add support for MODE_VECTOR_BOOLRichard Sandiford
2018-01-03poly_int: GET_MODE_SIZERichard Sandiford
2018-01-03poly_int: GET_MODE_NUNITSRichard Sandiford
2018-01-03Update copyright years.Jakub Jelinek
2018-01-03poly_int: REGMODE_NATURAL_SIZERichard Sandiford
2018-01-02Make CONST_VECTOR_ELT handle implicitly-encoded elementsRichard Sandiford
2018-01-02New CONST_VECTOR layoutRichard Sandiford
2017-12-28Use valid_for_const_vector_p instead of CONSTANT_PRichard Sandiford
2017-12-21re PR rtl-optimization/82973 (ICE in output_constant_pool_2, at varasm.c:3896...Jakub Jelinek
2017-12-21poly_int: REG_ARGS_SIZERichard Sandiford
2017-12-20poly_int: operand_subwordRichard Sandiford
2017-12-20poly_int: SUBREG_BYTERichard Sandiford
2017-12-20poly_int: MEM_OFFSET and MEM_SIZERichard Sandiford
2017-12-20poly_int: REG_OFFSETRichard Sandiford
2017-12-20poly_int: rtx constantsRichard Sandiford
2017-12-20Add a gen_int_shift_amount helper functionRichard Sandiford
2017-12-19read-rtl.c (parse_reg_note_name): Replace Yoda conditions with typical order ...Jakub Jelinek
2017-12-16Revert accidental commitRichard Sandiford
2017-12-16Add a gen_int_shift_amount helper functionRichard Sandiford
2017-12-13re PR middle-end/78468 (libgomp.c/reduction-10.c and many more FAIL)Eric Botcazou
2017-12-12[SFN] adjust RTL insn-walking APIAlexandre Oliva
2017-11-22Fix calculation of ptr_mode for MODE_PARTIAL_INT PmodeRichard Sandiford
2017-11-09Be stricter about CONST_VECTOR operandsRichard Sandiford
2017-11-09Base subreg rules on REGMODE_NATURAL_SIZE rather than UNITS_PER_WORDRichard Sandiford
2017-11-09Initialize split_branch_probability (PR target/82863).Martin Liska
2017-11-01Add a VEC_SERIES rtl codeRichard Sandiford
2017-11-01Allow vector CONSTsRichard Sandiford
2017-11-01Add gen_(const_)vec_duplicate helpersRichard Sandiford
2017-10-20Add generic part for Intel CET enabling. The spec is available atIgor Tsimbalist