- 03 Jan, 2011 1 commit
-
-
From-SVN: r168438
Jakub Jelinek committed
-
- 23 Jun, 2010 1 commit
-
-
PR other/44644 * df-core.c (struct df): Rename to df_d. * df.h (struct df): Likewise. * dse.h (struct df): Remove forward declaration. * recog.h (struct insn_data): Rename to: (struct_insn_data_d). Adjusted all users. From-SVN: r161281
Joern Rennecke committed
-
- 11 Aug, 2007 1 commit
-
-
./: * alias.h (alias_set_type): Define new type. (ALIAS_SET_MEMORY_BARRIER): Use it. * rtl.h: Include alias.h. (struct mem_attrs): Use alias_set_type. * tree.h: Include alias.h (struct tree_type): Use alias_set_type. (struct tree_struct_field_tag): Likewise. (struct tree_decl_common): Likewise. * alias.c (struct alias_set_entry): Use alias_set_type. (get_alias_set_entry, alias_set_subset_of): Likewise. (alias_sets_conflict_p): Likewise. (alias_sets_must_conflict_p): Likewise. (objects_must_conflict_p): Likewise. (get_alias_set, new_alias_set): Likewise. (record_alias_subset, record_component_aliases): Likewise. (varargs_set, frame_set): Change to alias_set_type. (get_varargs_alias_set): Use alias_set_type. (get_frame_alias_set): Likewise. * builtins.c (setjmp_alias_set): Change to alias_set_type. * dse.c (struct store_info): Use alias_set_type. (struct read_info, struct clear_alias_mode_holder): Likewise. (clear_alias_set_lookup, canon_address): Likewise. (record_store, check_mem_read_rtx): Likewise. (dse_record_singleton_alias_set): Likewise. (dse_invalidate_singleton_alias_set): Likewise. * emit-rtl.c (get_mem_attrs): Likewise. (set_mem_attributes_minus_bitpos): Likewise. (set_mem_alias_set): Likewise. * expr.c (store_constructor_field, store_field): Likewise. * gimplify.c (struct gimplify_init_ctor_preeval_data): Likewise. * langhooks.c (lhd_get_alias_set): Likewise. * langhooks-def.h (lhd_get_alias_set): Likewise. * reload1.c (alter_reg): Likewise. * tree-flow.h (struct fieldoff): Likewise. * tree-ssa-alias.c (struct alias_map_d): Likewise. (may_alias_p, get_smt_for, create_sft): Likewise. * tree-ssa-alias-warnings.c (nonstandard_alias_types_p): Likewise. * tree-ssa-structalias.c (set_uids_in_ptset): Likewise. (merge_smts_into): Likewise. * varasm.c (const_alias_set): Likewise. * c-common.c (strict_aliasing_warning): Likewise. (c_common_get_alias_set): Likewise. * dse.h (dse_record_singleton_alias_set): Update declaration. (dse_invalidate_singleton_alias_set): Likewise. * emit-rtl.h (set_mem_alias_set): Likewise. * c-common.h (c_common_get_alias_set): Likewise. * print-rtl.c (print_rtx): Cast MEM_ALIAS_SET when printing it. * print-tree.c (print_node): Likewise. * config/alpha/alpha.c (alpha_sr_alias_set): Change to alias_set_type. (alpha_setup_incoming_varargs): Use alias_set_type. * config/i386/i386.c (setup_incoming_varargs_64): Use alias_set_type. (setup_incoming_varargs_ms_64): Likewise. (ix86_GOT_alias_set): Likewise. * config/mn10300/mn10300.c (mn10300_builtin_saveregs): Likewise. * config/rs6000/rs6000.c (setup_incoming_varargs): Likewise. (set): Change to alias_set_type. (get_TOC_alias_set): Use alias_set_type. * config/rs6000/rs6000-protos.h (get_TOC_alias_set): Update declaration. * config/sh/sh.c (sh_builtin_saveregs): Use alias_set_type. * config/sparc/sparc.c (sparc_sr_alias_set): Change to alias_set_type. (struct_value_alias_set): Likewise. * Makefile.in (GTFILES): Add $(srcdir)/alias.h. ada/: * misc.c (gnat_get_alias_set): Change return type to alias_set_type. cp/: * cp-objcp-common.c (cxx_get_alias_set): Change return type to alias_set_type. * cp/cp-tree.h (cxx_get_alias_set): Update declaration. fortran:/ * f95-lang.c (gfc_get_alias_set): Change return type to alias_set_type. From-SVN: r127362
Ian Lance Taylor committed
-
- 26 Jul, 2007 1 commit
-
-
Change copyright header to refer to version 3 of the GNU General Public License and to point readers at the COPYING3 file and the FSF's license web page. From-SVN: r126948
Nick Clifton committed
-
- 11 Jun, 2007 1 commit
-
-
From-SVN: r125624
Daniel Berlin committed
-
- 07 Mar, 2007 1 commit
-
-
gcc/ * config/vxworks.h (VXWORKS_GOTT_BASE, VXWORKS_GOTT_INDEX): Undefine before defining. * config/vxworks-dummy.h: New file. * config/i386/i386.h: Include it. From-SVN: r122653
Richard Sandiford committed
-
- 25 Jun, 2005 1 commit
-
-
From-SVN: r101314
R. Kelley Cook committed
-
- 04 Jul, 2003 1 commit
-
-
* config/s390/2064.md: Change GNU CC to GCC. * config/s390/2084.md: Likewise. * config/s390/fixdfdi.h: Likewise. * config/s390/linux.h: Likewise. * config/s390/s390-modes.def: Likewise. * config/s390/s390-protos.h: Likewise. * config/s390/s390.c: Likewise. * config/s390/s390.h: Likewise. * config/s390/s390.md: Likewise. * config/s390/s390x.h: Likewise. From-SVN: r68941
Ulrich Weigand committed
-
- 06 Feb, 2002 1 commit
-
-
* config/s390/linux64.h: Delete file. * config/s390/s390x.h: New file. * config.gcc (s390x-*-linux*): Use s390x.h instead of linux64.h as target header file. * config/s390/linux.h (TARGET_VERSION): Define depending on DEFAULT_TARGET_64BIT. (CPP_SPEC, ASM_SPEC, LINK_SPEC): Likewise. (SIZE_TYPE, PTRDIFF_TYPE): Likewise. (NO_BUILTIN_SIZE_TYPE, NO_BUILTIN_PTRDIFF_TYPE): Define. (CPP_ARCH31_SPEC, CPP_ARCH64_SPEC): New defines. (LINK_ARCH31_SPEC, LINK_ARCH64_SPEC): New defines. (EXTRA_SPEC): New define. * config/s390/s390.h (TARGET_VERSION): Define depending on DEFAULT_TARGET_64BIT. (MASK_RETURN_ADDR): Add run-time check for TARGET_64BIT. From-SVN: r49552
Ulrich Weigand committed
-
- 14 Apr, 1996 1 commit
-
-
From-SVN: r11759
Richard Kenner committed
-
- 13 Dec, 1995 1 commit
-
-
From-SVN: r10707
Ian Lance Taylor committed
-
- 15 Jun, 1995 1 commit
-
-
From-SVN: r9984
Richard Kenner committed
-
- 16 May, 1995 1 commit
-
-
From-SVN: r9697
Jason Merrill committed
-
- 16 Apr, 1995 1 commit
-
-
From-SVN: r9391
Jason Merrill committed
-
- 19 Nov, 1994 1 commit
-
-
From-SVN: r8520
Jason Merrill committed
-
- 17 Nov, 1994 1 commit
-
-
From-SVN: r8491
Doug Evans committed
-
- 13 Feb, 1994 1 commit
-
-
From-SVN: r6544
Michael Meissner committed
-
- 30 Oct, 1993 2 commits
-
-
From-SVN: r5946
Richard Kenner committed -
From-SVN: r5937
Richard Stallman committed
-
- 29 Oct, 1993 1 commit
-
-
From-SVN: r5930
Richard Kenner committed
-
- 24 May, 1993 1 commit
-
-
From-SVN: r4552
Richard Stallman committed
-
- 11 Jan, 1993 1 commit
-
-
Remove redundant defines. From-SVN: r3189
James Van Artsdalen committed
-
- 11 Oct, 1992 2 commits
-
-
From-SVN: r2397
James Van Artsdalen committed -
From-SVN: r2396
James Van Artsdalen committed
-
- 02 Nov, 1991 1 commit
-
-
From-SVN: r52
Charles Hannum committed
-
- 10 Oct, 1991 1 commit
-
-
From-SVN: r44
Richard Stallman committed
-
- 23 Jul, 1991 1 commit
-
-
From-SVN: r29
Charles Hannum committed
-
- 31 May, 1991 3 commits
-
-
From-SVN: r22
Charles Hannum committed -
From-SVN: r21
Richard Stallman committed -
From-SVN: r20
Richard Stallman committed
-