aboutsummaryrefslogtreecommitdiff
path: root/gcc/cgraphunit.c
AgeCommit message (Expand)AuthorFilesLines
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
2015-01-14cgraphunit.c (ipa_passes): Remove argument from ipa_write_summaries.Ilya Verbin1-2/+2
2015-01-09re PR middle-end/64412 (ICE in offload compiler: in extract_insn, at recog.c:...Bernd Schmidt1-0/+3
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-09IPA ICF: target and optimization flags comparison.Martin Liska1-26/+26
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-12-22symbol_summary is used for inline_summary.Martin Liska1-1/+1
2014-12-22ipa-prop uses symbol_summary class.Martin Liska1-0/+1
2014-12-15* cgraphunit.c (analyze_functions): Always analyze targets of aliases.Jan Hubicka1-0/+1
2014-12-15cgraphunit.c (analyze_functions): Do not analyze extern inline funtions when ...Jan Hubicka1-4/+25
2014-12-11re PR ipa/61324 (ICE: SIGSEGV at ipa-comdats.c:321 with -fno-use-cxa-atexit -...Jan Hubicka1-6/+4
2014-11-28cgraphunit.c (ipa_passes): Handle flag_generate_offload.Ilya Verbin1-4/+4
2014-11-19Merger of git branch "gimple-classes-v2-option-3"David Malcolm1-3/+3
2014-11-18ipa-cp.c (ipcp_cloning_candidate_p): Use opt_for_fn.Jan Hubicka1-6/+5
2014-11-17cgraphunit.c (analyze_functions): Use opt_for_fn.Jan Hubicka1-1/+1
2014-11-16passes.c (execute_one_pass): Do not apply all transforms prior every simple I...Jan Hubicka1-4/+3
2014-11-13[PATCH 3/7] OpenMP 4.0 offloading infrastructure: Offload tables.Ilya Verbin1-0/+1
2014-11-13[PATCH 2/7] OpenMP 4.0 offloading infrastructure: LTO streaming.Ilya Verbin1-2/+18
2014-11-07re PR ipa/63580 (ICE : error: invalid argument to gimple call)Martin Liska1-0/+8
2014-11-07re PR tree-optimization/63595 (Segmentation faults inside kernel)Martin Liska1-2/+14
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-1/+16
2014-10-29re PR ipa/63587 (ICE : tree check: expected var_decl, have result_decl in add...Martin Liska1-1/+3
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+5
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-7/+8
2014-10-21State cleanups from jit branchDavid Malcolm1-2/+18