summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* * ipa-cp.c (gather_context_independent_values): Use ipa_get_param_move_cost.hubicka2013-08-031-7/+33
* * cgraph.c (cgraph_release_function_body): Use used_as_abstract_origin.hubicka2013-08-011-0/+4
* * cgraph.c (release_function_body): Break out from ...hubicka2013-07-251-0/+5
* PR57698, only report errors from early inlining when optimization is turnedtmsriram2013-07-181-0/+4
* Emit errors when always_inline functions cannot be inlined in -O0 mode.tmsriram2013-06-181-2/+0
* * cgraph.h (symtab_node_base): Add definition, alias and analyzedhubicka2013-05-291-7/+7
* 2013-05-07 Richard Biener <rguenther@suse.de>rguenth2013-05-071-2/+2
* 2013-05-06 Richard Biener <rguenther@suse.de>rguenth2013-05-061-7/+1
* 2013-05-02 Richard Biener <rguenther@suse.de>rguenth2013-05-021-2/+10
* Follow-on patch to r197595 to complete the replacement of truncating dividestejohnson2013-05-021-18/+12
* 2013-04-30 Richard Biener <rguenther@suse.de>rguenth2013-04-301-4/+4
* 2013-04-29 Richard Biener <rguenther@suse.de>rguenth2013-04-291-5/+5
* This patch fixes PR bootstrap/57077. Certain new uses of apply_probabilitytejohnson2013-04-291-3/+3
* 2013-03-26 Richard Biener <rguenther@suse.de>rguenth2013-04-261-1/+60
* 2013-04-23 Richard Biener <rguenther@suse.de>rguenth2013-04-231-3/+11
* 2013-04-09 Richard Biener <rguenther@suse.de>rguenth2013-04-091-134/+0
* First phase of unifying the computation of profile scale factors/probabilitiestejohnson2013-04-081-0/+8
* 2013-03-21 Richard Biener <rguenther@suse.de>rguenth2013-03-211-1/+2
* 2013-03-20 Richard Biener <rguenther@suse.de>rguenth2013-03-201-15/+15
* 2013-03-08 Richard Biener <rguenther@suse.de>rguenth2013-03-081-1/+1
* 2013-03-05 Richard Biener <rguenther@suse.de>rguenth2013-03-051-27/+52
* 2013-01-28 Richard Biener <rguenther@suse.de>rguenth2013-01-281-17/+7
* 2013-01-16 Richard Biener <rguenther@suse.de>rguenth2013-01-161-8/+0
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* PR debug/55665jakub2012-12-121-4/+4
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-51/+50