aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
2016-05-08cgraph.c (thunk_adjust): Export.Jan Hubicka1-1/+2
2016-05-03gimplify.h (get_initialized_tmp_var): Add allow_ssa parameter default true.Richard Biener1-1/+1
2016-03-16re PR c/70093 (Instancing function with VM return type cases internal compile...Marek Polacek1-1/+3
2016-02-23PR c/69911 Check main_input_filename and DECL_SOURCE_FILE are not NULL.Mark Wielaard1-2/+5
2016-02-22PR28901 Add two levels for -Wunused-const-variable.Mark Wielaard1-2/+5
2016-02-10re PR ipa/69241 (ICE with noreturn and function that return non-POD)Jakub Jelinek1-2/+3
2016-02-05re PR target/69369 (internal compiler error: in remove_unreachable_nodes, at ...Ilya Enkovich1-2/+0
2016-01-19cgraphunit.c (cgraph_node::reset): Clear thunk info and instrumented_version.Jan Hubicka1-0/+2
2016-01-19re PR lto/69133 (LTO segfault in lto_get_decl_name_mapping() on 483.xalancbmk...Jan Hubicka1-1/+3
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-12-15c-common.c (c_common_attribute_table): Handle "omp declare target link" attri...Ilya Verbin1-0/+7
2015-12-07re PR lto/61886 (LTO breaks fread with _FORTIFY_SOURCE=2)Jan Hubicka1-10/+15
2015-12-03re PR c++/68184 (Exception from a virtual function does not get caught)Jan Hubicka1-0/+1
2015-12-01re PR middle-end/68582 (-Wunused-function doesn't warn about unused static __...Marek Polacek1-1/+1
2015-11-04Pass manager: add support for termination of pass listMartin Liska1-4/+6
2015-10-30alias.c: Remove unused headers.Andrew MacLeod1-10/+0
2015-10-29alias.c: Reorder #include statements and remove duplicates.Andrew MacLeod1-14/+11
2015-10-27[PATCH 7/9] ENABLE_CHECKING refactoring: middle-end, LTO FEMikhail Maltsev1-25/+14
2015-10-19Fix PR68002, add -fkeep-static-functionsJoost VandeVondele1-1/+1
2015-09-20switch from gimple to gimple*Trevor Saunders1-3/+3
2015-09-16Move check_global_declaration from toplev.c to cgraphunit.cManuel López-Ibáñez1-1/+64
2015-09-02cgraphunit.c (cgraph_node::create_wrapper): Set can_throw_external in new cal...Charles Baylis1-0/+1
2015-08-28cgraphunit.c (symbol_table::compile): Move early debug generation and finish...Richard Biener1-10/+13
2015-08-27passes.c (rest_of_decl_compilation): Guard early_global_decl call with !seen_...Richard Biener1-10/+10
2015-07-10gimple-predict.h: New file.Andrew MacLeod1-0/+1
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-14/+5
2015-06-29Wunused-parameter warnings are given from cgraph::finalize_function,Manuel López-Ibáñez1-4/+0
2015-06-25function.h (ipa_opt_pass, [...]): Move forward declarations.Andrew MacLeod1-2/+0
2015-06-17coretypes.h: Include input.h and as-a.h.Andrew MacLeod1-3/+0
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-4/+0
2015-06-08Don't dump low gimple functions in gimple dumpTom de Vries1-1/+0
2015-06-08Add debug msg to dump_file in add_new_functionTom de Vries1-0/+17
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-6/+47
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-05-24ipa-utils.h (method_class_type): Remove.Jan Hubicka1-3/+2
2015-05-05Fix indentation issues seen by -Wmisleading-indentationDavid Malcolm1-8/+8
2015-04-21cfghooks.h (create_basic_block): Replace with two overloads for RTL and GIMPLE.Richard Biener1-4/+4
2015-04-08tree-chkp.h (chkp_insert_retbnd_call): New.Ilya Enkovich1-0/+13
2015-04-03cgraphunit.c (cgraph_node::expand_thunk): Don't expand instrumentation thunks.Ilya Enkovich1-0/+4
2015-03-19re PR ipa/65465 (Internal compiler error: in build2_stIat)Martin Liska1-1/+2
2015-02-28re PR ipa/65236 (IPA ICF causes miscompilation in Chromium built with -Os)Jan Hubicka1-0/+8
2015-02-27re PR bootstrap/65150 (r220875 causes bootstrap failure on x86_64 darwin)Jan Hubicka1-0/+1
2015-02-12re PR rtl-optimization/32219 (optimizer causes wrong code in pic/hidden/weak ...H.J. Lu1-2/+6
2015-02-11Handle noreturn function thunk creation.Martin Liska1-3/+4
2015-02-10re PR ipa/64982 (Many g++ failures on x86_64-apple-darwin14 with -m32.)Jan Hubicka1-0/+8
2015-02-08re PR ipa/63566 (i686 bootstrap fails: ICE RTL flag check: INSN_UID used with...Jan Hubicka1-4/+17
2015-02-06re PR ipa/64896 (ICE in get_address_mode, at rtlanal.c:5442)Jakub Jelinek1-4/+9
2015-01-29re PR ipa/64801 (kernel build failure due to ICF)Jan Hubicka1-12/+41
2015-01-27re PR ipa/64776 (FAIL: gcc.dg/ipa/pr64307.c (internal compiler error) on x86_...Jakub Jelinek1-5/+9