summaryrefslogtreecommitdiff
path: root/gcc/cgraphbuild.c
Commit message (Expand)AuthorAgeFilesLines
* vec.h (FOR_EACH_VEC_ELT_REVERSE): New macro.Nathan Froyd2010-07-061-10/+6
* re PR middle-end/42834 (memcpy folding overeager)Richard Guenther2010-07-011-2/+2
* cgraphbuild.c (build_cgraph_edges, [...]): Build indrect edges too.Jan Hubicka2010-05-121-12/+30
* cgraphbuild.c (cgraph_rebuild_references): New.Jan Hubicka2010-05-111-0/+31
* Makefile.in (cgraphbuild.o): Add dependency on except.h.Jan Hubicka2010-05-101-0/+83
* cgraphbuild.c (record_reference_ctx): Add varpool_node.Jan Hubicka2010-05-061-5/+38
* Makefile.in (cgraphbuild.o): Add dependency on ipa-utils.hJan Hubicka2010-05-041-65/+145
* Remove trailing white spaces.H.J. Lu2009-11-251-3/+3
* cgraphbuild.c (compute_call_stmt_bb_frequency): Use proper ENTRY_BLOCK_PTR.Jan Hubicka2009-11-161-1/+2
* cfgrtl.c (pass_free_cfg): Add pass name.Zbigniew Chamski2009-11-081-3/+3
* Fix 41626 from Jan HubickaJan Hubicka2009-10-081-6/+11
* Merge lto branch into trunk.Diego Novillo2009-10-031-0/+23
* cgraphbuild.c (record_reference): Use cgraph_mark_address_taken_node.Jan Hubicka2009-05-101-1/+1
* cgraphbuild.c (compute_call_stmt_bb_frequency): Accept function argument; han...Jan Hubicka2009-05-081-3/+8
* df.h: Include "timevar.h".Ian Lance Taylor2009-04-171-4/+4
* ipa-prop.h (jump_func_type): Rename IPA_UNKNOWN...Martin Jambor2009-03-301-0/+27
* cgraphbuild.c (build_cgraph_edges, [...]): Don't call initialize_inline_failed.Adam Nemet2009-03-291-26/+1
* Bring from lto-branch:Jan Hubicka2009-03-281-5/+4
* re PR middle-end/38074 (missed inlining on Core2 Duo due to apparent wrong b...Jan Hubicka2008-12-061-4/+3
* backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener2008-07-281-33/+42
* cgraphbuild.c (record_reference): Drop non-unit-at-a-time code.Jan Hubicka2008-07-251-22/+13
* ipa-cp.c (ipcp_print_edge_profiles): Test for node->analyzed rather than for ...Martin Jambor2008-07-231-21/+23
* re PR c++/36523 (OpenMP task construct fails to instantiate copy constructor)Jakub Jelinek2008-06-201-0/+18
* re PR tree-optimization/36329 (latent problem with tree inlining)Eric Botcazou2008-05-261-1/+1
* except.c (dw2_size_of_call_site_table, [...]): Use vector API for call_site_r...Jan Hubicka2008-04-181-1/+1
* re PR other/35094 (RTL dump file letters hosed and partly undocumented)Jan Hubicka2008-03-191-5/+9
* langhooks.h (struct lang_hooks_for_callgraph): Remove third argument from fun...Diego Novillo2007-11-021-4/+3
* cgraphbuild.c (rebuild_cgraph_edges): Export.Zdenek Dvorak2007-09-071-1/+1
* Change copyright header to refer to version 3 of the GNU General Public Licen...Nick Clifton2007-07-261-4/+3
* re PR tree-optimization/16876 (ICE on testcase with -O3 in fold-const)Richard Guenther2007-06-231-0/+2
* tree.h (enum tree_code_class): Add tcc_vl_exp.Sandra Loosemore2007-02-151-2/+5
* Makefile.in (passes.o, [...]): Add dependencies.Jan Hubicka2007-02-091-4/+21
* tree-pass.h (pass_build_cgraph_edges): Declare.Jan Hubicka2007-01-061-0/+236