aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-core.h
AgeCommit message (Expand)AuthorFilesLines
2015-09-20switch from gimple to gimple*Trevor Saunders1-2/+2
2015-08-14* tree-core.h (tree_base): Fix typo.Marek Polacek1-1/+1
2015-08-05coretypes.h (enum symbol_visibility): Relocate here.Andrew MacLeod1-11/+0
2015-07-08tree-core.h: Include symtab.h.Andrew MacLeod1-0/+2
2015-06-25tree-core.h (struct tree_optimization_option): Make opts a pointer to struct ...Andrew MacLeod1-1/+1
2015-06-17tree-core.h (tree_target_option): Make opts field a pointer to a cl_target_op...Andrew MacLeod1-1/+1
2015-05-27dwarf2out.c: Remove block_map.Aldy Hernandez1-0/+3
2015-03-09re PR ipa/65270 (issues with merging memory accesses from different code paths)Richard Biener1-1/+2
2015-02-04builtins.def (DEF_BUILTIN_CHKP): Define if not defined.Jakub Jelinek1-2/+6
2015-01-21re PR middle-end/64313 (gcc.dg/torture/builtin-explog-1.c fails on bare-metal...Richard Biener1-5/+8
2015-01-15Merge current set of OpenACC changes from gomp-4_0-branch.Thomas Schwinge1-26/+62
2015-01-09genattrtab.c (write_header): Include hash-set.h...Michael Collison1-13/+0
2015-01-05Update copyright years.Jakub Jelinek1-1/+1
2014-11-24re PR tree-optimization/55334 (mgrid regression (ipa-cp disables vectorization))Richard Biener1-0/+10
2014-11-20convert many if_marked htab to hash_tableTrevor Saunders1-4/+4
2014-11-17tree-core.h (built_in_class): Add builtin codes to be used by Pointer Bounds ...Ilya Enkovich1-0/+8
2014-11-11tree-core.h (pedantic_lvalues): Remove.Richard Biener1-4/+0
2014-11-05ipa-chkp.c: New.Ilya Enkovich1-0/+2
2014-10-23AVX-512. 81.1/n. Extend `function_code' field `tree_var_decl' structure.Kirill Yukhin1-4/+5
2014-10-16tree-core.h: Fix comment to not assume pointers are multiples of bytes.DJ Delorie1-1/+1
2014-10-14machmode.h (int_n_data_t): New.DJ Delorie1-2/+10
2014-09-02cilk-builtins.def (__cilkrts_cilk_for_32): New.Jakub Jelinek1-1/+6
2014-08-11Added fnspec to internal functions.Yury Gribov1-1/+1
2014-08-02add a hash_set based on hash_tableTrevor Saunders1-2/+2
2014-07-15tree.c (tree_code_size): Add TRANSLATION_UNIT_DECL, NAMESPACE_DECL, IMPORTED_...Jan Hubicka1-2/+2
2014-06-24class.c (check_methods, [...]): Guard VINDEX checks by FUNCTION_DECL check.Jan Hubicka1-4/+5
2014-06-20asan.c (pass_sanopt::execute): Handle IFN_UBSAN_BOUNDS.Marek Polacek1-0/+10
2014-06-20cgraph.h (struct symtab_node): Add field in_init_priority_hash (set_init_prio...Jan Hubicka1-7/+0
2014-06-18improve sloc assignment on bind_expr entry/exit codeOlivier Hainque1-0/+1
2014-06-18gimplify.c (omp_notice_variable): If n is non-NULL and no flags change in ORT...Jakub Jelinek1-0/+5
2014-06-15c-common.c (handle_tls_model_attribute): Use set_decl_tls_model.Jan Hubicka1-3/+2
2014-06-12* tree-core.h (DECL_NONALIASED): Use proper spelling in comment.Eric Botcazou1-1/+1
2014-06-11varasm.c (set_implicit_section): New function.Jan Hubicka1-3/+1
2014-06-09* tree-core.h (tree_decl_with_vis): Remove section_name.Jan Hubicka1-1/+0
2014-05-24tree-core.h (tree_decl_with_vis): Replace comdat_group by symtab_node pointer.Jan Hubicka1-1/+1
2014-05-21tree.def (VOID_CST): New.Richard Sandiford1-0/+2
2014-05-06Merge in wide-int.Kenneth Zadeck1-1/+21
2014-04-15cfgloop.h (struct loop): Move force_vectorize down.Eric Botcazou1-1/+4
2014-03-21re PR tree-optimization/60577 (inefficient FDO instrumentation code)Richard Biener1-0/+3
2014-03-19re PR c++/60553 (segfault in gt_ggc_mx_lang_tree_node in Chromium with LTO)Richard Biener1-2/+2
2014-01-09re PR target/58115 (testcase gcc.target/i386/intrinsics_4.c failure)Jakub Jelinek1-0/+7
2014-01-07re PR pch/59436 (FAIL: 17_intro/headers/c++200x/stdc++.cc (test for excess er...Mike Stump1-1/+1
2014-01-02Update copyright years in gcc/Richard Sandiford1-1/+1
2013-12-10cgraph.h (cgraph_node_set_iterator, [...]): Remove typedef.Oleg Endo1-11/+11
2013-11-29revert: cgraph.h (varpool_node): Add need_bounds_init field.Ilya Enkovich1-2/+0
2013-11-29re PR lto/59326 (FAIL: gcc.dg/vect/vect-simd-clone-*.c)Jakub Jelinek1-5/+10
2013-11-28tree-core.h (tree_base): Document use of static_flag for SSA_NAME.Richard Sandiford1-0/+3
2013-11-27cgraph.h (enum cgraph_simd_clone_arg_type): New.Aldy Hernandez1-0/+3
2013-11-11tree.h (CONSTRUCTOR_NO_CLEARING): Define.Tristan Gingold1-0/+3
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-2/+10