aboutsummaryrefslogtreecommitdiff
path: root/gcc/tree.c
AgeCommit message (Expand)AuthorFilesLines
2002-04-26tree.c (tree_int_cst_lt): Compare constants whose types differ in unsigned-ne...Alexandre Oliva1-1/+14
2002-04-24attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth1-6/+0
2002-04-18c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth1-1/+1
2002-04-03langhooks-def.h (lhd_set_decl_assembler_name, [...]): New.Neil Booth1-37/+12
2002-03-31c-common.c (c_unsafe_for_reeval): Rename.Neil Booth1-10/+3
2002-03-29Makefile.in (convert.o, [...]): Update.Neil Booth1-5/+5
2002-03-29Makefile.in (except.o): Update.Neil Booth1-15/+0
2002-03-25toplev.c: Don't include setjmp.h.Zack Weinberg1-40/+2
2002-03-13c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi1-31/+0
2002-03-08expr.c (expand_expr): Use unsave lang hook.Neil Booth1-32/+7
2002-03-03emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg1-38/+0
2002-03-02Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.Kaveh R. Ghazi1-0/+42
2002-02-20re PR c/4389 (Improper constant folding)Jakub Jelinek1-5/+7
2002-02-19i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez1-0/+29
2002-02-10re PR c++/5624 (Strange bug with preprocessed file containing structs)Richard Henderson1-5/+12
2002-02-09Contribute sh64-elf.Alexandre Oliva1-0/+1
2002-02-05target.h (struct gcc_target): Added ms_bitfield_layout_p.Alexandre Oliva1-0/+10
2002-02-02c-decl.c, [...]: Revert bitfield patch.Neil Booth1-23/+0
2002-01-29* tree.c (build_nonstandard_integer_type): Correct prototype.Neil Booth1-1/+1
2002-01-29re PR c/3325 (cast of bit-field to same type gets discarded)Neil Booth1-0/+23
2002-01-25builtins.c (expand_builtin_strncpy): Use integer_zerop instead of compare_tre...Richard Kenner1-1/+1
2002-01-23re PR c++/3331 (member pointer inherits const)Jason Merrill1-0/+6
2002-01-22tree.c (int_fits_type_p): If bounds of a subtype are variable, see if fits in...Richard Kenner1-1/+4
2002-01-10toplev.c: Fix formatting.Kazu Hirata1-6/+6
2001-12-11c-common.c (type_for_mode): Handle unsigned vectors.Aldy Hernandez1-39/+42
2001-12-09tree.c (append_random_char): Conditionalize INO for VMS.Richard Kenner1-4/+10
2001-12-06tree.c (get_callee_fndecl): Move DECL_ABSTRACT_ORIGIN-following...Alexandre Oliva1-17/+1
2001-12-04langhooks.h (struct lang_hooks): Add staticp.Joseph Myers1-1/+5
2001-12-04tree.c (get_callee_fndecl): Only use DECL_ABSTRACT_ORIGIN if it has DECL_SAVE...Alexandre Oliva1-6/+15
2001-12-04c-decl.c (duplicate_decls): Revert rth's patch.Alexandre Oliva1-1/+8
2001-12-02vms.h (VMS_DEBUGGING_INFO): New macro.Douglas B Rupp1-1/+2
2001-12-02c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth1-2/+2
2001-11-28Remove blank line.Richard Kenner1-1/+0
2001-11-27Makefile.in (c-lang.o): Depends on langhooks-def.h.Richard Kenner1-3/+16
2001-11-09Makefile.in: Update.Neil Booth1-1/+2
2001-10-31tree.h (tree_index): Add support for V16QI and V8HI.Aldy Hernandez1-0/+10
2001-10-30tree.c (id_string_size): Remove.Neil Booth1-2/+0
2001-10-28ChangeLog.0, [...]: Fix spelling errors.Joseph Myers1-2/+2
2001-10-21c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi1-3/+2
2001-10-11alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs1-73/+73
2001-09-28Add support for 3Dnow builtinsBernd Schmidt1-0/+5
2001-09-24tree.c (type_hash_marked_p): Consider as marked if debug symbol number has be...Richard Kenner1-3/+12
2001-09-21Table-driven attributes.Joseph Myers1-138/+48
2001-09-20fold-const.c (hashtab.h): Include.Richard Kenner1-25/+20
2001-09-14tree.c (append_random_chars): Generate the random characters in a reproducabl...John Wehle1-11/+13
2001-09-06Remove OP_IDENTIFIER.Ira Ruben1-18/+0
2001-08-28tree.c (default_valid_attribute_p): Don't use PARAMS on a function definition.Kaveh R. Ghazi1-1/+1
2001-08-27emit-rtl.c: Use VA_OPEN/VA_CLOSE/VA_FIXEDARG throughout.Andreas Jaeger1-22/+7
2001-08-22Makefile.in, [...]: replace "GNU CC" with "GCC".Lars Brinkhoff1-12/+12
2001-08-18except.c (TYPE_HASH): Delete.Kaveh R. Ghazi1-4/+0