OSDN Git Service

PR debug/43670
[pf3gnuchains/gcc-fork.git] / gcc / tree.h
2010-05-21 stevengcc/ChangeLog:
2010-05-19 aesok * double-int.h (double_int_ior): New function.
2010-05-19 froydnj Revert:
2010-05-18 froydnjgcc/
2010-05-18 aesok * tree.h (build_int_cstu): Implement as static inline.
2010-05-17 jamborm2010-05-17 Martin Jambor <mjambor@suse.cz>
2010-05-17 froydnj * tree.h (CALL_EXPR_ARGS): Delete.
2010-05-15 stevengcc/ChangeLog
2010-05-15 froydnj * tree.h (ctor_to_list): Delete.
2010-05-15 hubicka * tree.h (memory_identifier_string): Remove.
2010-05-14 ebotcazou * tree.h (TREE_ADDRESSABLE): Remove bogus usage for...
2010-05-10 rguenth2010-05-10 Richard Guenther <rguenther@suse.de>
2010-05-07 jakub * tree.h (TREE_ADDRESSABLE): Adjust comment to say...
2010-05-05 steven * stor-layout.c (pending_sizes): Change the type to
2010-05-03 aesok * double-int.h (tree_to_double_int): Remove macro.
2010-04-30 stevengcc/ChangeLog:
2010-04-28 ebotcazou Uniquization of constants at the Tree level
2010-04-27 ebotcazouRemove bogus hunk in previous commit
2010-04-27 ebotcazou * tree.h: Fix truncated long macros.
2010-04-20 jakub * tree.h (TYPE_REF_IS_RVALUE): Define.
2010-04-19 jakub * tree.h (ENUM_IS_SCOPED): Define.
2010-04-18 ebotcazou2010-04-18  Eric Botcazou  <ebotcazou@adacore.com>
2010-04-16 rguenth2010-04-16 Richard Guenther <rguenther@suse.de>
2010-04-15 rguenth2010-04-15 Richard Guenther <rguenther@suse.de>
2010-04-15 rguenth2010-04-15 Richard Guenther <rguenther@suse.de>
2010-04-15 rguenth2010-04-15 Richard Guenther <rguenther@suse.de>
2010-04-14 aesok * double-int.h (HOST_BITS_PER_DOUBLE_INT): Define.
2010-04-08 ebotcazou * tree.h (TREE_ADDRESSABLE): Document its effect for...
2010-04-07 jakub PR c/18624
2010-04-07 jakub * tree-ssa-pre.c (my_rev_post_order_compute): Remove...
2010-04-02 steven * ada/gcc-interface/Make-lang.in, alias.c, attribs...
2010-03-18 aldyh * tree.h: Declare make_decl_rtl_for_debug.
2010-03-11 jamborm2010-03-11 Martin Jambor <mjambor@suse.cz>
2010-02-18 mrsImprove wording..
2010-01-21 jason * tree.h (TYPE_TRANSPARENT_UNION): Replace with ...
2009-12-02 uweigandgcc/
2009-11-25 hjlRemove trailing white spaces.
2009-11-24 matz * tree.h (union tree_ann_d): Don't declare.
2009-11-10 ebotcazou PR target/10127
2009-10-26 uweigand2009-10-26 Ben Elliston <bje@au.ibm.com>
2009-10-26 uweigand2009-10-26 Ben Elliston <bje@au.ibm.com>
2009-10-12 aolivagcc/ChangeLog:
2009-10-03 dnovilloMerge lto branch into trunk.
2009-10-02 jasonimprove DECL_ABSTRACT_ORIGIN comment
2009-10-01 gdrgcc/
2009-09-28 rth * except.h (struct eh_region_d): Add use_cxa_end_cleanup.
2009-09-24 jakub * cgraphunit.c (cgraph_lower_function): Revert last...
2009-09-17 matz PR middle-end/41347
2009-09-16 matz PR fortran/41212
2009-09-14 rth * builtins.c (expand_builtin_synchronize): Use gimple_...
2009-09-14 rthSquash commit of EH in gimple
2009-09-13 rguenth2009-09-13 Richard Guenther <rguenther@suse.de>
2009-09-13 ebotcazou * tree.h (DECL_IGNORED_P): Document further effect...
2009-09-10 jason * tree.c (chain_index): New fn.
2009-09-10 rth* tree.h (struct tree_decl_common): Move align member...
2009-09-10 rguenth2009-09-10 Richard Guenther <rguenther@suse.de>
2009-09-08 jason * tree.c (tree_find_value): Remove.
2009-09-03 dnovillo2009-09-01 Diego Novillo <dnovillo@google.com>
2009-09-02 matz * expr.h (emit_storent_insn, expand_expr_real_1,
2009-09-02 aolivagcc/ChangeLog:
2009-09-01 rguenth2009-09-01 Richard Guenther <rguenther@suse.de>
2009-09-01 rguenth2009-09-01 Richard Guenther <rguenther@suse.de>
2009-08-06 rguenth2009-08-06 Richard Guenther <rguenther@suse.de>
2009-07-30 amacleodAdd source_location support to PHI arguments.
2009-07-28 dj2009-07-28 Paolo Bonzini <bonzinI@gnu.org>
2009-07-16 manu2009-07-17 Aldy Hernandez <aldyh@redhat.com>
2009-07-14 jason * builtins.c (can_trust_pointer_alignment): New fn.
2009-07-08 paolo2009-07-08 Shujing Zhao <pearly.zhao@oracle.com>
2009-07-07 manu2009-07-07 Manuel López-Ibáñez <manu@gcc.gnu.org>
2009-06-30 ebotcazou * cgraphunit.c (cgraph_finalize_compilation_unit)...
2009-06-29 rguenth2009-06-29 Richard Guenther <rguenther@suse.de>
2009-06-17 nemet * tree.h (STRIP_NOPS, STRIP_SIGN_NOPS,
2009-06-15 espindola2009-06-15 Rafael Avila de Espindola <espindola@googl...
2009-06-14 krebbel2009-06-14 Andreas Krebbel <Andreas.Krebbel@de.ibm...
2009-06-12 aldyhgcc/java/
2009-06-10 froydnjgcc/
2009-06-01 jakub * dwarf2out.c (dwarf2out_cfi_label): Add FORCE argumen...
2009-06-01 hainque * tree.h (CONSTRUCTOR_BITFIELD_P): True if NODE, a...
2009-05-22 rguenth2009-05-22 Richard Guenther <rguenther@suse.de>
2009-05-21 ian./:
2009-05-15 manu2009-05-15 Manuel López-Ibáñez <manu@gcc.gnu.org>
2009-05-15 ebotcazou * dbxout.c (dbxout_range_type): Add LOW and HIGH param...
2009-05-14 hjl2009-05-14 H.J. Lu <hongjiu.lu@intel.com>
2009-05-05 jakub * tree.h: Remove DECL_BY_REFERENCE from private_flag...
2009-05-05 paolo2009-05-05 Shujing Zhao <pearly.zhao@oracle.com>
2009-05-03 bonzini2009-05-03 Paolo Bonzini <bonzini@gnu.org>
2009-04-28 rguenth2009-04-28 Richard Guenther <rguenther@suse.de>
2009-04-26 jakub * tree.h (DECL_BY_REFERENCE): Note that it is also...
2009-04-25 hubicka * tree.c (list_equal_p): New function.
2009-04-22 dnovillo2009-04-21 Taras Glek <tglek@mozilla.com>
2009-04-20 iangcc/:
2009-04-20 rguenth2009-04-20 Richard Guenther <rguenther@suse.de>
2009-04-18 kazu * tree-vrp.c (ssa_name_nonzero_p): Remove.
2009-04-18 kazu * tree.c (function_args_count): Remove.
2009-04-18 kazu * tree-iterator.c (expr_only): Remove.
2009-04-16 bonzini2009-04-16 Paolo Bonzini <bonzini@gnu.org>
2009-04-03 rguenth2009-04-03 Richard Guenther <rguenther@suse.de>
2009-04-02 espindola2009-04-02 Rafael Avila de Espindola <espindola@googl...
2009-03-31 rguenth2009-03-31 Richard Guenther <rguenther@suse.de>
2009-03-31 rguenth2009-03-31 Richard Guenther <rguenther@suse.de>
next