aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)AuthorFilesLines
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
2012-09-26tree.h (DECL_IS_BUILTIN): Compare LOCATION_LOCUS.Richard Guenther1-1/+1
2012-09-19Integrate lexical block into source_location.Dehao Chen1-6/+7
2012-09-11tree.h (expand_case): Move prototype ...Steven Bosscher1-1/+0
2012-09-10Remove unnecessary VEC function overloads.Diego Novillo1-3/+2
2012-09-07Modify gcc/*.[hc] double_int call sites to use the new interface.Lawrence Crowl1-1/+1
2012-09-06tree.h (MOVE_NONTEMPORAL): Remove.Richard Guenther1-7/+0
2012-08-22Make TREE_NOTHROW use the base.nothrow_flag againDodji Seketeli1-1/+1
2012-08-21alloc-pool.c (pool_alloc): Fix valgrind annotation.Richard Guenther1-1/+8
2012-08-21cp-tree.h (TREE_INDIRECT_USING): Use TREE_LANG_FLAG_0 accessor.Richard Biener1-64/+88
2012-08-14backport: As described in http://gcc.gnu.org/ml/gcc/2012-08/msg00015.html...Diego Novillo1-205/+556
2012-08-10tree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIER_NODE is recorded as ...Richard Guenther1-3/+19
2012-08-09tree.h (SSA_VAR_P): Simplify.Richard Guenther1-6/+3
2012-08-01tree-complex.c (init_parameter_lattice_values): Don't call var_ann.Michael Matz1-10/+0
2012-07-25expr.c (expand_expr_real_1): Do not expand operand #1 and #2 of BIT_FIELD_REF...Eric Botcazou1-19/+1
2012-07-18re PR tree-optimization/53970 (-ftree-vectorization does not handle well unal...Richard Guenther1-6/+0
2012-07-18tree.h (get_object_or_type_alignment): Remove.Richard Guenther1-1/+0
2012-07-16function.c (stack_protect_epilogue): Use expand_call to expand targetm.stack_...Steven Bosscher1-1/+0
2012-07-16flags.h (TYPE_OVERFLOW_WRAPS, [...]): Move to tree.h.Steven Bosscher1-1/+25
2012-07-16system.h (dump_file): Do not define.Steven Bosscher1-0/+2
2012-07-16revert: tree.h (phi_arg_d): New field.Dehao Chen1-1/+0
2012-07-11expr.h (can_move_by_pieces): Move prototype from here ...Steven Bosscher1-0/+6
2012-07-10tree.h (phi_arg_d): New field.Dehao Chen1-0/+1
2012-07-02stmt.c (emit_case_bit_tests): Remove.Steven Bosscher1-2/+0
2012-06-30coverage.c (bbg_file_stamp): New.Nathan Sidwell1-0/+1
2012-06-27commentJason Merrill1-0/+2
2012-06-20Add DECL_SOURCE_COLUMN.Rüdiger Sonderfeld1-0/+1
2012-06-17output.h (split_double): Move prototype to rtl.h.Steven Bosscher1-0/+7
2012-06-17cfglayout.h: Remove.Steven Bosscher1-0/+6
2012-06-04output.h (merge_weak, [...]): Move protos from here...Steven Bosscher1-0/+23
2012-05-31output.h (__gcc_host_wide_int__): Move to hwint.h.Steven Bosscher1-0/+2
2012-05-29integrate.c: Remove.Steven Bosscher1-4/+0
2012-05-29rtl.h (assign_stack_temp, [...]): Remove 'keep' argument.Michael Matz1-1/+0
2012-05-29LANGUAGES: Fix typos.Joseph Myers1-2/+2
2012-05-24tree.h (alias_diag_flags): Remove.Jan Hubicka1-31/+4
2012-05-22tree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.Richard Guenther1-1/+6
2012-05-15tree.h (EXPR_LOCATION): Use CAN_HAVE_LOCATION_P.Paolo Carlini1-1/+1