summaryrefslogtreecommitdiff
path: root/gcc/config/xtensa
Commit message (Expand)AuthorAgeFilesLines
* * rtl.h (STORE_FLAG_VALUE): Remove default definition from here.sayle2003-06-141-7/+4
* * config/d30v/d30v.h: Delete reference to ASM_FINAL_SPEC.sayle2003-06-112-4/+0
* * config/i386/linux.h (NO_PROFILE_COUNTERS): Define to 1.jakub2003-06-041-1/+1
* * mips.c: Don't include output.h twice.ghazi2003-06-021-1/+0
* * config/xtensa/xtensa-protos.h (smalloffset_double_mem_p): Delete.bwilson2003-05-294-181/+138
* * config/xtensa/xtensa.h (MASK_SERIALIZE_VOLATILE,bwilson2003-05-213-14/+7
* * config/xtensa/lib1funcs.asm: Avoid use of .Lfe* in .size directives.bwilson2003-05-204-127/+154
* * c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, TARGET_OBJFMT_CPP_BUILTINS):neil2003-05-182-6/+0
* * config/xtensa/lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59.bwilson2003-05-146-371/+420
* * target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.rsandifo2003-05-143-21/+18
* * config/xtensa/xtensa.c (xtensa_emit_loop_end): Only use "nop.n"bwilson2003-05-091-2/+2
* * config/xtensa/xtensa.c: Formatting.bwilson2003-05-091-60/+60
* * config/xtensa/elf.h (SIZE_TYPE, PTRDIFF_TYPE, USER_LABEL_PREFIX):bwilson2003-04-292-29/+12
* * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Back out previousbwilson2003-04-262-3/+1
* * config/xtensa/linux.h (TARGET_OS_CPP_BUILTINS): Remove definition ofbwilson2003-04-264-41/+24
* * config/xtensa/xtensa.c (xtensa_encode_section_info): Remove.rth2003-04-172-19/+4
* * config/xtensa/lib2funcs.S (__xtensa_sync_caches): Flush data cachebwilson2003-04-101-1/+1
* * config/xtensa/xtensa.md (adddi3): Don't clobber source operand usedbwilson2003-03-121-2/+15
* * config/xtensa/xtensa.md (set_frame_ptr): Change rtl to set reg a7.bwilson2003-02-112-4/+5
* * config/xtensa/xtensa.h (LIBGCC2_WORDS_BIG_ENDIAN): Set thisbwilson2003-02-071-3/+5
* * config/xtensa/xtensa.c (order_regs_for_local_alloc): Order thebwilson2003-02-032-16/+8
* * target.h (targetm.address_cost): New.rth2003-01-282-4/+2
* * Makefile.in (cse.o): Depend on TARGET_H.rth2003-01-282-147/+216
* * config/xtensa/xtensa.c: Remove unused include of machmode.h.bwilson2003-01-242-9/+8
* * config.gcc (xtensa-*-elf*): Removed assignments to with_newlib,bwilson2003-01-245-8/+94
* Merge basic-improvements-branch to trunkzack2002-12-162-14/+2
* * config/xtensa/xtensa.h: Delete ifndefs with nothing inside them.bwilson2002-12-021-6/+0
* * config/xtensa/xtensa-protos.h (xtensa_copy_incoming_a7): Declare.bwilson2002-11-223-57/+78
* * config/xtensa/elf.h (LIB_SPEC): Add "-lhal".bwilson2002-11-051-1/+1
* * config/xtensa/xtensa.h (REG_CLASS_NAMES, REG_CLASS_CONTENTS):bwilson2002-09-303-18/+27
* * real.h (UNKNOWN_FLOAT_FORMAT, IEEE_FLOAT_FORMAT, VAX_FLOAT_FORMAT,rth2002-09-201-3/+0
* * config/xtensa/elf.h (TARGET_SECTION_TYPE_FLAGS): Define tobwilson2002-09-042-2/+34
* * arc.c (arc_init): Don't use ISO C style function definitions.ghazi2002-08-111-1/+1
* * alpha.h, arc.h, arm/aout.h, avr.h, cris.h, d30v.h, dsp16xx.h,ghazi2002-07-311-8/+2
* * alpha.h, arc.h, arm/aout.h, avr.h, c4x.h, cris.h, d30v.h,ghazi2002-07-301-9/+0
* * config/xtensa/elf.h, config/xtensa/linux.hbwilson2002-07-293-27/+33
* * defaults.h (ASM_OUTPUT_MEASURED_SIZE): Take only twozack2002-07-282-20/+2
* * defaults.h (ASM_OUTPUT_TYPE_DIRECTIVE, ASM_OUTPUT_SIZE_DIRECTIVE,zack2002-07-252-16/+2
* * builtins.c (std_expand_builtin_va_start): Remove unusedzack2002-07-163-5/+4
* * config/xtensa/xtensa.h (RETURN_IN_MEMORY): Update comment.bwilson2002-06-281-7/+7
* * config/xtensa/xtensa.md: Give "*xxx" names to all unnamed insn's.bwilson2002-06-271-53/+48
* * config/xtensa/xtensa-protos.h (xtensa_return_addr): Declare.bwilson2002-06-274-18/+50
* * config/xtensa/xtensa.h (FUNCTION_PROFILER): Respect flag_picbwilson2002-06-181-20/+24
* * config/xtensa/t-xtensa (LIBGCC1_TEST, CROSS_LIBGCC1): Delete.bwilson2002-06-111-4/+0
* * config/xtensa/xtensa.c (override_options): Don't warn aboutbwilson2002-06-111-8/+1
* * config/xtensa/xtensa.c (xtensa_build_va_list): Usebwilson2002-06-051-5/+7
* * config/xtensa/xtensa.c (xtensa_init_machine_status): Fixbwilson2002-06-041-2/+3
* Merge from pch-branch up to tag pch-commit-20020603.geoffk2002-06-042-18/+10
* * system.h (ENCODE_SECTION_INFO): Poison it.rth2002-05-192-14/+16
* * system.h (SELECT_RTX_SECTION): Poison.rth2002-05-184-34/+36