aboutsummaryrefslogtreecommitdiff
path: root/gcc/passes.c
AgeCommit message (Expand)AuthorFilesLines
2015-10-16re PR target/67745 ([ARM] wrong alignments when __attribute__ ((optimize,targ...Christian Bruel1-0/+5
2015-09-30[PATCH] Update SSA_NAME manager to use two listsBernd Schmidt1-0/+9
2015-09-21passes.c (rest_of_decl_compilation): Do not call dwarf2out_early_global_decl ...Richard Biener1-1/+2
2015-09-20switch from gimple to gimple*Trevor Saunders1-2/+2
2015-09-17passes.c (rest_of_decl_compilation): Always call early_global_decl debug hook...Richard Biener1-1/+11
2015-08-27passes.c (rest_of_decl_compilation): Guard early_global_decl call with !seen_...Richard Biener1-1/+4
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08re PR tree-optimization/66794 (ICE at -O2 and -O3 on x86_64-linux-gnu)Richard Biener1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-17/+6
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-25hash-map-traits.h (simple_hashmap_traits::key_type): New typedef.Richard Sandiford1-6/+2
2015-06-25hash-traits.h (string_hash, [...]): New classes.Richard Sandiford1-23/+1
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
2015-06-13re PR bootstrap/66448 (Bootstrap fails on darwin after r224161)Iain Sandoe1-1/+1
2015-06-09gcc-plugin.h: Move decls to plugin.h and include it.Andrew MacLeod1-0/+3
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-6/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-0/+50
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-5/+0
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