PR c/71171: Fix uninitialized source_range in c_parser_postfix_expression
[gcc.git] / gcc / cgraphunit.c
2016-05-08 Jan Hubickacgraph.c (thunk_adjust): Export.
2016-05-03 Richard Bienergimplify.h (get_initialized_tmp_var): Add allow_ssa...
2016-03-16 Marek Polacekre PR c/70093 (Instancing function with VM return type...
2016-02-23 Mark WielaardPR c/69911 Check main_input_filename and DECL_SOURCE_FI...
2016-02-22 Mark WielaardPR28901 Add two levels for -Wunused-const-variable.
2016-02-10 Jakub Jelinekre PR ipa/69241 (ICE with noreturn and function that...
2016-02-05 Ilya Enkovichre PR target/69369 (internal compiler error: in remove_...
2016-01-19 Jan Hubickacgraphunit.c (cgraph_node::reset): Clear thunk info...
2016-01-19 Jan Hubickare PR lto/69133 (LTO segfault in lto_get_decl_name_mapp...
2016-01-04 Jakub JelinekUpdate copyright years.
2015-12-15 Ilya Verbinc-common.c (c_common_attribute_table): Handle "omp...
2015-12-07 Jan Hubickare PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)
2015-12-03 Jan Hubickare PR c++/68184 (Exception from a virtual function...
2015-12-01 Marek Polacekre PR middle-end/68582 (-Wunused-function doesn't warn...
2015-11-04 Martin LiskaPass manager: add support for termination of pass list
2015-10-30 Andrew MacLeodalias.c: Remove unused headers.
2015-10-29 Andrew MacLeodalias.c: Reorder #include statements and remove duplicates.
2015-10-28 Mikhail Maltsev[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end...
2015-10-19 Joost VandeVondeleFix PR68002, add -fkeep-static-functions
2015-09-20 Trevor Saundersswitch from gimple to gimple*
2015-09-16 Manuel López-IbáñezMove check_global_declaration from toplev.c to cgraphunit.c
2015-09-02 Charles Bayliscgraphunit.c (cgraph_node::create_wrapper): Set can_thr...
2015-08-28 Richard Bienercgraphunit.c (symbol_table::compile): Move early debug...
2015-08-27 Richard Bienerpasses.c (rest_of_decl_compilation): Guard early_global...
2015-07-10 Andrew MacLeodgimple-predict.h: New file.
2015-07-08 Andrew MacLeodtree-core.h: Include symtab.h.
2015-06-29 Manuel López-IbáñezWunused-parameter warnings are given from cgraph::final...
2015-06-25 Andrew MacLeodfunction.h (ipa_opt_pass, [...]): Move forward declarat...
2015-06-17 Andrew MacLeodcoretypes.h: Include input.h and as-a.h.
2015-06-09 Andrew MacLeodgcc-plugin.h: Move decls to plugin.h and include it.
2015-06-08 Andrew MacLeodcoretypes.h: Include hash-table.h and hash-set.h for...
2015-06-08 Tom de VriesDon't dump low gimple functions in gimple dump
2015-06-08 Tom de VriesAdd debug msg to dump_file in add_new_function
2015-06-05 Aldy HernandezMerge debug-early branch into mainline.
2015-06-04 Andrew MacLeodcoretypes.h: Include machmode.h...
2015-05-24 Jan Hubickaipa-utils.h (method_class_type): Remove.
2015-05-05 David MalcolmFix indentation issues seen by -Wmisleading-indentation
2015-04-21 Richard Bienercfghooks.h (create_basic_block): Replace with two overl...
2015-04-08 Ilya Enkovichtree-chkp.h (chkp_insert_retbnd_call): New.
2015-04-03 Ilya Enkovichcgraphunit.c (cgraph_node::expand_thunk): Don't expand...
2015-03-19 Martin Liskare PR ipa/65465 (Internal compiler error: in build2_stIat)
2015-02-28 Jan Hubickare PR ipa/65236 (IPA ICF causes miscompilation in Chrom...
2015-02-27 Jan Hubickare PR bootstrap/65150 (r220875 causes bootstrap failure...
2015-02-13 H.J. Lure PR rtl-optimization/32219 (optimizer causes wrong...
2015-02-11 Martin LiskaHandle noreturn function thunk creation.
2015-02-10 Jan Hubickare PR ipa/64982 (Many g++ failures on x86_64-apple...
2015-02-08 Jan Hubickare PR ipa/63566 (i686 bootstrap fails: ICE RTL flag...
2015-02-06 Jakub Jelinekre PR ipa/64896 (ICE in get_address_mode, at rtlanal...
2015-01-29 Jan Hubickare PR ipa/64801 (kernel build failure due to ICF)
2015-01-27 Jakub Jelinekre PR ipa/64776 (FAIL: gcc.dg/ipa/pr64307.c (internal...
2015-01-14 Ilya Verbincgraphunit.c (ipa_passes): Remove argument from ipa_wri...
2015-01-09 Bernd Schmidtre PR middle-end/64412 (ICE in offload compiler: in...
2015-01-09 Michael Collisongenattrtab.c (write_header): Include hash-set.h...
2015-01-09 Martin LiskaIPA ICF: target and optimization flags comparison.
2015-01-05 Jakub JelinekUpdate copyright years.
2014-12-22 Martin Liskasymbol_summary is used for inline_summary.
2014-12-22 Martin Liskaipa-prop uses symbol_summary class.
2014-12-15 Jan Hubicka* cgraphunit.c (analyze_functions): Always analyze...
2014-12-15 Jan Hubickacgraphunit.c (analyze_functions): Do not analyze extern...
2014-12-11 Jan Hubickare PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321...
2014-11-28 Ilya Verbincgraphunit.c (ipa_passes): Handle flag_generate_offload.
2014-11-19 David MalcolmMerger of git branch "gimple-classes-v2-option-3"
2014-11-18 Jan Hubickaipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.
2014-11-17 Jan Hubickacgraphunit.c (analyze_functions): Use opt_for_fn.
2014-11-16 Jan Hubickapasses.c (execute_one_pass): Do not apply all transform...
2014-11-13 Ilya Verbin[PATCH 3/7] OpenMP 4.0 offloading infrastructure: Offlo...
2014-11-13 Ilya Verbin[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO...
2014-11-07 Martin Liskare PR ipa/63580 (ICE : error: invalid argument to gimpl...
2014-11-07 Martin Liskare PR tree-optimization/63595 (Segmentation faults...
2014-11-05 Ilya Enkovichipa-chkp.c: New.
2014-10-29 Martin Liskare PR ipa/63587 (ICE : tree check: expected var_decl...
2014-10-28 Andrew MacLeodcgraph.h: Flatten.
2014-10-27 Andrew MacLeodggcplug.c: Shuffle includes to include gcc-plugin.h...
2014-10-21 David MalcolmState cleanups from jit branch
2014-10-16 Andrew MacLeodfunction.h: Flatten file.
2014-10-16 Martin LiskaIPA ICF pass, part 3/5
2014-10-10 Martin Liskacgraphunit.c (symbol_table::process_new_functions)...
2014-09-26 Martin Liskacgraph.c (cgraph_node::release_body): New argument...
2014-09-24 Andi KleenAdd an no_reorder attribute for LTO
2014-09-10 Martin Jamborcgraphunit.c (expand_thunk): If not expanding, set...
2014-08-25 Martin LiskaIPA C++ refactoring 4/N
2014-08-21 Jan Hubickatree-profile.c (tree_profiling): Skip external function...
2014-08-20 Jan Hubickacgraphunit.c (ipa_passes, compile): Reshedule symtab_re...
2014-08-19 Marek Polacekre PR c/61271 (10 * possible coding error with logical...
2014-08-04 Martin LiskaIPA C++ refactoring 3/N
2014-08-02 Trevor Saundersadd a hash_set based on hash_table
2014-08-01 James Greenhalgh[Patch] Not very subtle fix for pr61510
2014-07-24 Martin LiskaIPA C++ refactoring fix.
2014-07-24 Martin LiskaIPA C++ refactoring 2/N
2014-07-24 Martin LiskaIPA C++ refactoring 1/N
2014-07-04 Jakub Jelinekre PR middle-end/61654 (ICE in release_function_body...
2014-07-01 Martin LiskaIPA REF alias refactoring
2014-06-27 Martin LiskaFix for devirtualization dump functions
2014-06-25 Martin LiskaIPA REF refactoring
2014-06-08 Jan Hubickacgraphunit.c (assemble_thunks_and_aliases): Expand...
2014-06-04 Martin LiskaNew callgraph wrapper function creation added
2014-06-04 Martin LiskaEnhancement of call graph API
2014-05-28 Jason Merrillre PR c++/47202 (Endless recursion during mangling)
2014-05-24 Jan Hubickatree-core.h (tree_decl_with_vis): Replace comdat_group...
2014-05-20 Xinliang David Liadd dbgcnt support for devirt
next