aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
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
2013-04-09tree.c (type_hash_lookup, [...]): Make static.Maxim Kuvyrkov1-2/+0
2013-04-09tree.h (unsave_expr_now): Remove.Richard Biener1-1/+0
2013-04-03re PR c/19449 (__builtin_constant_p cannot resolve to const when optimizing)Jakub Jelinek1-0/+4
2013-03-29tree.h (VAR_P): New.Gabriel Dos Reis1-0/+4
2013-03-29Add uniform debug dump function names.Lawrence Crowl1-0/+12
2013-03-21tree.h (VECTOR_TYPE_P): New macro.Marc Glisse1-6/+10
2013-03-21tree.h (DECL_DEBUG_EXPR_IS_FROM): Rename to ...Richard Biener1-5/+3
2013-03-09re PR middle-end/56524 (Compiler ICE when compiling with -mips16)Richard Sandiford1-5/+10
2013-02-19re PR target/52555 (ICE unrecognizable insn with -ffast-math and __attribute_...Aldy Hernandez1-0/+11
2013-02-05* tree.h (struct tree_decl_with_vis): Remove thread_local field.Jakub Jelinek1-4/+3
2013-01-10Update copyright years in gcc/Richard Sandiford1-3/+1
2012-12-19re PR lto/55736 (lto ICE: tree code ''junl is not supported in LTO streams)Richard Biener1-0/+1
2012-12-15re PR libmudflap/53952 (FAIL: libmudflap.c++/pass55-frag.cxx ( -O[123]) execu...Alexandre Oliva1-0/+3
2012-11-26tree.h (DECL_RESTRICTED_P): Delete.Eric Botcazou1-20/+11
2012-11-17This patch rewrites the old VEC macro-based interface into a new one based on...Diego Novillo1-46/+40
2012-11-14tree.c (set_call_expr_flags): New function.Jan Hubicka1-0/+1
2012-11-06Function MultiversioningSriraman Tallam1-2/+8
2012-10-29re PR c/53066 (Wshadow should not warn for shadowing an extern function)Manuel López-Ibáñez1-0/+4
2012-10-16re PR rtl-optimization/54870 (gfortran.dg/array_constructor_4.f90 FAILs)Eric Botcazou1-3/+7
2012-10-09re PR c++/54194 (misleading suggestion about arithmetic in operand of '|')Paolo Carlini1-1/+4
2012-10-08PR c++/53528 C++11 attribute supportDodji Seketeli1-10/+20
2012-10-02tree.h (DECL_NONLOCAL_FRAME): New macro.Eric Botcazou1-0/+8
2012-10-01tree.h (copy_mem_ref_info): Delete.Eric Botcazou1-1/+0
2012-09-29tree.c (truth_type_for): New function.Marc Glisse1-0/+1
2012-09-27tree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.Dehao Chen1-3/+5