Age | Commit message (Expand) | Author | Files | Lines |
2012-10-11 | builtins.c (expand_builtin_thread_pointer): New. | Chung-Lin Tang | 1 | -2/+2 |
2011-01-03 | Update Copyright years for files modified in 2010. | Jakub Jelinek | 1 | -1/+1 |
2010-11-12 | xtensa: Convert to fma. | Richard Henderson | 1 | -11/+12 |
2009-05-12 | Merge cond-optab branch. | Paolo Bonzini | 1 | -45/+32 |
2009-02-20 | Update Copyright years for files modified in 2008 and/or 2009. | Jakub Jelinek | 1 | -1/+1 |
2009-01-04 | s390.md (UNSPEC_MB): Rename from UNSPECV_MB. | Uros Bizjak | 1 | -5/+5 |
2008-09-20 | * config/xtensa/xtensa.md (reload<mode>_literal): Handle MEM operands. | Bob Wilson | 1 | -5/+14 |
2008-09-19 | configure.ac: Add HAVE_AS_TLS check for Xtensa. | Bob Wilson | 1 | -3/+73 |
2008-09-05 | predicates.md (nonimmed_operand, [...]): Use constantpool_mem_p. | Bob Wilson | 1 | -0/+25 |
2008-08-29 | * config/xtensa/xtensa.md (<u>mulsidi3): Use a temporary register. | Bob Wilson | 1 | -2/+3 |
2008-03-27 | xtensa.c (gen_float_relational): Handle unordered comparisons. | Bob Wilson | 1 | -3/+8 |
2008-03-15 | invoke.texi (Option Summary, [...]): Document -mserialize-volatile and -mno-s... | Bob Wilson | 1 | -3/+3 |
2007-12-20 | xtensa.md (fix_return_addr): Remove. | Bob Wilson | 1 | -15/+0 |
2007-11-13 | unwind-dw2-xtensa.c: New. | Sterling Augustine | 1 | -0/+21 |
2007-11-08 | xtensa.c (xtensa_expand_prologue): Remove first argument for gen_entry calls. | Bob Wilson | 1 | -5/+4 |
2007-08-22 | md.texi (Iterators): Renamed from Macros. | Hans-Peter Nilsson | 1 | -14/+14 |
2007-08-02 | host-hpux.c: Change copyright header to refer to version 3 of the GNU General... | Nick Clifton | 1 | -4/+3 |
2007-07-18 | xtensa-config.h (XCHAL_HAVE_THREADPTR): New. | Bob Wilson | 1 | -0/+123 |
2007-05-04 | xtensa.md (adddi3, [...]): Delete. | Bob Wilson | 1 | -81/+1 |
2006-11-21 | xtensa.c (xtensa_char_to_class): Delete. | Bob Wilson | 1 | -12/+7 |
2006-11-17 | predicates.md (addsubx_operand): New. | Bob Wilson | 1 | -529/+57 |
2006-11-17 | * config/xtensa/xtensa.md (tstsi): Delete | Bob Wilson | 1 | -11/+0 |
2006-11-17 | * config/xtensa/xtensa.md (entry): Do not emit .frame directive. | Bob Wilson | 1 | -7/+1 |
2006-11-06 | longlong.h (__xtensa__): Add definitions for umul_ppmm... | Bob Wilson | 1 | -14/+64 |
2005-06-25 | Update FSF address. | R. Kelley Cook | 1 | -2/+2 |
2005-04-29 | xtensa.c (gen_int_relational): Use gcc_assert and gcc_unreachable as appropri... | Nathan Sidwell | 1 | -56/+45 |
2005-04-28 | attribs.c, [...]: Update copyright. | Kazu Hirata | 1 | -1/+1 |
2005-04-08 | * config/xtensa/xtensa.h (target_flags, MASK_NO_FUSED_MADD) | Richard Sandiford | 1 | -2/+2 |
2005-03-21 | lib1funcs.asm (__mulsi3): Use symbolic name for ACCLO. | Bob Wilson | 1 | -6/+6 |
2005-03-21 | xtensa-protos.h: (xtensa_simm7... | Bob Wilson | 1 | -0/+5 |
2004-08-18 | xtensa.c (xtensa_expand_block_move): Expand block move to rtl completely. | Richard Henderson | 1 | -19/+0 |
2004-07-07 | builtins.c: Rename movstr*, except for movstrict*, to movmem* and clrstr* to ... | Alexandre Oliva | 1 | -2/+2 |
2004-06-18 | * config/xtensa/xtensa.c | Steven Bosscher | 1 | -7/+28 |
2004-04-27 | xtensa.c (call_insn_operand): Check SYMBOL_REF_EXTERNAL_P in addition to SYMB... | Bob Wilson | 1 | -2/+4 |
2004-02-10 | xtensa-protos.h (xtensa_copy_incoming_a7): Update. | Bob Wilson | 1 | -29/+27 |
2004-02-01 | arm.c, [...]: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (". | Kazu Hirata | 1 | -6/+6 |
2004-01-27 | xtensa.c (xtensa_copy_incoming_a7): Remove SUBREG on CQImode and CHImode inco... | Bob Wilson | 1 | -11/+17 |
2003-08-11 | lib2funcs.S: Fix whitespace. | Bob Wilson | 1 | -668/+436 |
2003-05-29 | xtensa-protos.h (smalloffset_double_mem_p): Delete. | Bob Wilson | 1 | -136/+42 |
2003-05-21 | xtensa.h (MASK_SERIALIZE_VOLATILE, [...]): Delete. | Bob Wilson | 1 | -2/+2 |
2003-05-20 | lib1funcs.asm: Avoid use of .Lfe* in .size directives. | Bob Wilson | 1 | -7/+7 |
2003-05-14 | lib2funcs.S (TRAMPOLINE_SIZE): Change from 49 to 59. | Bob Wilson | 1 | -106/+147 |
2003-04-17 | xtensa.c (xtensa_encode_section_info): Remove. | Richard Henderson | 1 | -2/+2 |
2003-03-12 | xtensa.md (adddi3): Don't clobber source operand used to detect carry. | Bob Wilson | 1 | -2/+15 |
2003-02-11 | xtensa.md (set_frame_ptr): Change rtl to set reg a7. | Bob Wilson | 1 | -2/+2 |
2002-11-22 | xtensa-protos.h (xtensa_copy_incoming_a7): Declare. | Bob Wilson | 1 | -18/+6 |
2002-06-27 | xtensa.md: Give "*xxx" names to all unnamed insn's. | Bob Wilson | 1 | -53/+48 |
2002-06-27 | xtensa-protos.h (xtensa_return_addr): Declare. | Bob Wilson | 1 | -0/+19 |
2002-03-22 | xtensa-protos.h (non_acc_reg_operand): Remove. | Bob Wilson | 1 | -6/+3 |
2002-03-20 | xtensa.md: Remove unused type attributes. | Bob Wilson | 1 | -3/+3 |