aboutsummaryrefslogtreecommitdiff
path: root/gcc/ipa-pure-const.c
AgeCommit message (Expand)AuthorFilesLines
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-16re PR middle-end/58956 (wrong code at -O1 and above (affecting gcc 4.6 to tru...Jakub Jelinek1-4/+4
2013-12-09Eliminate FOR_EACH_BB macro.David Malcolm1-1/+1
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+6
2013-11-19Eliminate ENTRY_BLOCK_PTR and EXIT_BLOCK_PTR macrosDavid Malcolm1-2/+2
2013-11-19cfgloop.h (struct loop_iterator): C++-ify, add constructor and destructor and...Richard Biener1-3/+2
2013-11-19Factor unrelated declarations out of tree.h.Diego Novillo1-0/+2
2013-11-18remove nolonger needed {cgraph,varpool}_node_{,asm_}name () functionsTrevor Saunders1-7/+7
2013-11-13gimple-walk.h: New File.Andrew Macleod1-0/+2
2013-11-13re PR tree-optimization/59077 (ipa-pure-const.c (better_state): comment and c...Marc Glisse1-0/+1
2013-10-29Autogenerated fixes of "->symbol." to "->"David Malcolm1-28/+28
2013-10-28df-scan.c (df_collection_rec): Adjust.Trevor Saunders1-10/+0
2013-10-23tree-ssa-loop.h: Remove include files.Andrew MacLeod1-1/+1
2013-10-23tree-ssa.h: Remove all #include'sAndrew MacLeod1-3/+3
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-1/+58
2013-09-30basic-block.h (edge_list): Prefix member names with "m_".Richard Sandiford1-1/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-14/+14
2013-09-12tree-ssa.h: New.Andrew MacLeod1-1/+1
2013-09-06re PR middle-end/58094 (IPA devirt testsuite errors)Jan Hubicka1-3/+5
2013-08-05Automated conversion of passes to C++ classesDavid Malcolm1-43/+80
2013-07-22df-problems.c (can_move_insns_across): Exit loop once we find a non-fixed, no...Po-Chun Chang1-1/+4
2013-07-21Fix typos.Ondřej Bílka1-1/+1
2013-07-18ipa-pure-const.c (generate_summary): Rename to...David Malcolm1-2/+2
2013-06-01lto-symtab.c (lto_symtab_merge_cgraph_nodes_1): Rename to ...Jan Hubicka1-1/+1
2013-05-29cgraph.h (symtab_node_base): Add definition, alias and analyzed flags...Jan Hubicka1-5/+5
2013-05-15ipa-prop.c (ipa_print_node_jump_functions): Print symbol order in header...Martin Jambor1-3/+3
2013-02-27re PR middle-end/56461 (GCC is leaking lots of memory)Jakub Jelinek1-1/+1
2013-02-08Makefile.in (tree-tailcall.o): Add $(CFGLOOP_H) dependency.Richard Biener1-3/+6
2013-01-10Update copyright years in gcc/Richard Sandiford1-2/+1
2013-01-04Update Copyright years for files modified in 2011 and/or 2012.Jakub Jelinek1-1/+1
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-16/+14
2012-11-06* ipa-pure-const.c (check_stmt): Fix debug info formatting.Jan Hubicka1-5/+8
2012-11-01invoke.texi: Update -fopt-info documentation.Sharad Singhai1-0/+2
2012-09-20function.c (push_cfun): Check old current_function_decl matches old cfun...Martin Jambor1-3/+0
2012-09-13ipa-pure-const.c (state_from_flags, [...]): Use current_function_name instead...Steven Bosscher1-12/+8
2012-08-16re PR middle-end/54146 (Very slow compile with attribute((flatten)))Richard Guenther1-1/+1
2012-08-13tree-pass.h (write_summary, [...]): Remove set and vset arguments.Jan Hubicka1-7/+11
2012-08-11cgraph.h (vector types for symtab_node): Add.Jan Hubicka1-6/+6
2012-07-25re PR target/53633 (__attribute__((naked)) should disable -Wreturn-type)Sandra Loosemore1-1/+2
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-1/+0
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2012-04-16cgraph.h (FOR_EACH_VARIABLE, [...]): New macros.Jan Hubicka1-2/+2
2012-04-14cgraph.h: Update copyrights;Jan Hubicka1-19/+19
2012-01-27ipa-pure-const.c (check_stmt): Clobbers do not make a function non-const/pure.Richard Guenther1-1/+2
2011-10-07re PR middle-end/50527 (inconsistent vla align)Tom de Vries1-0/+1
2011-08-12data-streamer.h (streamer_write_zero): Rename from output_zero.Diego Novillo1-6/+6
2011-08-08rebaseDiego Novillo1-0/+2
2011-06-10cgraph.c (cgraph_set_nothrow_flag_1): Update cgraph after setting the nothrow...Jan Hubicka1-7/+6
2011-06-10ipa-utils.c (searchc): Use cgraph_function_or_thunk_node.Jan Hubicka1-7/+11