re PR debug/36728 ([stack]: gdb doesn't work with stack alignment)
[gcc.git] / gcc / tree.h
2012-11-26 Eric Botcazoutree.h (DECL_RESTRICTED_P): Delete.
2012-11-18 Diego NovilloThis patch rewrites the old VEC macro-based interface...
2012-11-14 Jan Hubickatree.c (set_call_expr_flags): New function.
2012-11-06 Sriraman TallamFunction Multiversioning
2012-10-29 Manuel López-Ibáñezre PR c/53066 (Wshadow should not warn for shadowing...
2012-10-16 Eric Botcazoure PR rtl-optimization/54870 (gfortran.dg/array_constru...
2012-10-09 Paolo Carlinire PR c++/54194 (misleading suggestion about arithmetic...
2012-10-08 Dodji SeketeliPR c++/53528 C++11 attribute support
2012-10-02 Eric Botcazoutree.h (DECL_NONLOCAL_FRAME): New macro.
2012-10-01 Eric Botcazoutree.h (copy_mem_ref_info): Delete.
2012-09-29 Marc Glissetree.c (truth_type_for): New function.
2012-09-27 Dehao Chentree.h (tree_constructor): Remove IS_UNKNOWN_LOCATION.
2012-09-26 Richard Guenthertree.h (DECL_IS_BUILTIN): Compare LOCATION_LOCUS.
2012-09-19 Dehao ChenIntegrate lexical block into source_location.
2012-09-11 Steven Bosschertree.h (expand_case): Move prototype ...
2012-09-11 Diego NovilloRemove unnecessary VEC function overloads.
2012-09-07 Lawrence CrowlModify gcc/*.[hc] double_int call sites to use the...
2012-09-06 Richard Guenthertree.h (MOVE_NONTEMPORAL): Remove.
2012-08-22 Dodji SeketeliMake TREE_NOTHROW use the base.nothrow_flag again
2012-08-21 Richard Guentheralloc-pool.c (pool_alloc): Fix valgrind annotation.
2012-08-21 Richard Bienercp-tree.h (TREE_INDIRECT_USING): Use TREE_LANG_FLAG_0...
2012-08-15 Diego Novillobackport: As described in gcc.gnu.org/ml/gcc/2012-08...
2012-08-10 Richard Guenthertree.h (SSA_NAME_VAR): Return NULL_TREE if an IDENTIFIE...
2012-08-09 Richard Guenthertree.h (SSA_VAR_P): Simplify.
2012-08-01 Michael Matztree-complex.c (init_parameter_lattice_values): Don...
2012-07-25 Eric Botcazouexpr.c (expand_expr_real_1): Do not expand operand...
2012-07-18 Richard Guentherre PR tree-optimization/53970 (-ftree-vectorization...
2012-07-18 Richard Guenthertree.h (get_object_or_type_alignment): Remove.
2012-07-16 Steven Bosscherfunction.c (stack_protect_epilogue): Use expand_call...
2012-07-16 Steven Bosscherflags.h (TYPE_OVERFLOW_WRAPS, [...]): Move to tree.h.
2012-07-16 Steven Bosschersystem.h (dump_file): Do not define.
2012-07-16 Dehao Chenrevert: tree.h (phi_arg_d): New field.
2012-07-11 Steven Bosscherexpr.h (can_move_by_pieces): Move prototype from here ...
2012-07-10 Dehao Chentree.h (phi_arg_d): New field.
2012-07-02 Steven Bosscherstmt.c (emit_case_bit_tests): Remove.
2012-06-30 Nathan Sidwellcoverage.c (bbg_file_stamp): New.
2012-06-27 Jason Merrillcomment
2012-06-20 Rüdiger SonderfeldAdd DECL_SOURCE_COLUMN.
2012-06-17 Steven Bosscheroutput.h (split_double): Move prototype to rtl.h.
2012-06-17 Steven Bosschercfglayout.h: Remove.
2012-06-04 Steven Bosscheroutput.h (merge_weak, [...]): Move protos from here...
2012-05-31 Steven Bosscheroutput.h (__gcc_host_wide_int__): Move to hwint.h.
2012-05-29 Steven Bosscherintegrate.c: Remove.
2012-05-29 Michael Matzrtl.h (assign_stack_temp, [...]): Remove 'keep' argument.
2012-05-29 Joseph MyersLANGUAGES: Fix typos.
2012-05-24 Jan Hubickatree.h (alias_diag_flags): Remove.
2012-05-22 Richard Guenthertree.h (VAR_DECL_IS_VIRTUAL_OPERAND): New.
2012-05-15 Paolo Carlinitree.h (EXPR_LOCATION): Use CAN_HAVE_LOCATION_P.
2012-05-10 Richard Guenthercuintp.c (UI_From_gnu): Remove TYPE_IS_SIZETYPE use.
2012-05-03 Martin Jamborbuiltins.c (get_object_alignment_1): Return whether...
2012-05-02 Richard Guenthertree.c (valid_constant_size_p): New function.
2012-04-19 Michael Matzre PR c/52977 (internal compiler error: Segmentation...
2012-04-17 Richard Guenthertree-flow.h (array_at_struct_end_p): Move declaration ...
2012-04-16 Richard Guentherre PR c/52977 (internal compiler error: Segmentation...
2012-04-11 Eric Botcazoure PR target/52624 (missing __builtin_bswap16)
2012-04-10 Manuel López-Ibáñezc-common.c (warn_if_unused_value): Move definition...
2012-03-20 Tristan Gingoldtree.h (enum size_type_kind): Add stk_ prefix to consta...
2012-03-19 Eric Botcazoutree.def (REALPART_EXPR, [...]): Move.
2012-03-16 Richard Guenthertree.h (TREE_VECTOR_CST_ELTS): Remove.
2012-03-14 Richard Guentherre PR target/52080 (Stores to bitfields introduce a...
2012-03-05 Jakub Jelinekre PR debug/51902 (lexical_blocks inside inlined_subrou...
2012-01-25 Richard Guenthertree.h (get_pointer_alignment_1): Declare.
2012-01-14 Ian Lance Taylorre PR c++/50012 (C++ front end misses -Wsign-compare...
2012-01-11 Eric Botcazoutree.h (build_function_decl_skip_args): Add boolean...
2012-01-04 Richard Guentherre PR middle-end/51750 (FAIL: 25_algorithms/heap/moveab...
2011-12-15 Romain Geisslerbuiltins.def (BUILT_IN_STPNCPY_CHK): New definition.
2011-12-15 Richard Guentherre PR debug/51564 (ICE in force_type_die, at dwarf2out...
2011-12-14 Richard Guenthertree.c (free_lang_data_in_type): Do not clear fields...
2011-12-08 Eric Botcazoure PR tree-optimization/51315 (unaligned memory accesse...
2011-12-05 Richard Guenthercgraph.c (cgraph_create_edge_1): Initialize call_stmt_c...
2011-11-25 Andrew MacLeodre PR other/51011 (FAIL: gcc.dg/atomic-generic.c (test...
2011-11-08 Michael Matzgengtype.c (write_field_root): Avoid out-of-scope acces...
2011-11-08 Aldy HernandezMerge from transactional-memory branch.
2011-11-03 Martin Jamboripa-prop.c (type_change_info): New fields offset, objec...
2011-11-02 Jason MerrillTREE_STRING_LENGTH comment
2011-10-30 Dmitry Plotnikovtree-cfg.c (verify_gimple_assign_unary): Allow vector...
2011-10-19 Alexandre Olivare PR middle-end/49310 (Compile time hog in var-trackin...
2011-10-11 Michael MeissnerConvert standard builtin functions from being arrays...
2011-10-11 Bill Schmidttree.h (copy_ref_info): Expose existing function.
2011-10-06 Jakub Jelinektree.h (avoid_folding_inline_builtin): New prototype.
2011-09-30 Jakub Jelinekre PR tree-optimization/46309 (optimization a==3||a==1)
2011-09-19 Alexandre Oliva* tree.h (TREE_NOT_CHECK4): Rename from bogus NON_TREE_...
2011-08-29 Artjoms Sinkarovs20011-08-29 Artjoms Sinkarovs <artyom.shinkaroff...
2011-08-18 Richard Guenthertree.h (tree_int_cst_msb): Remove.
2011-08-17 Richard Guenthertree.h (convert_to_ptrofftype_loc): New function.
2011-08-16 Richard Guenthertree.h (ptrofftype_p): New helper function.
2011-08-10 Richard Guenthertree.h (can_trust_pointer_alignment): Remove.
2011-08-10 Richard Guenthertree.h (get_pointer_alignment): Remove max-align argument.
2011-08-04 Jakub Jelinekre PR middle-end/49905 (Better sanity checking on sprin...
2011-08-02 Jakub Jelinekbackport: re PR fortran/46752 (OpenMP - Seg fault for...
2011-07-19 Richard Guenthertree.h (fold_build_pointer_plus_loc): New helper function.
2011-07-13 Richard Sandifordtree.h (categorize_ctor_elements): Remove comment.
2011-07-11 Romain Geisslertree.h (call_expr_arg): Remove.
2011-07-06 Richard Guenthertree.c (build_common_tree_nodes_2): Merge with build_co...
2011-07-05 Richard Hendersondwarf2out: Remove unused text-based unwind entry points.
2011-07-02 Eric Botcazoutree.h (TYPE_ARTIFICIAL): New flag.
2011-06-22 Richard Hendersonreg-notes.def (REG_CFA_WINDOW_SAVE): New.
2011-06-22 Jakub Jelinekre PR debug/47858 (IPA-SRA decreases quality of debug...
2011-06-22 Nicola PeroIn gcc/: 2011-06-21 Nicola Pero <nicola.pero@meta-innov...
2011-06-14 Jakub Jelinekre PR fortran/49103 (local variables exchange values...
next