aboutsummaryrefslogtreecommitdiff
path: root/gcc/lto/lto-lang.c
AgeCommit message (Expand)AuthorFilesLines
2019-01-01Update copyright years.Jakub Jelinek1-1/+1
2018-08-27Come up with fndecl_built_in_p.Martin Liska1-2/+1
2018-07-20PR middle-end/82063 - issues with arguments enabled by -WallMartin Sebor1-1/+2
2018-06-08dumpfile.c (FIRST_ME_AUTO_NUMBERED_DUMP): Bump to 4.Jan Hubicka1-0/+22
2018-05-30passes.c (ipa_write_summaries): Only modify statements if body is in memory.Jan Hubicka1-2/+23
2018-01-03Add support for MODE_VECTOR_BOOLRichard Sandiford1-0/+8
2018-01-03poly_int: TYPE_VECTOR_SUBPARTSRichard Sandiford1-1/+2
2018-01-03Update copyright years.Jakub Jelinek1-1/+1
2017-12-15tree-core.h (struct attribute_spec): Swap affects_type_identity and handler f...Jakub Jelinek1-40/+40
2017-12-07PR c/81544 - attribute noreturn and warn_unused_result on the same function a...Martin Sebor1-21/+61
2017-11-28Remove Cilk Plus support.Julia Koval1-4/+0
2017-10-13* lto-lang.c (lto_post_options): Clean shlib flag when not doing PIC.Jan Hubicka1-0/+2
2017-08-30[35/77] Add uses of as_a <scalar_int_mode>Richard Sandiford1-9/+9
2017-08-08trans.c: Include header files.Martin Liska1-0/+2
2017-07-25c-attribs.c (c_common_attribute_table): Add entry for "patchable_function_ent...Torsten Duwe1-0/+12
2017-06-23Refactor fileptr_type_node handlingMarc Glisse1-7/+11
2017-05-01re PR c++/80038 (Random segfault using local vectors in Cilk function)Xi Ruoyao1-3/+3
2017-01-19Make LTO's implementation of LANG_HOOKS_TYPE_FOR_SIZE the defaultDavid Malcolm1-55/+1
2017-01-11re PR middle-end/50199 (wrong code with -flto -fno-merge-constants)Jakub Jelinek1-0/+6
2017-01-01Update copyright years.Jakub Jelinek1-1/+1
2016-11-26tree.c (build_common_tree_nodes): Initialize ptrdiff_type_node.Prathamesh Kulkarni1-2/+0
2016-11-21re PR c++/71973 (c++ handles built-in functions inconsistently)Bernd Edlinger1-0/+4
2016-06-10PR c/71392 - SEGV calling integer overflow built-ins with a null pointerMartin Sebor1-2/+7
2016-03-17Set flag_pic to flag_pie for PIE in LTOH.J. Lu1-1/+1
2016-02-08Remove -fshort-doubleBernd Schmidt1-1/+1
2016-01-04Update copyright years.Jakub Jelinek1-1/+1
2015-11-25re PR lto/67548 (LTO drops weak binding with "ld -r")Jan Hubicka1-0/+29
2015-11-11decl.c: Remove unused header files.Andrew MacLeod1-7/+0
2015-11-07Move #undef DEF_BUILTIN* to builtins.defRichard Sandiford1-1/+0
2015-10-29decl.c: Reorder #include's and remove duplicates.Andrew MacLeod1-7/+5
2015-10-13builtin-types.def (BT_FN_BOOL_UINT_LONGPTR_LONGPTR_LONGPTR, [...]): New.Jakub Jelinek1-0/+24
2015-09-28gomp-constants.h (GOMP_VERSION_NVIDIA_PTX): Increment.Nathan Sidwell1-8/+7
2015-07-13Fix double word typos.Aldy Hernandez1-1/+1
2015-07-09lto-streamer.h: Don't include target.h and alloc-pool.h.Andrew MacLeod1-1/+0
2015-07-09flags.h: Don't include flag-types.h or options.h.Andrew MacLeod1-1/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-9/+6
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-12lto-lang.c (lto_type_for_size): Include intN types.DJ Delorie1-0/+15
2015-06-08coretypes.h: Include hash-table.h and hash-set.h for host files.Andrew MacLeod1-4/+0
2015-06-05Merge debug-early branch into mainline.Aldy Hernandez1-15/+0
2015-06-04coretypes.h: Include machmode.h...Andrew MacLeod1-3/+0
2015-02-24[PR libgomp/64625] Remove __OFFLOAD_TABLE__ variable/formal parameter.Thomas Schwinge1-18/+16
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-0/+17
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-4/+10
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-10-29decl.c, [...]: Remove redundant enum from machine_mode.Richard Sandiford1-3/+3
2014-10-28cgraph.h: Flatten.Andrew MacLeod1-0/+4
2014-10-27ggcplug.c: Shuffle includes to include gcc-plugin.h earlier.Andrew MacLeod1-0/+8
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-3/+29