aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2012-05-15re PR target/53358 (ICE due to TARGET_READ_MODIFY_WRITE peephole2)Jakub Jelinek1-0/+3
2012-05-15ia64.c (ia64_emit_probe_stack_range): Adjust calls to plus_constant.Tristan Gingold1-4/+5
2012-05-14re PR target/46098 (ICE: in extract_insn, at recog.c:2100 with -msse3 -ffloat...Uros Bizjak2-25/+4
2012-05-14re PR target/52607 (v4df __builtin_shuffle with {0,2,1,3} or {1,3,0,2})Marc Glisse1-33/+103
2012-05-14[multiple changes]Jakub Jelinek1-6/+7
2012-05-14re PR target/53344 (Dont' emit an assembler warning when assembling 3-byte sy...Georg-Johann Lay1-50/+10
2012-05-13pa.md: Use define_c_enum for "unspec" and "unspecv".Steven Bosscher1-21/+21
2012-05-13i386.md (*pushtf): Enable for TARGET_SSE.Uros Bizjak2-17/+18
2012-05-13* config/i386/sse.md: The other part of my previous commit.Uros Bizjak1-14/+28
2012-05-13sse.md (<sse>_andnot<mode>3): Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL.Uros Bizjak1-65/+179
2012-05-11alpha.c (alpha_emit_conditional_branch): Handle ORDERED and UNORDERED conditi...Uros Bizjak1-4/+24
2012-05-11Add RTM support to -march=nativeH.J. Lu1-2/+4
2012-05-11Fix misspelled macro in t-vxworks.Mingjie Xing1-1/+1
2012-05-11re PR target/53291 (Code generated for xtest is wrong)Uros Bizjak1-1/+1
2012-05-11i386.md (*movti_internal_rex64): Avoid MOVAPS size optimization for TARGET_AVX.Uros Bizjak2-39/+99
2012-05-10md.texi (Standard Names): Document probe_stack_address.Eric Botcazou5-34/+283
2012-05-10i386.md (*movoi_internal_avx): Handle TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL a...Uros Bizjak3-78/+92
2012-05-10re PR target/53120 (ICE exposing strict_low_part / in/out operand thinko -fno...Nick Clifton1-2/+2
2012-05-10Use i386-cpuinfo.c on all i386 targetsRainer Orth1-5/+4
2012-05-09re PR target/52908 (xop-mul-1:f9 miscompiled on bulldozer (-mxop))Uros Bizjak1-82/+14
2012-05-09i386.c (*movdf_internal_rex64): Remove TARGET_SSE_PACKED_SINGLE_INSN_OPTIMAL ...Uros Bizjak1-6/+6
2012-05-09re PR target/44141 (Redundant loads and stores generated for AMD bdver1 target)Uros Bizjak2-98/+89
2012-05-09re PR target/53256 ([avr] Attribute 'interrupt' shall override attribute 'sig...Georg-Johann Lay4-64/+92
2012-05-09tree-ssa-loop-ivopts.c (add_autoinc_candidates, [...]): Replace use of HAVE_{...Ramana Radhakrishnan3-1/+73
2012-05-09mips.c (mips16_gp_pseudo_reg): Remove line information from the instruction p...Maciej W. Rozycki1-1/+2
2012-05-09re PR target/53271 (powerpc-eabispe build fails with ice on unwind-dw2.c)Alan Modra1-128/+94
2012-05-08Remove -Y option from linker command line on Linux/Sparc.David S. Miller2-3/+3
2012-05-08re PR target/51244 ([SH] Inefficient conditional branch and code around T bit)Oleg Endo1-1/+47
2012-05-08re PR target/53250 ([SH] ICE: in change_address_1, at emit-rtl.c:2018)Uros Bizjak1-0/+55
2012-05-08re PR target/53272 (wrong condition-codes for strict-low-part destination and...Hans-Peter Nilsson1-0/+1
2012-05-08Makefile.in (TEXI_GCC_FILES): Add avr-mmcu.texi.Georg-Johann Lay4-0/+146
2012-05-08i386.c (has_dispatch): Use TARGET_BDVER1 and TARGET_BDVER2 defines where appr...Uros Bizjak1-1/+1
2012-05-07avr.c (avr_prologue_setup_frame): Fix mode passed down to plus_constant.Georg-Johann Lay1-2/+3
2012-05-07* config/alpha/alpha.md (clear_cache): New pattern.Richard Henderson1-0/+9
2012-05-07config/avr/avr.c: Adjust indentation.Georg-Johann Lay1-7/+7
2012-05-07i386.md (ctz<mode>2): Emit rep;bsf only for TARGET_GENERIC, when not optimizi...Uros Bizjak1-14/+22
2012-05-07m68k.c (m68k_sched_branch_type): Remove.Steven Bosscher3-42/+4
2012-05-07Don't use DWARF 4 on SolarisRainer Orth3-2/+19
2012-05-07i386.md (ctz<mode>2): Emit rep;bsf even for !TARGET_BMI.Uros Bizjak1-5/+25
2012-05-06re PR target/53250 ([SH] ICE: in change_address_1, at emit-rtl.c:2018)Oleg Endo1-0/+21
2012-05-06re PR target/53227 (FAIL: gcc.target/i386/movbe-2.c scan-assembler-times movb...Uros Bizjak1-6/+64
2012-05-06mips.c (mips_set_reg_reg_piece_cost): New function.Richard Sandiford1-0/+40
2012-05-05rtl.h (plus_constant, [...]): Merge into a single plus_constant function.Richard Sandiford71-517/+677
2012-05-04expr.c (get_def_for_expr_class): New function.Andrew Pinski1-0/+5
2012-05-04re PR target/53228 (target attributes in libcpp/lex.c cause illegal instructi...Uros Bizjak2-10/+9
2012-05-042012-05-04 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>Andreas Krebbel1-9/+6
2012-05-03Fix long double float miscompilations on sparc 64-bit.David S. Miller1-4/+19
2012-05-03re PR target/53199 (__builtin_bswap64 and __builtin_bswap32 generate errors i...Michael Meissner1-4/+48
2012-05-03i386.c (ix86_code_end): Set DECL_IGNORED_P on the pc thunk.Jason Merrill1-0/+1
2012-05-03elf.h (MAX_OFILE_ALIGNMENT): Remove.Uros Bizjak1-15/+0