summaryrefslogtreecommitdiff
path: root/gcc/tree-inline.c
Commit message (Expand)AuthorAgeFilesLines
* * 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
* 2012-10-30 Richard Biener <rguenther@suse.de>rguenth2012-10-301-5/+5
* * tree-inline.c (expand_call_inline): Move VAR_DECLs withjakub2012-10-051-1/+23
* PR debug/54519jakub2012-10-051-0/+25
* PR tree-optimization/33763jakub2012-10-051-0/+6
* 2012-09-20 Martin Jambor <mjambor@suse.cz>jamborm2012-09-201-9/+2
* Integrate lexical block into source_location.dehao2012-09-191-16/+35
* 2012-09-06 Andrew Pinski <apinski@cavium.com>pinskia2012-09-061-0/+1
* * tree-vrp.c (find_assert_locations): Skip also edgesjakub2012-08-221-0/+1
* 2012-08-14 Richard Guenther <rguenther@suse.de>rguenth2012-08-141-2/+2
* 2012-08-10 Richard Guenther <rguenther@suse.de>rguenth2012-08-101-12/+38
* 2012-08-09 Richard Guenther <rguenther@suse.de>rguenth2012-08-091-2/+2
* 2012-08-07 Richard Guenther <rguenther@suse.de>rguenth2012-08-071-2/+1
* 2012-08-03 Richard Guenther <rguenther@suse.de>rguenth2012-08-031-1/+0
* 2012-08-02 Richard Guenther <rguenther@suse.de>rguenth2012-08-021-15/+10
* 2012-08-02 Richard Guenther <rguenther@suse.de>rguenth2012-08-021-63/+0
* * tree-complex.c (init_parameter_lattice_values): Don't call var_ann.matz2012-08-011-46/+6