aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/xtensa
AgeCommit message (Expand)AuthorFilesLines
2009-01-04s390.md (UNSPEC_MB): Rename from UNSPECV_MB.Uros Bizjak1-5/+5
2008-09-20* config/xtensa/xtensa.md (reload<mode>_literal): Handle MEM operands.Bob Wilson1-5/+14
2008-09-19configure.ac: Add HAVE_AS_TLS check for Xtensa.Bob Wilson5-29/+338
2008-09-05predicates.md (nonimmed_operand, [...]): Use constantpool_mem_p.Bob Wilson5-23/+54
2008-08-31fwprop.c (should_replace_address): Add speed attribute.Jan Hubicka1-3/+4
2008-08-30optabs.c (expand_abs_nojump): Update BRANCH_COST call.Jan Hubicka1-1/+1
2008-08-29xtensa.c (xtensa_secondary_reload_class): Revert change from 2008-04-03.Bob Wilson2-2/+6
2008-08-29* config/xtensa/xtensa.md (<u>mulsidi3): Use a temporary register.Bob Wilson1-2/+3
2008-08-07xtensa.c (xtensa_copy_incoming_a7): Copy incoming value in a6 after the set_f...Bob Wilson1-2/+9
2008-08-06alpha.c (alpha_preferred_reload_class, [...]): Avoid C++ keywords.Kaveh R. Ghazi1-22/+22
2008-08-05* config/xtensa/t-xtensa: Remove dependency for gt-xtensa.h.Bob Wilson1-1/+0
2008-08-05xtensa.c (xtensa_va_start): Unshare valist.Bob Wilson1-19/+26
2008-07-28backport: ChangeLog.tuples: ChangeLog from gimple-tuples-branch.Richard Biener1-17/+13
2008-07-16xtensa.h (FUNCTION_OUTGOING_VALUE, [...]): Remove.Anatoly Sokolov2-16/+14
2008-07-15libgcc-xtensa.ver: New file.Bob Wilson2-0/+5
2008-06-27c-format.c (handle_format_attribute): Fix -Wc++-compat and/or -Wcast-qual war...Kaveh R. Ghazi1-1/+1
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