summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* [gcc]wschmidt2016-04-041-1/+1
* 2016-02-11 Richard Biener <rguenther@suse.de>rguenth2016-02-111-1/+1
* Backported from mainlinejakub2016-02-111-3/+4
* 2014-05-13 Richard Biener <rguenther@suse.de>rguenth2014-05-131-0/+5
* 2014-04-23 Richard Biener <rguenther@suse.de>rguenth2014-04-231-1/+2
* gcc/kyukhin2014-03-311-0/+1
* 2014-02-19 Richard Biener <rguenther@suse.de>rguenth2014-02-191-32/+35
* 2014-02-17 Richard Biener <rguenther@suse.de>rguenth2014-02-171-0/+3
* PR ipa/60026jakub2014-02-071-12/+0
* PR ipa/60026jakub2014-02-041-0/+12
* PR tree-optimization/60003jakub2014-02-011-6/+1
* PR middle-end/59917jakub2014-01-291-7/+35
* Add type to DEFCIFCODE to describe the inline failurehjl2014-01-201-1/+2
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* merge auto_vec and stack_vectbsaunde2013-12-201-1/+1
* PR tree-optimization/59386jakub2013-12-111-1/+3
* Eliminate FOR_EACH_BB macro.dmalcolm2013-12-091-1/+1
* Eliminate last_basic_block macro.dmalcolm2013-12-091-2/+2
* Eliminate profile_status macro.dmalcolm2013-12-091-1/+2
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-8/+11
* Rename profile_status_for_function to profile_status_for_fn.dmalcolm2013-12-091-2/+2
* 2013-11-27 Richard Biener <rguenther@suse.de>rguenth2013-11-271-2/+7
* * gimple.h: Remove all includes.amacleod2013-11-221-1/+7
* Reword comments that mention ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-211-3/+4
* * gimplify.h (gimplify_hasher : typed_free_remove, struct gimplify_ctx):amacleod2013-11-211-2/+1
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-30/+33
* Convert gimple types from a union to C++ inheritancedmalcolm2013-11-191-1/+1
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+4
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-2/+2
* gcc/c-family/rsandifo2013-11-181-1/+1
* remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionstbsaunde2013-11-181-1/+1
* * basic-block.h (has_abnormal_outgoing_edge_p): Moved here from...law2013-11-141-15/+0
* * gimplify-be.h: New file. Add prototypes.amacleod2013-11-141-0/+2
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+2
* 2013-11-12 Andrew MacLeod <amacleod@redhat.com>amacleod2013-11-121-1/+1
* 2013-11-12 Teresa Johnson <tejohnson@google.com>tejohnson2013-11-121-0/+41
* Replace some heap vectors with stack vectors.dnovillo2013-11-011-3/+1
* Autogenerated fixes of "->symbol." to "->"dmalcolm2013-10-291-21/+21
* * Makefile.def (target_modules): Remove libmudflaplaw2013-10-261-10/+0
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-3/+8
* libgomp/jakub2013-10-111-0/+21
* PR tree-optimization/58619ramana2013-10-081-1/+4
* * tree-inline.h (struct copy_body_data): Add transform_parameter.ebotcazou2013-09-171-32/+57
* PR tree-optimization/58392jakub2013-09-131-17/+26
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-2/+2
* Fix handling of very long asm statements in inlinerak2013-09-081-1/+8
* * Makefile.in (omp-low.o): Depend on $(TARGET_H).aldyh2013-08-271-1/+4
* PR tree-optimization/57661jakub2013-08-131-0/+18
* * cgraphbuild.c (cgraph_rebuild_references): Rebuild only non-speculativehubicka2013-08-091-50/+108
* * cgraph.c (cgraph_get_body): New function based on lto.chubicka2013-08-061-0/+1