Age | Commit message (Expand) | Author | Files | Lines |
2022-01-17 | Rename .c files to .cc files. | Martin Liska | 1 | -2401/+0 |
2022-01-14 | Fix reverse scalar storage order issues in IPA-SRA | Eric Botcazou | 1 | -1/+1 |
2022-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2021-11-30 | ipa-param-manip: Be careful about a reallocating hash_map | Martin Jambor | 1 | -3/+4 |
2021-11-25 | ipa: Teach IPA-CP transformation about IPA-SRA modifications (PR 103227) | Martin Jambor | 1 | -0/+33 |
2021-11-19 | Revert "Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS." | Martin Liska | 1 | -1/+1 |
2021-11-18 | Remove MAY_HAVE_DEBUG_MARKER_STMTS and MAY_HAVE_DEBUG_BIND_STMTS. | Martin Liska | 1 | -1/+1 |
2021-11-16 | Replace more DEBUG_EXPR_DECL creations with build_debug_expr_decl | Martin Jambor | 1 | -10/+7 |
2021-11-13 | Whitelity type attributes for function signature change | Jan Hubicka | 1 | -7/+36 |
2021-11-13 | Enable ipa-sra with fnspec attributes | Jan Hubicka | 1 | -4/+43 |
2021-11-09 | Introduce build_debug_expr_decl | Martin Jambor | 1 | -4/+1 |
2021-11-09 | ipa: Fix segfault when remapping debug_binds with expressions (PR 103132) | Martin Jambor | 1 | -8/+19 |
2021-11-08 | ipa: Unshare expresseions before putting them into debug statements (PR 10309... | Martin Jambor | 1 | -2/+2 |
2021-11-04 | ipa-sra: Improve debug info for removed parameters (PR 93385) | Martin Jambor | 1 | -56/+210 |
2021-06-28 | ipa-sra: Introduce a mini-DCE to tree-inline.c (PR 93385) | Martin Jambor | 1 | -15/+114 |
2021-06-28 | ipa-sra: Restructure how cloning and call redirection communicate (PR 93385) | Martin Jambor | 1 | -349/+436 |
2021-05-11 | ipa/100513 - fix SSA_NAME_DEF_STMT corruption in IPA param manip | Richard Biener | 1 | -1/+3 |
2021-04-27 | ipa-sra: Release dead LHS SSA_NAME when removing it (PR 99951) | Martin Jambor | 1 | -0/+4 |
2021-01-04 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2020-12-07 | Fix location info in ipa_param_body_adjustments::modify_call_stmt | Bernd Edlinger | 1 | -0/+2 |
2020-10-31 | Move clone_info to summary | Jan Hubicka | 1 | -4/+8 |
2020-10-22 | Materialize clones on demand | Jan Hubicka | 1 | -0/+7 |
2020-07-02 | ipa-sra: Prevent constructing debug info from wrong argument | Martin Jambor | 1 | -1/+5 |
2020-06-01 | Fix dump in clone materialization | Feng Xue | 1 | -1/+4 |
2020-05-07 | extend DECL_GIMPLE_REG_P to all types | Richard Biener | 1 | -5/+1 |
2020-02-18 | Drop MALLOC attribute for void functions. | Martin Liska | 1 | -0/+4 |
2020-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2019-12-18 | ipa-param-manipulation.h (get_original_index): Declare. | Jan Hubicka | 1 | -0/+12 |
2019-12-10 | * ipa-param-manipulation.c | Jakub Jelinek | 1 | -1/+1 |
2019-09-30 | [PR 91853] Prevent IPA-SRA ICEs on type-mismatched calls | Martin Jambor | 1 | -2/+9 |
2019-09-24 | [PR 91831] Copy PARM_DECLs of artificial thunks | Martin Jambor | 1 | -8/+14 |
2019-09-20 | New IPA-SRA | Martin Jambor | 1 | -473/+1620 |
2019-08-13 | Use checking forms of DECL_FUNCTION_CODE (PR 91421) | Richard Sandiford | 1 | -4/+1 |
2019-08-05 | Add a gimple_move_vops helper function | Richard Sandiford | 1 | -8/+1 |
2019-01-01 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2018-08-27 | Come up with fndecl_built_in_p. | Martin Liska | 1 | -1/+1 |
2018-02-13 | [PR 83990] Fix location handling in ipa_modify_call_arguments | Martin Jambor | 1 | -2/+2 |
2018-01-03 | Update copyright years. | Jakub Jelinek | 1 | -1/+1 |
2017-12-21 | poly_int: MEM_REF offsets | Richard Sandiford | 1 | -1/+1 |
2017-12-20 | poly_int: get_addr_base_and_unit_offset | Richard Sandiford | 1 | -1/+1 |
2017-12-20 | poly_int: get_ref_base_and_extent | Richard Sandiford | 1 | -2/+2 |
2017-12-20 | poly_int: ipa_parm_adjustment | Richard Sandiford | 1 | -11/+10 |
2017-12-12 | [SFN] boilerplate changes in preparation to introduce nonbind markers | Alexandre Oliva | 1 | -1/+1 |
2017-11-09 | Moving parameter manipulation into its own file | Martin Jambor | 1 | -0/+767 |