summaryrefslogtreecommitdiff
path: root/gcc/tree.c
Commit message (Expand)AuthorAgeFilesLines
* tree.c (decl_type_context): Return NULL_TREE if decl's context is a namespace.Bryce McKinlay2002-05-241-0/+3
* c-common.h (enum rid): Add RID_THREAD.Richard Henderson2002-05-211-4/+5
* Makefile.in: Update.Neil Booth2002-05-091-7/+0
* Makefile.in (c-lex.o): Update.Neil Booth2002-05-041-0/+7
* regrename.c: Fix formatting.Kazu Hirata2002-05-031-34/+34
* Initial P4 SSE2 builtin supportBernd Schmidt2002-04-291-0/+4
* tree.c (tree_int_cst_lt): Compare constants whose types differ in unsigned-ne...Alexandre Oliva2002-04-261-1/+14
* attribs.c (c_common_attribute_table): Move table and handlers to c-common.c.Neil Booth2002-04-241-6/+0
* c-lang.c (LANG_HOOKS_INCOMPLETE_TYPE_ERROR): Redefine.Neil Booth2002-04-181-1/+1
* langhooks-def.h (lhd_set_decl_assembler_name, [...]): New.Neil Booth2002-04-031-37/+12
* c-common.c (c_unsafe_for_reeval): Rename.Neil Booth2002-03-311-10/+3
* Makefile.in (convert.o, [...]): Update.Neil Booth2002-03-291-5/+5
* Makefile.in (except.o): Update.Neil Booth2002-03-291-15/+0
* toplev.c: Don't include setjmp.h.Zack Weinberg2002-03-251-40/+2
* c-common.c (c_tree_code_type, [...]): Delete.Kaveh R. Ghazi2002-03-131-31/+0
* expr.c (expand_expr): Use unsave lang hook.Neil Booth2002-03-081-32/+7
* emit-rtl.c, [...]: Remove all #ifndef REAL_ARITHMETIC blocks...Zack Weinberg2002-03-031-38/+0
* Makefile.in (CRTSTUFF_CFLAGS): Add -fno-zero-initialized-in-bss.Kaveh R. Ghazi2002-03-021-0/+42
* re PR c/4389 (Improper constant folding)Jakub Jelinek2002-02-201-5/+7
* i386.md ("mmx_uavgv8qi3"): Use const_vector.Aldy Hernandez2002-02-191-0/+29
* re PR c++/5624 (Strange bug with preprocessed file containing structs)Richard Henderson2002-02-101-5/+12
* Contribute sh64-elf.Alexandre Oliva2002-02-091-0/+1
* target.h (struct gcc_target): Added ms_bitfield_layout_p.Alexandre Oliva2002-02-051-0/+10
* c-decl.c, [...]: Revert bitfield patch.Neil Booth2002-02-021-23/+0
* * tree.c (build_nonstandard_integer_type): Correct prototype.Neil Booth2002-01-291-1/+1
* re PR c/3325 (cast of bit-field to same type gets discarded)Neil Booth2002-01-291-0/+23
* builtins.c (expand_builtin_strncpy): Use integer_zerop instead of compare_tre...Richard Kenner2002-01-251-1/+1
* re PR c++/3331 (member pointer inherits const)Jason Merrill2002-01-231-0/+6
* tree.c (int_fits_type_p): If bounds of a subtype are variable, see if fits in...Richard Kenner2002-01-221-1/+4
* toplev.c: Fix formatting.Kazu Hirata2002-01-101-6/+6
* c-common.c (type_for_mode): Handle unsigned vectors.Aldy Hernandez2001-12-111-39/+42
* tree.c (append_random_char): Conditionalize INO for VMS.Richard Kenner2001-12-091-4/+10
* tree.c (get_callee_fndecl): Move DECL_ABSTRACT_ORIGIN-following...Alexandre Oliva2001-12-061-17/+1
* langhooks.h (struct lang_hooks): Add staticp.Joseph Myers2001-12-041-1/+5
* tree.c (get_callee_fndecl): Only use DECL_ABSTRACT_ORIGIN if it has DECL_SAVE...Alexandre Oliva2001-12-041-6/+15
* c-decl.c (duplicate_decls): Revert rth's patch.Alexandre Oliva2001-12-041-1/+8
* vms.h (VMS_DEBUGGING_INFO): New macro.Douglas B Rupp2001-12-021-1/+2
* c-decl.c (duplicate_decls, [...]): Remove leading capital from diagnostics.Neil Booth2001-12-021-2/+2
* Remove blank line.Richard Kenner2001-11-281-1/+0
* Makefile.in (c-lang.o): Depends on langhooks-def.h.Richard Kenner2001-11-271-3/+16
* Makefile.in: Update.Neil Booth2001-11-091-1/+2
* tree.h (tree_index): Add support for V16QI and V8HI.Aldy Hernandez2001-10-311-0/+10
* tree.c (id_string_size): Remove.Neil Booth2001-10-301-2/+0
* ChangeLog.0, [...]: Fix spelling errors.Joseph Myers2001-10-281-2/+2
* c-format.c (maybe_read_dollar_number): Use safe-ctype macros and/or fold extr...Kaveh R. Ghazi2001-10-211-3/+2
* alias.c: Remove uses of "register" specifier in declarations of arguments and...Stan Shebs2001-10-111-73/+73
* Add support for 3Dnow builtinsBernd Schmidt2001-09-281-0/+5
* tree.c (type_hash_marked_p): Consider as marked if debug symbol number has be...Richard Kenner2001-09-241-3/+12
* Table-driven attributes.Joseph Myers2001-09-211-138/+48
* fold-const.c (hashtab.h): Include.Richard Kenner2001-09-201-25/+20