summaryrefslogtreecommitdiff
path: root/gcc/ipa-inline-analysis.c
Commit message (Expand)AuthorAgeFilesLines
* New callgraph wrapper function creation addedmarxin2014-06-041-1/+1
* Change is-a.h to support typedefs of pointersdmalcolm2014-04-231-2/+2
* * ipa-inline.h (INLINE_HINT_known_hot): New hint.hubicka2014-04-181-0/+16
* pass cfun to pass::executetbsaunde2014-04-171-3/+4
* remove has_gatetbsaunde2014-04-171-1/+0
* PR ipa/60243hubicka2014-03-281-21/+100
* PR ipa/60315hubicka2014-03-261-6/+28
* PR ipa/58721jakub2014-03-181-1/+4
* PR middle-end/60013hubicka2014-02-061-4/+11
* Fix a typo in commentshjl2014-02-021-1/+1
* * ipa-inline-analysis.c (clobber_only_eh_bb_p): New function.hubicka2014-01-291-0/+56
* PR middle-end/58125hubicka2014-01-171-1/+2
* Update copyright years in gcc/rsandifo2014-01-021-1/+1
* PR c++/41090jason2013-12-231-0/+5
* * gcc/cgraph.h (cgraph_node_set_iterator, varpool_node_set_iterator):olegendo2013-12-101-2/+2
* Eliminate BASIC_BLOCK macro.dmalcolm2013-12-091-2/+2
* 2013-11-27 Richard Biener <rguenther@suse.de>rguenth2013-11-271-1/+2
* * gimple.h: Remove all includes.amacleod2013-11-221-1/+5
* Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosdmalcolm2013-11-191-6/+6
* 2013-11-19 Richard Biener <rguenther@suse.de>rguenth2013-11-191-2/+1
* Factor unrelated declarations out of tree.h.dnovillo2013-11-191-0/+3
* Eliminate n_basic_blocks macrodmalcolm2013-11-191-1/+1
* remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionstbsaunde2013-11-181-5/+5
* * gimple.h: Reorder prototypes to match .c declaration order, and removeamacleod2013-11-171-0/+1
* * gimple-walk.h: New File. Relocate prototypes from gimple.h.amacleod2013-11-131-0/+1
* Automated part of renaming of symtab_node_base to symtab_node.dmalcolm2013-10-311-2/+2
* Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.bviyer2013-10-291-0/+4
* Autogenerated fixes of "->symbol." to "->"dmalcolm2013-10-291-26/+26
* * tree-ssa-loop.h: Remove include files.amacleod2013-10-231-0/+1
* * tree-ssa.h: Remove all #include'samacleod2013-10-231-2/+7
* * ipa-inline-analysis.c (find_foldable_builtin_expect): Findxur2013-10-031-0/+82
* gcc/rsandifo2013-09-301-1/+1
* gcc/rsandifo2013-09-281-2/+2
* PR middle-end/58332hubicka2013-09-171-1/+21
* * ipa-inline-analysis.c (struct growth_data): Add node.hubicka2013-09-131-3/+4
* * tree-ssa.h: New. Move content from tree-flow.h andamacleod2013-09-121-1/+1
* * Makefile.in: Add ipa-profile.ohubicka2013-09-011-2/+2
* * cgraph.c (cgraph_function_body_availability): Handle weakrefhubicka2013-08-301-0/+5
* * ipa-inline-analysis.c (add_clause): Avoid shifting integermpolacek2013-08-141-1/+1
* Automated conversion of passes to C++ classesdmalcolm2013-08-051-18/+38
* * ipa-cp.c (gather_context_independent_values): Use ipa_get_param_move_cost.hubicka2013-08-031-2/+3
* * cgraph.h (const_value_known_p): Replace by ...hubicka2013-06-191-1/+2
* * cgraph.h (symtab_node_base): Add definition, alias and analyzedhubicka2013-05-291-6/+6
* 2013-05-15 Martin Jambor <mjambor@suse.cz>jamborm2013-05-151-4/+5
* Follow-on patch to r197595 to complete the replacement of truncating dividestejohnson2013-05-021-6/+3
* First phase of unifying the computation of profile scale factors/probabilitiestejohnson2013-04-081-6/+6
* Update copyright years in gcc/rsandifo2013-01-101-2/+1
* * ipa-inline-analysis.c: Fix formatting.hubicka2013-01-011-542/+537
* Introduce vNULL to use as a nil initializer for vec<>.dnovillo2012-11-201-20/+12
* This patch rewrites the old VEC macro-based interface into a new onednovillo2012-11-181-285/+227