aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.h
AgeCommit message (Expand)Author
2005-07-27This commit was manufactured by cvs2svn to create branchno-author
2003-10-26 * tree.h (dwarf2out_def_cfa, dwarf2out_args_size,Andreas Jaeger
2003-10-21 * tree.h (IS_EXPR_CODE_CLASS): Use strchr.Jason Merrill
2003-10-09 * stmt.c (resolve_asm_operand_names): Call check_unique_operand_namesJason Merrill
2003-09-28 * stmt.c (expand_asm_operands): Take a location_t, instead ofRichard Henderson
2003-09-22Revert DECL_SOURCE_LOCATION -> TREE_LOCUS change.Richard Henderson
2003-09-21 * tree.h (TREE_LOCUS): Rename from DECL_SOURCE_LOCATION; make const.Richard Henderson
2003-09-04 * targhooks.c: New file.DJ Delorie
2003-08-29 * function.c (allocate_struct_function): New, split out of ...Richard Henderson
2003-08-29 * c-tree.h (C_DECL_FILE_SCOPE): Move ...Richard Henderson
2003-08-28 * builtin-types.def (BT_INT_PTR, BT_FLOAT_PTR, BT_DOUBLE_PTR,Kaveh Ghazi
2003-08-26 PR middle-end/12002Roger Sayle
2003-08-25 PR c++/8795Mark Mitchell
2003-08-22 * cfgcleanup.c: Fix comment typos.Kazu Hirata
2003-08-20 * tree.h (IS_EXPR_CODE_CLASS): Also include 'r' and 's'.Jason Merrill
2003-08-19 * builtins.c: Fix comment typos.Kazu Hirata
2003-08-19 * cgraph.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-052003-08-05 Steven Bosscher <steven@gcc.gnu.org>Steven Bosscher
2003-08-01 * Makefile.in (bubblestrap): Don't require a previous fullJason Merrill
2003-07-29 PR c++/11667Mark Mitchell
2003-07-24 * tree.h (boolean_type_node): Move from C/C++/Java frontends.Jason Merrill
2003-07-22 * alias.c: Fix comment formatting.Kazu Hirata
2003-07-18 * fold-const.c (const_binop): Avoid performing the FP operation atRoger Sayle
2003-07-15 * c-common.c (c_common_type_for_mode): Handle V4DFmode.Geoffrey Keating
2003-07-14 * ggc-page.c (extra_order_size_table): Insns have 9 slots. RegsGerald Pfeifer
2003-07-11Index: ChangeLogGeoffrey Keating
2003-07-07 * rtl.h (emit_line_note): Take a location_t.Nathan Sidwell
2003-07-06 * tree.h (default_flag_random_seed): Remove.Nathan Sidwell
2003-07-06 * tree.h (crc32_string): Declare.Nathan Sidwell
2003-07-06 * sbitmap.c: Convert prototypes to ISO C90.Andreas Jaeger
2003-07-032003-07-03 Steven Bosscher <steven@gcc.gnu.org>Steven Bosscher
2003-07-03 * expr.c (do_store_flag): Remove special case folding forJeff Law
2003-07-01 * stmt.c (any_pending_cleanups): Lose argument THIS_CONTOUR, itJeff Law
2003-06-25 * c-common.c (handle_used_attribute): Use mark_referenced.Jan Hubicka
2003-06-23 * config/i386/i386.c (x86_output_mi_thunk): Don't pass MEM to %P0,Jakub Jelinek
2003-06-20 * tree.h (expand_function_end): Remove all parameters.Nathan Sidwell
2003-06-19 * c-tree.h: Remove declaration of poplevel.Andreas Jaeger
2003-06-16Whitespace change.Richard Kenner
2003-06-16 * tree.h (STMT_CHECK): New macro.Richard Kenner
2003-06-16 * tree.h: Remove duplicate prototype of strip_float_extensions.Andreas Jaeger
2003-06-16 * config/c4x/c4x.c: Don't include "c-tree.h".Kaveh Ghazi
2003-06-15 * alloc-pool.c: Convert to ISO C90 prototypes.Andreas Jaeger
2003-06-14 * tree.h (init_function_start): Remove filename and line paramters.Nathan Sidwell
2003-06-06 * stmt.c (resolve_asm_operand_names): Rename fromJason Merrill
2003-05-27 * tree.c (expr_first, expr_length): New fns.Jason Merrill
2003-05-27 * tree.h (contains_placeholder_p): Now returns bool.Richard Kenner
2003-05-21 * c-common.h (enum rid): Remove RID_BOUNDED, RID_UNBOUNDED.Nathan Sidwell
2003-05-20 * tree.c (expr_last): New fn.Jason Merrill
2003-05-18 * hashtable.h (struct ht_identifier): Add data member "hash_value".Gabriel Dos Reis