aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/xtensa
AgeCommit message (Expand)AuthorFilesLines
2008-06-05lib2funcs.S (__xtensa_nonlocal_goto): Use unsigned comparison for frame point...Junjie Gu1-2/+2
2008-04-30arm.c (arm_unwind_emit): Use crtl->all_throwers_are_sibcalls instead of cfun-...Richard Sandiford1-1/+0
2008-04-25re PR testsuite/35843 (-fdump-rtl-expand does not exist anymore)Jan Hubicka1-1/+1
2008-04-08function.h (incomming_args): Break out of struct function.Jan Hubicka2-6/+6
2008-04-04xtensa.c (xtensa_secondary_reload_class): Use a secondary input reload for su...Bob Wilson1-1/+2
2008-03-27xtensa.c (gen_float_relational): Handle unordered comparisons.Bob Wilson2-3/+18
2008-03-25xtensa.c (xtensa_va_start): Use build_int_cst instead of size_int for integer...Bob Wilson1-6/+11
2008-03-15invoke.texi (Option Summary, [...]): Document -mserialize-volatile and -mno-s...Bob Wilson4-9/+14
2008-01-18unwind-dw2-xtensa.h (_Unwind_FrameState): Remove pc field and add signal_ra.Bob Wilson4-17/+125
2008-01-11* config/xtensa/xtensa.c (override_options): Set flag_shlib.Bob Wilson1-0/+2
2007-12-20xtensa.md (fix_return_addr): Remove.Bob Wilson8-187/+307
2007-12-07xtensa.h (ASM_PREFERRED_EH_DATA_FORMAT): Define.Bob Wilson1-0/+13
2007-12-07* config/xtensa/xtensa.c (xtensa_va_start): Add prototype.Bob Wilson1-0/+1
2007-12-06re PR middle-end/20983 (varargs functions force va_list variable to stack unn...Jakub Jelinek3-6/+4
2007-11-13unwind-dw2-xtensa.c: New.Sterling Augustine5-4/+633
2007-11-08xtensa.c (xtensa_expand_prologue): Remove first argument for gen_entry calls.Bob Wilson2-7/+6
2007-11-05xtensa.c (xtensa_expand_nonlocal_goto): Do not replace references to virtual_...Bob Wilson1-3/+0
2007-11-02xtensa.c (xtensa_expand_prologue): Put a REG_FRAME_RELATED_EXPR note on the l...Bob Wilson2-7/+24
2007-09-12xtensa.c (machine_function): Add vararg_a7_copy.Bob Wilson1-5/+11
2007-09-07lib2funcs.S (__xtensa_sync_caches): Use an ISYNC even if there is no i-cache.Sterling Augustine1-1/+1
2007-08-24alpha.c (alpha_mangle_type, [...]): Constify.Kaveh R. Ghazi1-1/+1
2007-08-23arc-protos.h (arc_select_cc_mode, gen_compare_reg): Wrap in RTX_CODE macro gu...Kaveh R. Ghazi1-7/+7
2007-08-22md.texi (Iterators): Renamed from Macros.Hans-Peter Nilsson1-14/+14
2007-08-02host-hpux.c: Change copyright header to refer to version 3 of the GNU General...Nick Clifton9-41/+32
2007-07-18xtensa-config.h (XCHAL_HAVE_THREADPTR): New.Bob Wilson4-0/+390
2007-06-19xtensa.c: Include "df.h".Bob Wilson1-24/+21
2007-06-14xtensa.c (xtensa_expand_nonlocal_goto): Use validate_replace_rtx instead of r...Bob Wilson1-6/+8
2007-06-08lib1funcs.asm (__udivsi3): Use hardware divide instructions if they are suppo...Bob Wilson2-0/+90
2007-06-07* config/xtensa/lib1funcs.asm: Clean up whitespace.Bob Wilson1-26/+26
2007-05-09* config/xtensa/xtensa.c (xtensa_output_literal): Don't use #if.Bob Wilson1-7/+7
2007-05-09xtensa.c (xtensa_output_literal): Mask out high bits for floating-point value...Bob Wilson1-2/+11
2007-05-04xtensa.md (adddi3, [...]): Delete.Bob Wilson1-81/+1
2007-04-30lib1funcs.asm (__umodsi3, __modsi3): Rearrange so that DIV0 exception can fal...Bob Wilson1-8/+10
2007-04-25lib1funcs.asm (__udivsi3, __divsi3): Throw an exception for divide-by-zero.Bob Wilson1-7/+28
2007-04-13* config/xtensa/xtensa.c (xtensa_expand_builtin): Use CALL_EXPR_FN.Bob Wilson1-1/+1
2007-02-05* config/xtensa/xtensa.c (constantpool_mem_p): Skip over SUBREGs.Bob Wilson1-0/+2
2007-02-03xtensa.c (smalloffset_mem_p): Use BASE_REG_P.Bob Wilson3-115/+138
2006-12-05Merge gimple-tuples-branch into mainline.Aldy Hernandez1-8/+8
2006-11-28* config/xtensa/lib1funcs.asm (__umulsidi3): Restore a12-a15 on exit.Bob Wilson1-0/+7
2006-11-27* config/xtensa/xtensa.h (XCHAL_HAVE_MUL32_HIGH): Provide default.Bob Wilson1-0/+3
2006-11-21xtensa.c (xtensa_char_to_class): Delete.Bob Wilson5-206/+149
2006-11-17predicates.md (addsubx_operand): New.Bob Wilson4-530/+163
2006-11-17* config/xtensa/xtensa.md (tstsi): DeleteBob Wilson1-11/+0
2006-11-17* config/xtensa/xtensa.md (entry): Do not emit .frame directive.Bob Wilson1-7/+1
2006-11-17* config/xtensa/elf.h (HANDLE_PRAGMA_PACK_PUSH_POP): Define.Bob Wilson1-1/+2
2006-11-17* config/xtensa/lib1funcs.asm (__umulsidi3): Restore a0 on exit.Bob Wilson1-0/+4
2006-11-06longlong.h (__xtensa__): Add definitions for umul_ppmm...Bob Wilson5-21/+375
2006-10-25* config/xtensa/lib2funcs.S: Use C-style comments.Bob Wilson1-23/+23
2006-10-23* config/xtensa/lib1funcs.asm: Use C-style comments.Bob Wilson1-69/+69
2006-08-26xtensa.c (function_arg_boundary): New.Bob Wilson2-13/+19