summaryrefslogtreecommitdiff
path: root/gcc/emit-rtl.c
Commit message (Expand)AuthorAgeFilesLines
* Mostly revert r254296rsandifo2018-01-101-1/+1
* Add support for MODE_VECTOR_BOOLrsandifo2018-01-031-4/+15
* poly_int: GET_MODE_SIZErsandifo2018-01-031-4/+4
* poly_int: GET_MODE_NUNITSrsandifo2018-01-031-2/+2
* Update copyright years.jakub2018-01-031-1/+1
* poly_int: REGMODE_NATURAL_SIZErsandifo2018-01-031-18/+35
* Make CONST_VECTOR_ELT handle implicitly-encoded elementsrsandifo2018-01-021-0/+56
* New CONST_VECTOR layoutrsandifo2018-01-021-39/+40
* Use valid_for_const_vector_p instead of CONSTANT_Prsandifo2017-12-281-2/+4
* PR rtl-optimization/82973jakub2017-12-211-4/+4
* poly_int: REG_ARGS_SIZErsandifo2017-12-211-1/+1
* poly_int: operand_subwordrsandifo2017-12-201-4/+5
* poly_int: SUBREG_BYTErsandifo2017-12-201-24/+28
* poly_int: MEM_OFFSET and MEM_SIZErsandifo2017-12-201-94/+84
* poly_int: REG_OFFSETrsandifo2017-12-201-9/+11
* poly_int: rtx constantsrsandifo2017-12-201-6/+96
* Add a gen_int_shift_amount helper functionrsandifo2017-12-201-0/+16
* * read-rtl.c (parse_reg_note_name): Replace Yoda conditions withjakub2017-12-191-1/+1
* Revert accidental commitrsandifo2017-12-161-15/+0
* Add a gen_int_shift_amount helper functionrsandifo2017-12-161-0/+15
* PR middle-end/78468ebotcazou2017-12-131-2/+0
* [SFN] adjust RTL insn-walking APIaoliva2017-12-121-31/+38
* Fix calculation of ptr_mode for MODE_PARTIAL_INT Pmodersandifo2017-11-221-1/+2
* Be stricter about CONST_VECTOR operandsrsandifo2017-11-091-1/+12
* Base subreg rules on REGMODE_NATURAL_SIZE rather than UNITS_PER_WORDrsandifo2017-11-091-18/+33
* Initialize split_branch_probability (PR target/82863).marxin2017-11-091-0/+2
* Add a VEC_SERIES rtl codersandifo2017-11-011-0/+63
* Allow vector CONSTsrsandifo2017-11-011-1/+1
* Add gen_(const_)vec_duplicate helpersrsandifo2017-11-011-36/+48
* Add generic part for Intel CET enabling. The spec is available atitsimbal2017-10-201-0/+1
* Turn CANNOT_CHANGE_MODE_CLASS into a hookrsandifo2017-09-151-3/+1
* Convert hard_regno_nregs to a functionrsandifo2017-09-121-1/+1
* Make more use of int_mode_for_sizersandifo2017-09-051-2/+2
* Add subreg_memory_offset helper functionsrsandifo2017-09-041-0/+27
* [71/77] Use opt_scalar_mode for mode iteratorsrsandifo2017-08-301-43/+49
* [66/77] Use scalar_mode for constant integersrsandifo2017-08-301-13/+6
* [62/77] Big machine_mode to scalar_int_mode replacementrsandifo2017-08-301-2/+2
* [28/77] Use is_a <scalar_int_mode> for miscellaneous types of testrsandifo2017-08-301-7/+9
* [17/77] Add an int_mode_for_size helper functionrsandifo2017-08-301-2/+1
* [15/77] Add scalar_int_modersandifo2017-08-301-13/+15
* [11/77] Add a float_mode_for_size helper functionrsandifo2017-08-301-3/+2
* [4/77] Add FOR_EACH iterators for modesrsandifo2017-08-301-55/+20
* Make more use of paradoxical_subreg_prsandifo2017-08-221-13/+3
* replace rtx_alloc_stat with c++tbsaunde2017-07-291-1/+1
* * profile-count.h (profile_probability::from_reg_br_prob_note,hubicka2017-07-161-8/+12
* 2017-05-04 Richard Biener <rguenther@suse.de>rguenth2017-05-041-1/+1
* 2017-04-27 Richard Biener <rguenther@suse.de>rguenth2017-04-271-1/+4
* PR middle-end/78468ebotcazou2017-02-021-0/+3
* Introduce RTL function readerdmalcolm2017-01-051-0/+13
* PR rtl-optimization/65618law2017-01-031-2/+4