aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
AgeCommit message (Expand)Author
2019-10-16[arm] fix bootstrap failure due to uninitialized warningrearnsha
2019-09-19New IPA-SRAjamborm
2019-09-052019-09-05 Richard Biener <rguenther@suse.de>rguenth
2019-07-25Come up with function_decl_type and use it in tree_function_decl.marxin
2019-07-09PR c++/61339 - add mismatch between struct and class [-Wmismatched-tags] to n...msebor
2019-07-02 * tree-inline.c (remap_gimple_stmt): Do not subtitute handled componentshubicka
2019-06-27Remove quite obvious dead assignments.marxin
2019-06-262019-06-26 Richard Biener <rguenther@suse.de>rguenth
2019-06-19 PR c++/60364 - noreturn after first decl not diagnosed.mpolacek
2019-06-10 * tree.def (OMP_SCAN): New tree code.jakub
2019-05-20 PR c++/59813jakub
2019-05-17gcc/ada/ChangeLog:msebor
2019-05-10 PR c++/90383jakub
2019-05-08 PR c++/59813jakub
2019-03-28 PR middle-end/89621jakub
2019-03-262019-03-26 Richard Biener <rguenther@suse.de>rguenth
2019-03-11Wrap option names in gcc internal messages with %< and %>.marxin
2019-03-082019-03-08 Richard Biener <rguenther@suse.de>rguenth
2019-03-072019-04-07 Richard Biener <rguenther@suse.de>rguenth
2019-02-222019-02-22 Richard Biener <rguenther@suse.de>rguenth
2019-02-13Clean up MPX-related stuff.marxin
2019-01-26[PR ipa/88933] Careful CFG cleanup in IPA-CP function transformationjamborm
2019-01-24 PR tree-optimization/89027jakub
2019-01-18 PR tree-optimization/86214jakub
2019-01-18Reset proper type on vector types (PR middle-end/88587).marxin
2019-01-11 PR middle-end/85956jakub
2019-01-092019-01-09 Sandra Loosemore <sandra@codesourcery.com>sandra
2019-01-01 Update copyright years.jakub
2018-12-13 PR tree-optimization/88444jakub
2018-12-06asm inlinesegher
2018-11-08 * builtin-types.def (BT_FN_VOID_BOOL, BT_FN_VOID_SIZE_SIZE_PTR,jakub
2018-11-08ipa-inline.c/tree-inline.c: port from fprintf to dump API (PR ipa/86395)dmalcolm
2018-10-22Add a fun parameter to three stmt_could_throw... functionsjamborm
2018-10-04Redirect call within specific target attribute among MV clones (PR ipa/82625).marxin
2018-10-022018-10-02 Richard Biener <rguenther@suse.de>rguenth
2018-10-012018-10-01 Richard Biener <rguenther@suse.de>rguenth
2018-09-28 * calls.c (expand_call): Try to do a tail call for thunks at -O0 too.ebotcazou
2018-09-282018-09-28 Richard Biener <rguenther@suse.de>rguenth
2018-09-262018-09-26 Richard Biener <rguenther@suse.de>rguenth
2018-08-27Come up with fndecl_built_in_p.marxin
2018-08-232018-08-23 Richard Biener <rguenther@suse.de>rguenth
2018-08-20Add support for grouping of related diagnostics (PR other/84889)dmalcolm
2018-08-172018-08-17 Richard Biener <rguenther@suse.de>rguenth
2018-07-13[debug] Reuse debug exprs generated in remap_ssa_namevries
2018-07-09[debug] Handle debug references to skipped paramsvries
2018-06-28 * tree-inline.c (remap_gimple_stmt): Force input_location on the newebotcazou
2018-06-27 * gimple.h (gimple_return_retbnd): Delete.ebotcazou
2018-06-26 * tree-inline.c (remap_location): New function extracted from...ebotcazou
2018-06-21 * tree-inline.c (copy_edges_for_bb): Minor tweak.ebotcazou
2018-06-16gcc/ChangeLog:kugan