aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree-core.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-10-30tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.Ilya Enkovich1-0/+2
2013-10-24re PR other/33426 (Support of #pragma ivdep)Tobias Burnus1-0/+4
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-3/+0
2013-10-11target.c: New file.Jakub Jelinek1-3/+98
2013-09-24gimple-pretty-print.c: Various whitespace tweaks.Christophe Lyon1-1/+1
2013-09-23gimple-pretty-print.c (dump_ssaname_info): New function.Kugan Vivekanandarajah1-2/+9
2013-09-16tree-core.h: Add missing comment lines from refactoring of tree.h.Diego Novillo1-2/+17
2013-09-05tree.h: Move documentation for tree_function_decl to tree-core.h with the dec...Mike Stump1-0/+5
2013-09-02Split all the structures, enums, typedefs and some fundamental declarations f...Diego Novillo1-0/+1688