aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2011-11-27mips.c (mips16_unextended_reference_p): Test for BLKmode.Richard Sandiford1-1/+1
2011-11-27mips-protos.h (mips_emit_binary): Declare.Richard Sandiford4-113/+260
2011-11-27hard-reg-set.h (target_hard_regs): Add x_accessible_reg_set and x_operand_reg...Richard Sandiford1-17/+12
2011-11-27* config/pa/pa-linux.h (TARGET_GAS): Remove comment.Gerald Pfeifer1-1/+0
2011-11-26arm: Install __sync libfuncs for Linux.Richard Henderson1-0/+4
2011-11-26m68k: Implement CAS and TAS patterns.Richard Henderson2-0/+89
2011-11-26m68k-linux: Implement atomic operations via syscall.Richard Henderson2-0/+12
2011-11-26sync.md (movdi_via_fpu): Add %Z insn suffixes.Uros Bizjak1-2/+2
2011-11-25avr.c (print_operand): Support code = 'i' for CONST_INT.Georg-Johann Lay2-20/+33
2011-11-25re PR target/50566 ([avr]: Add support for better logging similar to -mdeb)Georg-Johann Lay2-9/+78
2011-11-25re PR target/51287 (252.eon compfail with -march=atom)Enkovich Ilya1-3/+2
2011-11-24Revert revision 181357.H.J. Lu5-945/+255
2011-11-24avr.md (*rotlhi2.15): Set length to 4.Georg-Johann Lay1-1/+1
2011-11-23re PR target/51261 (-fcompare-debug with memset())Jakub Jelinek1-1/+1
2011-11-22ia64: Update to atomic optabsRichard Henderson4-97/+293
2011-11-22ia64: Use define_c_enum for unspec constants.Richard Henderson1-52/+52
2011-11-22darwin.h (ENDFILE_SPEC): New.Iain Sandoe2-8/+8
2011-11-22target.def (tm_clone_table_section): New hook.Iain Sandoe3-0/+13
2011-11-21Correct sparc's REGMODE_NATURAL_SIZE and MODES_TIEABLE_P wrt. vector modes.David S. Miller3-16/+69
2011-11-21avr.c (output_reload_in_const): Loading a byte with 0 must not affect cc0.Georg-Johann Lay2-10/+15
2011-11-21mmx.md (unspec): Move from config/i386/i386.md (unspecv) <UNSPECV_EMMS, UNSPE...Uros Bizjak4-167/+193
2011-11-21avr.h (struct base_arch_s): Add field sfr_offset.Georg-Johann Lay6-472/+350
2011-11-20mips: Install the __sync libfuncs for mips16Richard Henderson1-2/+6
2011-11-20re PR target/51235 (ICE: in extract_insn, at recog.c:2137 (unrecognizable ins...Uros Bizjak1-3/+7
2011-11-20i386.md (UNSPEC_MOVNTI): Remove.Uros Bizjak4-7/+8
2011-11-19re PR target/50493 (ICE in neon_disambiguate_copy, at config/arm/arm.c:20388)Richard Earnshaw1-25/+20
2011-11-19darwin.h (ASM_DEBUG_SPEC): New.Iain Sandoe2-0/+11
2011-11-19i386.c (atom_cost): Disable SSE loop until alignment issues are fixed.Jan Hubicka1-8/+8
2011-11-19cris.c (cris_function_value_regno_p): Make static.Anatoly Sokolov3-9/+4
2011-11-18Add _mm_stream_si64.H.J. Lu5-6/+20
2011-11-18re PR target/49868 (Implement named address space to place/access data in fla...Georg-Johann Lay7-395/+1302
2011-11-18re PR target/51134 (x86 memset/memcpy expansion is broken)Jan Hubicka1-60/+156
2011-11-17Merge branch 'rth/atomic/ppc'Richard Henderson1-4/+4
2011-11-17host-linux.c (TRY_EMPTY_VM_SPACE): Define for MIPS.Andrew Pinski1-0/+4
2011-11-16Copy ALIAS_SET_MEMORY_BARRIER when creating a new MEM for atomic ops.Richard Henderson2-5/+11
2011-11-16* config/i386/i386elf.h (PREFERRED_DEBUGGING_TYPE): Remove.Joseph Myers1-4/+0
2011-11-16rs6000.c (rs6000_xcoff_section_type_flags): Default to minimum alignment if d...David Edelsohn1-1/+1
2011-11-16sse.md (round<mode>2_vec_pack_sfix): Optimize V2DFmode sequence for AVX.Uros Bizjak1-16/+46
2011-11-16re PR target/49641 (Wrong code for ARMv4T and stmia)Richard Earnshaw1-1/+6
2011-11-16i386elf.h (ASM_OUTPUT_ASCII): Change STRING_LIMIT to ELF_STRING_LIMIT.Joseph Myers1-2/+2
2011-11-15alpha: Convert to atomic optabs.Richard Henderson6-209/+405
2011-11-15epiphany.md (mov<mode>cc): Fix code to get mode from CMP_OP1 if CMP_OP0 is VO...Joern Rennecke1-1/+1
2011-11-15sse.md (vec_pack_trunc_v2df): Optimize sequence for AVX.Uros Bizjak1-32/+67
2011-11-15incpath.c (get_added_cpp_dirs): New function.Tristan Gingold2-0/+50
2011-11-15c-pragma.h (pragma_extern_prefix): Declare.Tristan Gingold1-0/+37
2011-11-15re PR target/49868 (Implement named address space to place/access data in fla...Georg-Johann Lay7-128/+914
2011-11-14rs6000: Rewrite sync patterns for atomic; expand early.Richard Henderson4-864/+527
2011-11-14sse.md (round<mode>2): Use register_operand for operand 1 predicate.Uros Bizjak1-4/+4
2011-11-14i386.c (core cost model): Correct pasto.Jan Hubicka1-4/+4
2011-11-14sse.md (round<mode>2_sfix): New expander.Uros Bizjak3-7/+265