aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)AuthorFilesLines
2015-04-15Fix fdump-passesTom de Vries1-15/+2
2015-04-13ipa-cp.c (ipcp_driver): Relase prev_edge.Jan Hubicka1-2/+3
2015-03-25passes.c (pass_manager::execute_early_local_passes): Guard execution of pass_...Richard Biener1-2/+4
2015-02-26passes.c (ipa_write_summaries_1): Call lto_output_init_mode_table.Jakub Jelinek1-0/+2
2015-01-30Always pass explicit location to fatal_error.Joseph Myers1-4/+6
2015-01-15dojump.h: New header file.Prathamesh Kulkarni1-1/+10
2015-01-14cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.Ilya Verbin1-2/+2
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-11re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...Jan Hubicka1-1/+1
2014-11-28cgraphunit.c (ipa_passes): Handle flag_generate_offload.Ilya Verbin1-1/+1
2014-11-19PR jit/63854: Fix memory leaks within context/pass_manager/dump_managerDavid Malcolm1-1/+38
2014-11-18passes.c (remove_cgraph_node_from_order): New.Ilya Enkovich1-1/+36
2014-11-16passes.c (execute_one_pass): Do not apply all transforms prior every simple I...Jan Hubicka1-30/+0
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin1-4/+7
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-11/+83
2014-11-05Reorganize post-ra pipeline for targets without register allocation.Bernd Schmidt1-0/+38
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-1/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-1/+1
2014-10-21State cleanups from jit branchDavid Malcolm1-0/+6
2014-10-16function.h: Flatten file.Andrew MacLeod1-0/+4
2014-08-25IPA C++ refactoring 4/NMartin Liska1-11/+11
2014-08-20cgraphunit.c (ipa_passes, compile): Reshedule symtab_remove_unreachable_nodes...Jan Hubicka1-2/+4
2014-08-01IPA ICF pass 1/NMartin Liska1-1/+1
2014-07-24IPA C++ refactoring 2/NMartin Liska1-2/+2
2014-07-24IPA C++ refactoring 1/NMartin Liska1-12/+12
2014-07-09remove has_executeTrevor Saunders1-11/+2
2014-07-09convert some hash_table to hash_mapTrevor Saunders1-45/+23
2014-06-24Remove a layer of indirection from hash_tableTrevor Saunders1-6/+6
2014-06-17Fix dot dump bugXinliang David Li1-1/+0
2014-05-17use templates instead of gengtype for typed allocation functionsTrevor Saunders1-1/+1
2014-05-06tree-pass.h (TODO_verify_ssa, [...]): Remove.Richard Biener1-1/+1
2014-05-05passes.c (execute_function_todo): Don't reset TODO_verify_ssa from last_verif...Richard Biener1-3/+2
2014-05-05passes.c (execute_function_todo): Move TODO_verify_flow under the TODO_verify...Richard Biener1-5/+5
2014-04-30passes.c (execute_function_todo): Move TODO_verify_stmts and TODO_verify_ssa ...Richard Biener1-13/+17
2014-04-29dominance.c (free_dominance_info): Add overload with function parameter.Richard Biener1-26/+38
2014-04-28tree-pass.h (TODO_verify_il): Define.Richard Biener1-5/+14
2014-04-28tree-pass.h (execute_pass_list): Adjust prototype.Richard Biener1-46/+53
2014-04-25re PR ipa/60911 (wrong code with -O2 -flto -fipa-pta)Richard Biener1-15/+19
2014-04-17pass cfun to pass::executeTrevor Saunders1-4/+7
2014-04-17pass current function to opt_pass::gate ()Trevor Saunders1-64/+30
2014-04-17remove has_gateTrevor Saunders1-14/+8
2014-04-17merge register_dump_files_1 into register_dump_files and remove more fiddling...Trevor Saunders1-29/+8
2014-04-17remove properties stuff from register_dump_files_1Trevor Saunders1-16/+4
2014-01-17re PR c++/57945 (ICE: in varpool_get_node, at cgraph.h:840)Jakub Jelinek1-1/+4
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-18passes.c (execute_function_dump): Set graph_dump_initialized appropriately.Aldy Hernandez1-4/+17
2013-12-06asan.c: Remove struct tags when referring to class varpool_node.Oleg Endo1-1/+1
2013-12-06cgraphunit.c: Remove struct tags when referring to class ipa_opt_pass_d or cl...Oleg Endo1-53/+52
2013-11-22gimple.h: Remove all includes.Andrew MacLeod1-2/+4