aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)Author
2004-02-08Bug 13856Zack Weinberg
2004-02-05re PR target/13750 (Ada bootstrap failure on Tru64 UNIX: b_gnat[1b].o compari...Rainer Orth
2004-02-05backport: re PR target/12476 (ARM/THUMB thunk calls broken)Paul Brook
2004-02-03re PR c++/13975 (ICE on misplaced visibility specifier.)Mark Mitchell
2004-01-16Index: ChangeLogGeoffrey Keating
2004-01-14system.h: Poison PROMOTED_MODESteven Bosscher
2004-01-09expr.h (expand_expr): Make it a macro, not a function.Mark Mitchell
2004-01-05tree.h: Update documentation on nothrow_flag.Richard Kenner
2003-12-02rtl.h (PUT_CODE, PUT_MODE): Remove ENUM_BITFIELD cast.Richard Henderson
2003-11-14re PR middle-end/12526 ([tree-ssa] internal compiler error: Segmentation fault)Jason Merrill
2003-11-13re PR rtl-optimization/12275 ([unit-at-a-time] ICE in htab_clear_slot)Jan Hubicka
2003-11-06c-common.c (handle_visibility_attribute): Set DECL_VISIBILITY field instead o...Matt Austern
2003-10-26tree.h (dwarf2out_def_cfa, [...]): Update prototypes for recent dwarf2out.c c...Andreas Jaeger
2003-10-21tree.h (IS_EXPR_CODE_CLASS): Use strchr.Jason Merrill
2003-10-09stmt.c (resolve_asm_operand_names): Call check_unique_operand_names here.Jason Merrill
2003-09-28stmt.c (expand_asm_operands): Take a location_t, instead of individual file a...Richard Henderson
2003-09-21Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson
2003-09-21tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson
2003-09-03targhooks.c: New file.DJ Delorie
2003-08-29function.c (allocate_struct_function): New, split out of ...Richard Henderson
2003-08-29c-tree.h (C_DECL_FILE_SCOPE): Move ...Richard Henderson
2003-08-28builtin-types.def (BT_INT_PTR, [...]): New.Kaveh R. Ghazi
2003-08-26re PR middle-end/12002 (internal compiler error: in gen_lowpart, at emit-rtl....Roger Sayle
2003-08-25re PR target/8795 ([PPC] Altivec related bugs concerning gcc 3.3 and mainline)Mark Mitchell
2003-08-22cfgcleanup.c: Fix comment typos.Kazu Hirata
2003-08-20tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.Jason Merrill
2003-08-19builtins.c: Fix comment typos.Kazu Hirata
2003-08-19cgraph.c (cgraph_mark_needed_node): Call notice_global_symbol.Jan Hubicka
2003-08-08* tree.h (get_identifier) Define a macro form of get_identifierRoger Sayle
2003-08-05tree.h (DID_INLINE_FUNC): Remove macro.Steven Bosscher
2003-07-31Makefile.in (bubblestrap): Don't require a previous full bootstrap.Jason Merrill
2003-07-29re PR c++/11667 (wider-than-int enums never compare equal to 0)Mark Mitchell
2003-07-24tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill
2003-07-22alias.c: Fix comment formatting.Kazu Hirata
2003-07-18fold-const.c (const_binop): Avoid performing the FP operation at compile-time...Roger Sayle
2003-07-15c-common.c (c_common_type_for_mode): Handle V4DFmode.Geoffrey Keating
2003-07-14ggc-page.c (extra_order_size_table): Insns have 9 slots.Gerald Pfeifer
2003-07-11Index: ChangeLogGeoffrey Keating
2003-07-07rtl.h (emit_line_note): Take a location_t.Nathan Sidwell
2003-07-06tree.h (default_flag_random_seed): Remove.Nathan Sidwell
2003-07-06tree.h (crc32_string): Declare.Nathan Sidwell
2003-07-06sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-07-03rtl.h (ECF_*, [...]): Move from here...Steven Bosscher
2003-07-02expr.c (do_store_flag): Remove special case folding for single bit tests.Jeff Law
2003-06-30stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, it was always pass...Jeff Law
2003-06-25c-common.c (handle_used_attribute): Use mark_referenced.Jan Hubicka
2003-06-23i386.c (x86_output_mi_thunk): Don't pass MEM to %P0, just SYMBOL_REF.Jakub Jelinek
2003-06-20tree.h (expand_function_end): Remove all parameters.Nathan Sidwell
2003-06-19c-tree.h: Remove declaration of poplevel.Andreas Jaeger
2003-06-16Whitespace change.Richard Kenner