aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
2013-11-12gimple-expr.h (create_tmp_var_name, [...]): Relocate prototypes from gimple.h.Andrew MacLeod1-5/+0
2013-11-12Refactor implicit function template implementation and fix 58534, 58536, 5854...Adam Butcher1-0/+5
2013-11-11tree.h (CONSTRUCTOR_NO_CLEARING): Define.Tristan Gingold1-0/+2
2013-11-08Re-factor tree.h - Part 1.Diego Novillo1-70/+0
2013-11-07tree-core.h (enum cv_qualifier): Add TYPE_QUAL_ATOMIC.Joseph Myers1-0/+18
2013-11-06tree.c (drop_tree_overflow): New function.Richard Biener1-0/+1
2013-10-31tree.c (tree_ctz): New function.Jakub Jelinek1-0/+1
2013-10-30tree-core.h (tree_index): Add TI_POINTER_BOUNDS_TYPE.Ilya Enkovich1-0/+13
2013-10-29Added _Cilk_spawn and _Cilk_sync (2 cilk keywords) for C.Balaji V. Iyer1-0/+3
2013-10-25Fix names of various macro parameters in tree.hDavid Malcolm1-39/+39
2013-10-25mode-classes.def (MODE_POINTER_BOUNDS): New.Ilya Enkovich1-0/+4
2013-10-24builtins.c (dummy_object, [...]): Move to gimplify.c.Andrew MacLeod1-2/+0
2013-10-17tree-flow.h (struct omp_region): Move to omp-low.c.Andrew MacLeod1-1/+0
2013-10-16tree-core.h (tree_code_name): Remove.Paulo Matos1-0/+2
2013-10-15re PR target/57756 (Function target attribute is retaining state of previous...Sriraman Tallam1-4/+4
2013-10-11tree.h (OMP_CLAUSE_CODE): Remove duplicate definition.Thomas Schwinge1-3/+0
2013-10-11target.c: New file.Jakub Jelinek1-7/+78
2013-10-09tree-flow.h: Remove all remaining prototypes...Andrew MacLeod1-4/+0
2013-10-09tree-flow.h (tm_restart_node, gimple_df): Move to gimple-ssa.h.Andrew MacLeod1-0/+25
2013-10-08tree-flow.h: Remove some prototypes.Andrew MacLeod1-9/+2
2013-10-02tree-flow.h: Include new .h files.Andrew Macleod1-5/+1
2013-09-28alloc-pool.c, [...]: Add missing whitespace before "(".Richard Sandiford1-43/+44
2013-09-24re PR tree-optimization/58513 (*var and MEM[(const int &)var] (var has int* ...Richard Biener1-1/+0
2013-09-23gimple-pretty-print.c (dump_ssaname_info): New function.Kugan Vivekanandarajah1-1/+5
2013-09-12tree-ssa.h: New.Andrew MacLeod1-4/+0
2013-09-05tree.h: Move documentation for tree_function_decl to tree-core.h with the dec...Mike Stump1-5/+0
2013-09-05Fix typo in commentDodji Seketeli1-1/+1
2013-09-04More comments about DECL_BUILT_IN and DECL_IS_BUILTINDodji Seketeli1-1/+10
2013-09-02Split all the structures, enums, typedefs and some fundamental declarations f...Diego Novillo1-1700/+2
2013-08-30Merge ubsan into trunk.Marek Polacek1-0/+2
2013-08-28lto.c (compare_tree_sccs_1): Drop DECL_ERROR_ISSUED, DECL_DEFER_OUTPUT and DE...Jan Hubicka1-7/+1
2013-08-27Makefile.in (omp-low.o): Depend on $(TARGET_H).Jakub Jelinek1-2/+40
2013-08-26tree.h (tree_decl_with_vis): Add cxx_constructor, cxx_destructor.Jan Hubicka1-1/+17
2013-08-25tree.h (TYPE_FINAL_P, [...]): New macros.Jan Hubicka1-1/+15
2013-08-19Makeifle-in (ipa-devirt.o): New.Jan Hubicka1-0/+1
2013-08-18cgraph.c (cgraph_create_indirect_edge): Discover polymorphic calls and record...Jan Hubicka1-0/+1
2013-08-16gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Add new arugment expect...Jan Hubicka1-0/+1
2013-08-06Commit the vtable verification feature.Caroline Tice1-1/+3
2013-07-13print-tree.c (debug_vec_tree): Use debug_raw.Jason Merrill1-0/+2
2013-07-06re PR target/29776 (result of ffs/clz/ctz/popcount/parity are already sign-ex...Jakub Jelinek1-1/+1
2013-06-21gimple-fold.c (gimple_extract_devirt_binfo_from_cst): Use types_same_for_odr.Jan Hubicka1-0/+1
2013-06-17lto-streamer.h (enum LTO_tags): Add LTO_tree_scc.Richard Biener1-0/+24
2013-06-13tree-ssa-forwprop.c (simplify_bitwise_binary, [...]): Generalize to complex a...Marc Glisse1-0/+1
2013-05-23re PR middle-end/57347 (wrong code for bitfield on x86_64-linux at -Os and ab...Martin Jambor1-0/+1
2013-05-14fold-const.c (fold_negate_expr): Handle vectors.Marc Glisse1-1/+0
2013-05-13tree-vect-generic.c (uniform_vector_p): Move ...Marc Glisse1-0/+5
2013-05-10stor-layout.c (element_precision): New function.Marc Glisse1-0/+2
2013-05-09tree.c (build_constructor_va): New.Jason Merrill1-0/+1
2013-05-06tree.c (integer_all_onesp): Test that both components are all 1s.Marc Glisse1-0/+5
2013-04-11stor-layout.c (skip_simple_constant_arithmetic): Move to...Eric Botcazou1-2/+7