Age | Commit message (Expand) | Author | Files | Lines |
2018-01-12 | re PR rtl-optimization/83565 (RTL combine pass yields wrong rotate result) | Eric Botcazou | 1 | -23/+42 |
2018-01-03 | poly_int: GET_MODE_SIZE | Richard Sandiford | 1 | -4/+4 |
2018-01-03 | poly_int: GET_MODE_PRECISION | Richard Sandiford | 1 | -5/+9 |
2018-01-03 | poly_int: GET_MODE_NUNITS | Richard Sandiford | 1 | -2/+2 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-01-03 | poly_int: PUSH_ROUNDING | Richard Sandiford | 1 | -2/+4 |
2018-01-03 | poly_int: subreg_get_info | Richard Sandiford | 1 | -15/+19 |
2018-01-03 | poly_int: REGMODE_NATURAL_SIZE | Richard Sandiford | 1 | -5/+7 |
2018-01-02 | rtlanal.c (canonicalize_condition): Return 0 if final rtx does not have a con... | Aaron Sawdey | 1 | -1/+5 |
2017-12-21 | poly_int: REG_ARGS_SIZE | Richard Sandiford | 1 | -0/+18 |
2017-12-21 | poly_int: frame allocations | Richard Sandiford | 1 | -2/+2 |
2017-12-20 | poly_int: SUBREG_BYTE | Richard Sandiford | 1 | -59/+79 |
2017-12-20 | poly_int: MEM_OFFSET and MEM_SIZE | Richard Sandiford | 1 | -1/+1 |
2017-12-20 | poly_int: rtx_addr_can_trap_p_1 | Richard Sandiford | 1 | -29/+29 |
2017-12-20 | poly_int: rtx constants | Richard Sandiford | 1 | -8/+34 |
2017-12-18 | rtlanal: dead_or_set_regno_p should handle CLOBBER (PR83424) | Segher Boessenkool | 1 | -1/+1 |
2017-11-29 | re PR middle-end/80929 (Division with constant no more optimized to mult high... | Jakub Jelinek | 1 | -2/+8 |
2017-10-26 | Make more use of df_read_modify_subreg_p | Richard Sandiford | 1 | -12/+5 |
2017-10-23 | Convert STARTING_FRAME_OFFSET to a hook | Richard Sandiford | 1 | -2/+2 |
2017-10-22 | Make more use of HWI_COMPUTABLE_MODE_P | Richard Sandiford | 1 | -1/+1 |
2017-10-09 | Add targetm.insn_cost hook | Segher Boessenkool | 1 | -0/+3 |
2017-10-09 | Replace insn_rtx_cost with insn_cost and pattern_cost | Segher Boessenkool | 1 | -2/+11 |
2017-09-15 | Turn CANNOT_CHANGE_MODE_CLASS into a hook | Richard Sandiford | 1 | -3/+1 |
2017-09-12 | Convert hard_regno_nregs to a function | Richard Sandiford | 1 | -4/+4 |
2017-09-04 | Turn MODES_TIEABLE_P into a target hook | Richard Sandiford | 1 | -2/+2 |
2017-09-04 | Turn HARD_REGNO_MODE_OK into a target hook | Richard Sandiford | 1 | -4/+4 |
2017-08-30 | Drop df_ from df_read_modify_subreg_p | Richard Sandiford | 1 | -0/+17 |
2017-08-30 | [64/77] Add a scalar_mode class | Richard Sandiford | 1 | -1/+1 |
2017-08-30 | [62/77] Big machine_mode to scalar_int_mode replacement | Richard Sandiford | 1 | -1/+1 |
2017-08-30 | [51/77] Use opt_scalar_int_mode when iterating over integer modes | Richard Sandiford | 1 | -5/+7 |
2017-08-30 | [49/77] Simplify nonzero/num_sign_bits hooks | Richard Sandiford | 1 | -6/+4 |
2017-08-30 | [48/77] Make subroutines of num_sign_bit_copies operate on scalar_int_mode | Richard Sandiford | 1 | -77/+78 |
2017-08-30 | [47/77] Make subroutines of nonzero_bits operate on scalar_int_mode | Richard Sandiford | 1 | -56/+57 |
2017-08-30 | [35/77] Add uses of as_a <scalar_int_mode> | Richard Sandiford | 1 | -1/+1 |
2017-08-30 | [23/77] Replace != VOIDmode checks with is_a <scalar_int_mode> | Richard Sandiford | 1 | -11/+10 |
2017-08-30 | [6/77] Make GET_MODE_WIDER return an opt_mode | Richard Sandiford | 1 | -2/+4 |
2017-08-30 | [4/77] Add FOR_EACH iterators for modes | Richard Sandiford | 1 | -5/+3 |
2017-08-22 | Make more use of paradoxical_subreg_p | Richard Sandiford | 1 | -1/+1 |
2017-06-30 | [rtlanal] Do a better job of costing parallel sets containing flag-setting op... | Richard Earnshaw | 1 | -5/+23 |
2017-06-23 | ira.c (update_equiv_regs): Revert to using may_trap_or_fault_p again. | Bernd Edlinger | 1 | -3/+6 |
2017-05-11 | * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes. | Bin Cheng | 1 | -0/+7 |
2017-05-03 | Revert r247509 2017-05-02 Bin Cheng <bin.cheng@arm.com> | Bin Cheng | 1 | -8/+0 |
2017-05-02 | * rtlanal.c (rtx_cost): Handle TRUNCATE between tieable modes. | Bin Cheng | 1 | -0/+8 |
2017-05-01 | re PR target/79430 (action of statement incorrectly optimised away) | Jakub Jelinek | 1 | -0/+18 |
2017-01-05 | re PR rtl-optimization/78812 (Wrong code generation due to hoisting memory lo... | Jeff Law | 1 | -0/+13 |
2017-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2016-11-30 | Fix PR78588 - rtlanal.c:5210:38: runtime error: shift exponent 4294967295 is ... | Markus Trippelsdorf | 1 | -0/+2 |
2016-11-28 | re PR middle-end/78540 (ICE: in df_refs_verify, at df-scan.c:4062 with -O -ma... | Jakub Jelinek | 1 | -3/+9 |
2016-11-28 | re PR rtl-optimization/78120 (If conversion no longer performed) | Bernd Schmidt | 1 | -1/+1 |
2016-11-24 | re PR rtl-optimization/78120 (If conversion no longer performed) | Bernd Schmidt | 1 | -1/+1 |