OSDN Git Service

PR c++/16707
[pf3gnuchains/gcc-fork.git] / gcc / config / sh / sh.h
2004-07-29 aolivaIntroduce sh2a support.
2004-07-28 aolivagcc/ChangeLog:
2004-07-14 rth * target.h (struct gcc_target): Add calls.pass_by_refe...
2004-07-13 rth * target-def.h (TARGET_MUST_PASS_IN_STACK): New.
2004-07-09 rth * config/sh/sh-protos.h (sh_va_arg): Remove.
2004-07-09 kkojima * config/sh/sh.c (sh_va_arg): Initinalize lab_over.
2004-07-05 jsm28 * c-decl.c, config/m32r/m32r.c, expr.c, optabs.c:...
2004-06-29 amylaar Fix gcc.dg/builtin-apply2.c failures:
2004-06-21 amylaar2004-06-21 Kaz Kojima <kkojima@gcc.gnu.org>
2004-06-11 amylaar * sh.h (ALLOCATE_INITIAL_VALUE): Use return_address_po...
2004-05-21 ian * system.h: Poison NO_RECURSIVE_FUNCTION_CSE.
2004-04-30 wilsonPatch from Nick Clifton.
2004-02-24 vmakarov2003-02-24 Sanjiv Kumar Gupta <sanjivg@noida.hcltech...
2004-02-07 kazu * config.gcc: Don't mention MAX_LONG_TYPE_SIZE.
2004-02-06 amodra * doc/tm.texi (INIT_CUMULATIVE_ARGS): Update doco.
2004-02-03 kazu * config/alpha/alpha.c, config/arm/arm.c, config/c4x...
2004-01-31 kazu * config/sh/sh.c: Replace "gen_rtx (FOO, " with "gen_r...
2004-01-31 kazu alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c,...
2004-01-30 kazu * config/alpha/alpha.c: Remove mentions of deprecates...
2004-01-25 kazu * config/sh/sh.h (PROMOTE_FUNCTION_ARGS): Remove.
2004-01-06 kazu * config/sh/linux.h: Fix comment formatting.
2003-12-13 kazu * config/vxlib.c: Fix comment typos.
2003-12-04 amylaar PR optimization/13260
2003-11-07 amylaarFix libstdc++-v3 build failure on sh64-elf:
2003-10-30 rth * builtins.c (std_build_builtin_va_list): New.
2003-10-13 zack * Makefile.in (BUILD_RTL): Replace $(BUILD_PREFIX...
2003-10-10 echristo2003-10-10 Eric Christopher <echristo@redhat.com>
2003-10-05 kazu * c-pretty-print.c: Fix comment typos.
2003-09-27 kcookGNU CC -> GCC
2003-09-06 kazu * config/i860/i860.c: Follow spelling conventions.
2003-09-04 dj * targhooks.c: New file.
2003-08-07 amylaar * sh.h (CALL_USED_REGISTERS): Include PR_REG and PR_ME...
2003-08-06 amylaar2003-08-06 J"orn Rennecke <joern.rennecke@superh.com>
2003-07-16 amylaarprologue / epilogue / warning patches:
2003-07-03 kazu * config/s390/2064.md: Fix comment typos.
2003-06-24 amylaar Back out these patches:
2003-06-20 amylaar * sh.h (ROUND_TYPE_ALIGN): Remove.
2003-06-19 zack * target.h (asm_out.file_start, file_start_app_off,
2003-06-18 amylaar2003-06-18 Stephen Clarke <stephen.clarke@superh.com>
2003-06-17 kazu * config/sh/coff.h: Replace Hitachi with Renesas.
2003-06-17 amylaar * sh.h (ROUND_TYPE_ALIGN, LOCAL_ALIGNMENT): Complex...
2003-06-17 amylaar * sh.h (CONST_OK_FOR_J16): Fix HOST_BITS_PER_WIDE_INT...
2003-06-16 amylaarfix typo in last patch
2003-06-16 amylaar * sh.h (REG_CLASS_FROM_LETTER): Change to:
2003-06-14 sayle * rtl.h (STORE_FLAG_VALUE): Remove default definition...
2003-06-11 kkojima * config/sh/sh.h (SUBTARGET_ASM_RELAX_SPEC): Rewrite...
2003-06-10 amylaar * sh-protos.h (function_symbol): Declare.
2003-06-06 amylaar * sh.h (FUNCTION_ARG_1): Consistently use NEW_MODE...
2003-06-02 amylaar * sh.h (OLD_ARG_MODE): New macro.
2003-05-22 amylaar2003-05-22 Rekha Bhintade <rekhad@kpitcummins.com>
2003-05-18 neil * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFM...
2003-05-14 rsandifo * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.
2003-04-17 rth * config/sh/sh.c (gen_datalabel_ref): Don't...
2003-04-08 amylaar * sh.h (NORMAL_MODE): If interrupt handler and TARGET_...
2003-04-04 amylaar * sh.h (ACTUAL_NORMAL_MODE): New macro, broken out of
2003-03-08 wilsonFix for proprietary testcase that fails at -m5-compact
2003-03-05 amylaar * sh.h (OVERRIDE_OPTIONS): For TARGET_SHMEDIA, the...
2003-03-03 amylaarFix sh-elf linker relaxation:
2003-03-03 amylaar * sh.h (OVERRIDE_OPTIONS): Set default values for...
2003-02-24 kkojima * config/sh/sh.c (TARGET_HAVE_TLS): Conditionally...
2003-02-21 amylaar * sh.h (OVERRIDE_OPTIONS): Fix code that clears 'e...
2003-01-31 hubicka * loop.c (emit_prefetch_instructions): Do conversion...
2003-01-28 rth * target.h (targetm.address_cost): New.
2003-01-28 rsandifo * config/sh/sh.h (CLASS_MAX_NREGS): If TARGET_SHMEDIA...
2003-01-28 rth * Makefile.in (cse.o): Depend on TARGET_H.
2003-01-24 nickcAdd sh2e support:
2003-01-09 amylaar * sh.h (OVERRIDE_OPTIONS): Allow first scheduling...
2003-01-09 kkojima * config/sh/sh.h (CASE_VECTOR_MODE): Use SImode for a
2003-01-01 neil * c-pragma.c (c_register_pragma): New.
2002-12-16 zackMerge basic-improvements-branch to trunk
2002-12-16 amylaar * sh.h (EXTRA_CONSTRAINT_Z): New macro.
2002-12-13 amylaar*** empty log message ***
2002-12-12 amylaar * sh.c (reg_class_from_letter): No longer const. ...
2002-12-11 amylaar * sh.h (REG_CLASS_HAS_GENERAL_REG): Only true for...
2002-12-11 amylaar * sh.h (REG_CLASS_HAS_GENERAL_REG): New.
2002-12-06 amylaar Merged from basic improvements branch (excerpt):
2002-11-07 amylaar * sh.h (DWARF_FRAME_RETURN_COLUMN): Use DWARF_FRAME_RE...
2002-11-04 aldyh2002-11-04 Aldy Hernandez <aldyh@redhat.com>
2002-10-31 amylaar * sh.h (binary_logical_operator): Declare.
2002-09-19 amylaar2002-09-19 Stephen Clarke <stephen.clarke@superh.com>
2002-09-18 kazu * config/s390/s390.c: Follow spelling convention.
2002-09-09 amylaar2002-09-09 Toshiyasu Morita <toshiyasu.morita@hsa...
2002-08-28 amylaar * sh.c (calc_live_regs): Save FPSCR_REG in an interrup...
2002-08-27 amylaar * sh.h (MAX_FIXED_MODE_SIZE): Define.
2002-07-31 ghazi * alpha.h, arc.h, arm/aout.h, avr.h, cris.h, d30v...
2002-07-30 ghazi * alpha.h, arc.h, arm/aout.h, avr.h, c4x.h, cris.h...
2002-07-25 amylaar * sh.h (LOAD_EXTEND_OP): QImode zero-extends on SHmedia.
2002-07-18 amylaar * sh-protos.h (sh_expand_unop_v2sf): Move inside ...
2002-07-17 amylaar * config/sh/lib1funcs.asm (FMOVD_WORKS): Don't define...
2002-07-17 amylaar * config/sh/lib1funcs.asm (init_trampoline): New entry...
2002-07-17 amylaar * sh-protos.h (binary_float_operator): Remove declaration.
2002-07-16 zack * builtins.c (std_expand_builtin_va_start): Remove...
2002-07-16 zack * ginclude/varargs.h: Replace with stub which issues...
2002-07-09 amylaar * sh.h (PREDICATE_CODES): Add general_extend_operand...
2002-07-07 amylaar * sh.h (PRINT_OPERAND_PUNCT_VALID_P): Allow '\''.
2002-07-02 amylaarTue Jul 2 18:45:45 2002 J"orn Rennecke <joern.renneck...
2002-07-01 amylaar * sh.c (langhooks.h): Include.
2002-06-24 amylaar * sh.h (FUNCTION_ARG_ADVANCE): Take SHCOMPACT_FORCE_ON...
2002-06-18 amylaar * sh-protos.h (sh_pr_interrupt): Declare.
2002-06-14 amylaarFri Jun 14 12:04:02 2002 Dhananjay R. Deshpande <dhana...
next