summaryrefslogtreecommitdiff
path: root/gcc/tree.h
Commit message (Expand)AuthorAgeFilesLines
* tree.h (tree_index): Add support for V16QI and V8HI.Aldy Hernandez2001-10-311-0/+4
* ChangeLog.2, [...]: Fix spelling errors and typos.Joseph Myers2001-10-291-1/+1
* alias.c (can_address_p): Compnonents are not addressable if the containing ty...Richard Kenner2001-10-231-3/+0
* calls.c: Fix formatting.Kazu Hirata2001-10-111-1/+1
* c-common.h: Fix comment formatting.Kazu Hirata2001-10-091-15/+15
* c-common.c: Fix comment typos.Kazu Hirata2001-10-091-1/+1
* builtins.c (expand_builtin_setjmp_receiver): Const-ify.Kaveh R. Ghazi2001-10-071-8/+8
* Makefile.in (OBJS): Added tree-inline.o.Alexandre Oliva2001-10-051-0/+23
* attribs.c (decl_attributes): Possibly call insert_default_attributes to inser...Joseph Myers2001-10-021-1/+12
* Add support for 3Dnow builtinsBernd Schmidt2001-09-281-0/+2
* c-common.c (format_attribute_table): Remove decl.Richard Kenner2001-09-221-0/+18
* attribs.c: New file, from c-common.c.Richard Kenner2001-09-221-0/+3
* stringpool.c (get_identifier_with_length): New function.Alexandre Petit-Bianco2001-09-211-0/+5
* Table-driven attributes.Joseph Myers2001-09-211-6/+73
* Remove TYPE_NONCOPIED_PARTS.Nathan Sidwell2001-09-061-2/+0
* function.c: Remove all_functions.Zack Weinberg2001-08-311-0/+3
* Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff2001-08-221-12/+12
* except.c (TYPE_HASH): Delete.Kaveh R. Ghazi2001-08-181-0/+4
* system.h: Forward-declare struct rtx_def, struct rtvec_def, and union tree_node.Zack Weinberg2001-08-171-72/+64
* *** empty log message ***Alexandre Petit-Bianco2001-07-311-0/+4
* dwarf2out.c (dw_val_class_offset): New.Richard Henderson2001-07-281-0/+29
* Makefile.in (emit-rtl.o, c-decl.o): Depend on debug.h.Neil Booth2001-07-191-5/+0
* dbxout.c (dbxout_really_begin_function): Rename to dbxout_begin_function.Neil Booth2001-07-171-5/+0
* dbxout.c (dbxout_source_line): Make static, update prototype.Neil Booth2001-07-151-4/+0
* stmt.c (parse_output_constraint): New function, split out from ...Mark Mitchell2001-07-111-0/+3
* basic-block.h (tree_node): Forward declare if needed.Diego Novillo2001-07-091-0/+1
* target.h (struct gcc_target): Add insert_attributes.Joseph Myers2001-07-081-0/+1
* target.h (struct gcc_target): Add comp_type_attributes and set_default_type_a...Joseph Myers2001-06-291-0/+2
* diagnostic.c (default_print_error_function): Tweak.Gabriel Dos Reis2001-06-281-4/+0
* system.h (TARGET_ESC): Move to ...Neil Booth2001-06-271-0/+3
* Makefile.in (TARGET_H, [...]): New.Neil Booth2001-06-261-2/+8
* stmt.c (current_nesting_level): New fn.Jason Merrill2001-06-081-0/+1
* tree.h (DECL_SOURCE_FILE): Improve documentation.Mark Mitchell2001-06-081-1/+4
* c-tree.h (lang_decl): Add pending_sizes fields.Mark Mitchell2001-06-051-0/+1
* tree.h (struct record_layout_info_s): New field unpadded_align.Richard Kenner2001-06-021-0/+5
* c-decl.c (init_decl_processing): Don't call start_identifier_warnings.Neil Booth2001-05-271-1/+0
* builtins.def: Encode additional information, such as names and types, here.Mark Mitchell2001-05-251-1/+1
* c-lex.c (c_lex): Just cast cpp's hashnode to gcc's one.Neil Booth2001-05-221-4/+0
* tree.h (type_num_arguments): Declare it.Mark Mitchell2001-05-221-0/+1
* Makefile.in (OBJS, [...]): Update.Neil Booth2001-05-201-4/+19
* c-common.h (RID_FIRST_PQ): New.Neil Booth2001-05-161-10/+4
* except.c (expand_eh_region_start): Don't start a new block.Jason Merrill2001-04-271-5/+0
* Makefile.in (reg-stack.o): Depend on reload.h.Kaveh R. Ghazi2001-04-131-4/+0
* dwarf2out.c (modified_type_die): Don't create new types here.Mark Mitchell2001-04-121-6/+8
* Makefile.in (ifcvt.o): Depend on toplev.h.Kaveh R. Ghazi2001-04-111-27/+0
* c-common.h (DECL_NUM_STMTS): New macro.Mark Mitchell2001-03-271-7/+7
* Compute DECL_ASSEMBLER_NAME lazily.Mark Mitchell2001-03-191-5/+39
* varasm.c (assemble_alias): Use DECL_ASSEMBLER_NAME...Mark Mitchell2001-03-151-2/+21
* emit-rtl.c (remove_unnecessary_notes): Reverse Richard Kenner's 2001-02-24 wh...Jeffrey Oldham2001-03-121-6/+1
* print-rtl.c (print_rtx): Cast enums to int for comparison.John David Anglin2001-03-021-1/+2