* jvspec.c (jvgenmain_spec): Don't handle -fnew-verifier.
[gcc.git] / gcc / tree.h
2010-09-01 Mikael Petterssonre PR bootstrap/45321 (ARM bootstrap failure due to...
2010-08-30 Eric BotcazouStack usage support
2010-08-20 Olivier Hainquetree.h (alias_diag_flags): New enum.
2010-08-17 Jakub Jelinektree.h (host_integerp): Add ATTRIBUTE_PURE when not...
2010-08-16 Richard Guenthertree-cfg.c (verify_types_in_gimple_reference): Verify...
2010-08-12 Richard Guenthertree-flow.h (struct ptr_info_def): Add align and misali...
2010-08-10 Richard Guenthertree.h (get_object_alignment): Adjust prototype.
2010-08-10 Nathan Froydtree.h (tree_node_kind): Delete.
2010-08-05 Richard HendersonReplace exact_log2(x & -x) in favor of more direct...
2010-07-26 Richard Hendersonre PR target/44132 (emutls is broken under a range...
2010-07-23 Jakub Jelinektree.h (struct tree_base): Add nameless_flag bitfield.
2010-07-15 Anatoly Sokolovtree.h (enum tree_index): Add TI_INTEGER_THREE.
2010-07-15 Nathan Froyd* tree.h (TREE_RTL_OPERAND_CHECK): Delete.
2010-07-15 Nathan Froydtree.h (DECL_CHAIN): Define.
2010-07-13 Nathan Froydtree.h (build_function_call_expr): Delete.
2010-07-10 Sandra Loosemorere PR middle-end/42505 (loop canonicalization causes...
2010-07-10 Richard Sandifordtree.h (DECL_REPLACEABLE_P): Strengthen check for weak...
2010-07-05 Anatoly Sokolovdouble-int.h (fit_double_type): Remove declaration.
2010-07-05 Richard Guenthertree.c (reference_alias_ptr_type): New function.
2010-07-05 Nathan Froydtree.h (build_call_list): Remove.
2010-07-05 Richard Guenthertree-ssa-loop-im.c (for_each_index): Do not handle...
2010-07-01 Richard Guentherre PR middle-end/42834 (memcpy folding overeager)
2010-06-30 Manuel López-Ibáñeztree.h (block_may_fallthru): Declare here.
2010-06-28 Anatoly Sokolovdouble-int.h (force_fit_type_double): Remove declaration.
2010-06-25 Bernd SchmidtWith large parts from Jim Wilson:
2010-06-18 Nathan Froydtree.h (record_layout_info): Change type of pending_sta...
2010-06-17 Nathan Froydtree.h (vec_member): Declare.
2010-06-14 Jakub Jelinekre PR bootstrap/44426 (gcc 4.5.0 requires c9x compiler...
2010-06-13 Richard Guentherlto-streamer-in.c (lto_input_ts_type_tree_pointers...
2010-06-08 Laurynas Biveinisutils.c (init_gnat_to_gnu): Use typed GC allocation.
2010-06-06 Dodji Seketelire PR c++/44188 (Fails to produce DW_AT_typedef for...
2010-06-02 Jakub Jelinektree.h (struct tree_decl_map): New type.
2010-06-01 Nathan Froydtree.h (build_nt_call_list): Delete.
2010-05-31 Jan Hubicka* tree.h (tree_range_check_failed): Declare noreturn.
2010-05-28 Dodji SeketeliRevert "Fix PR c++/44188"
2010-05-27 Dodji Seketelire PR c++/44188 (Fails to produce DW_AT_typedef for...
2010-05-27 Jason Merrillprint-tree.c (debug_vec_tree): New fn.
2010-05-26 Kai Tietzdemangle-expected: Add tests for __int128 and unsigned...
2010-05-21 Steven Bosschertree.h: Include real.h and fixed-value.h as basic datat...
2010-05-19 Anatoly Sokolovdouble-int.h (double_int_ior): New function.
2010-05-19 Nathan FroydRevert:
2010-05-18 Nathan Froydtree.h (build_call_list): Remove.
2010-05-18 Anatoly Sokolovtree.h (build_int_cstu): Implement as static inline.
2010-05-17 Martin Jamborcgraph.h (cgraph_indirect_call_info): New fields anc_of...
2010-05-17 Nathan Froydtree.h (CALL_EXPR_ARGS): Delete.
2010-05-15 Steven Bosschervecir.h: New file with VEC primitives for tree, gimple...
2010-05-15 Nathan Froydtree.h (ctor_to_list): Delete.
2010-05-15 Jan Hubickatree.h (memory_identifier_string): Remove.
2010-05-14 Eric Botcazou* tree.h (TREE_ADDRESSABLE): Remove bogus usage for...
2010-05-10 Richard Guentherc-common.c (struct c_common_attributes): Add fnspec...
2010-05-07 Jakub Jelinektree.h (TREE_ADDRESSABLE): Adjust comment to say that...
2010-05-05 Steven Bosscherstor-layout.c (pending_sizes): Change the type to VEC...
2010-05-03 Anatoly Sokolovdouble-int.h (tree_to_double_int): Remove macro.
2010-04-30 Steven Bosschertoplev.c: Include varray.h for statistics dumping.
2010-04-28 Eric BotcazouUniquization of constants at the Tree level
2010-04-27 Eric BotcazouRemove bogus hunk in previous commit
2010-04-27 Eric Botcazou* tree.h: Fix truncated long macros.
2010-04-20 Jakub Jelinektree.h (TYPE_REF_IS_RVALUE): Define.
2010-04-19 Jakub Jelinektree.h (ENUM_IS_SCOPED): Define.
2010-04-18 Eric Botcazoufold-const.c (fold_comparison): Use ssizetype.
2010-04-16 Richard Guenthertree.h (struct tree_decl_minimal): Move pt_uid ...
2010-04-15 Richard Guenthertree-ssa-structalias.c (struct variable_info): Add...
2010-04-15 Richard GuentherMakefile.in (OBJS-common): Add gimple-fold.o.
2010-04-15 Richard Guentherfold-const.c (LOWPART, [...]): Move ...
2010-04-14 Anatoly Sokolovdouble-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
2010-04-08 Eric Botcazoutree.h (TREE_ADDRESSABLE): Document its effect for...
2010-04-07 Jakub Jelinekre PR c/18624 (GCC does not detect local variable set...
2010-04-07 Jakub Jelinektree-ssa-pre.c (my_rev_post_order_compute): Remove...
2010-04-02 Steven BosscherMake-lang.in, [...]: Update copyright years.
2010-03-18 Aldy Hernandeztree.h: Declare make_decl_rtl_for_debug.
2010-03-11 Martin Jamborre PR tree-optimization/43257 (IPA-SRA changes DECL_ASS...
2010-02-18 Mike StumpImprove wording..
2010-01-21 Janis Johnsontree.h (TYPE_TRANSPARENT_UNION): Replace with ...
2009-12-02 Ulrich Weigandre PR middle-end/42224 (32bit pointers to 32bit pointer...
2009-11-25 H.J. LuRemove trailing white spaces.
2009-11-24 Michael Matztree.h (union tree_ann_d): Don't declare.
2009-11-10 Eric Botcazoure PR target/10127 (-fstack-check let's program crash)
2009-10-26 Ben Ellistontm.texi (TARGET_ADDR_SPACE_POINTER_MODE): Document.
2009-10-26 Ben Ellistonextend.texi (Named Address Spaces): New section.
2009-10-12 Alexandre Olivare PR debug/41343 (sysdeps/ieee754/dbl-64/dosincos...
2009-10-03 Diego NovilloMerge lto branch into trunk.
2009-10-02 Jason Merrillimprove DECL_ABSTRACT_ORIGIN comment
2009-10-01 Gabriel Dos Reistree.h (tree_decl_common::lang_flag_8): New.
2009-09-28 Richard Hendersonexcept.h (struct eh_region_d): Add use_cxa_end_cleanup.
2009-09-24 Jakub Jelinekcgraphunit.c (cgraph_lower_function): Revert last change.
2009-09-17 Michael Matzre PR middle-end/41347 (ICE with -O3 or '-O2 -finline...
2009-09-16 Michael Matzre PR fortran/41212 (miscompilation at -O2)
2009-09-14 Richard Hendersonbuiltins.c (expand_builtin_synchronize): Use gimple_bui...
2009-09-14 Richard HendersonSquash commit of EH in gimple
2009-09-13 Richard Guentherlanghooks-def.h (LANG_HOOKS_EH_RUNTIME_TYPE): Define.
2009-09-13 Eric Botcazoutree.h (DECL_IGNORED_P): Document further effect for...
2009-09-10 Jason Merrilltree.c (chain_index): New fn.
2009-09-10 Richard Hendersontree.h (struct tree_decl_common): Move align member...
2009-09-10 Richard Guentherre PR middle-end/41254 (crashed compile Qt4 gui library)
2009-09-08 Jason Merrilltree.c (tree_find_value): Remove.
2009-09-03 Diego Novillo[multiple changes]
2009-09-02 Michael Matzexpr.h (emit_storent_insn, [...]): Declare.
2009-09-02 Alexandre Olivainvoke.texi (-fvar-tracking-assignments): New.
2009-09-01 Richard Guenthertree.c (tree_expr_size): New function.
2009-09-01 Richard Guenthertree-flow.h (mark_addressable): Move declaration ...
next