aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2009-06-01freebsd-stdint.h: New file.Gerald Pfeifer1-0/+56
2009-06-01thumb2.md (thumb2_zero_extendhidi2): New insn and split.Richard Earnshaw1-0/+49
2009-05-31sh.md (ashldi3_std): New define_expand.Kaz Kojima1-2/+41
2009-05-31re PR target/40313 (SH: ICE in dwarf2out_begin_epilogue, at dwarf2out.c:2689)Kaz Kojima1-2/+4
2009-05-31thumb2.md (thumb2_extendsidi2): Add a split sub-pattern.Richard Earnshaw1-9/+35
2009-05-31re PR middle-end/40304 (Revision 147995 breaks stack unwind)Jakub Jelinek1-0/+4
2009-05-30mingw-tls.c: New file.Kai Tietz2-2/+235
2009-05-29cfgcleanup.c (try_crossjump_to_edge): Only skip past NOTE_INSN_BASIC_BLOCK.Richard Henderson4-94/+253
2009-05-29i386.c (ix86_decompose_address): Avoid useless 0 displacement.Jakub Jelinek1-5/+15
2009-05-29i386.md (prefix_data16, prefix_rep): Set to 0 for TYPE_SSE{MULADD,4ARG,IADD1,...Jakub Jelinek5-86/+672
2009-05-29re PR target/40017 (stdbool.h/altivec.h)Jakub Jelinek1-0/+8
2009-05-28thumb2.md (thumb2_zero_extendsidi2): Add a split component.Richard Earnshaw1-10/+24
2009-05-28sh.c (sh_expand_t_scc): Use gen_xorsi3_movrt instead of gen_movrt.Kaz Kojima2-11/+1
2009-05-28lib1funcs.asm (__clear_cache): Define if L_clear_cache.Joseph Myers3-14/+27
2009-05-28re PR target/37216 ([cygming] Invalid alignment for SSE store to .comm data g...Dave Korn2-5/+16
2009-05-28re PR middle-end/33699 (missing optimization on const addr area store)Adam Nemet1-0/+4
2009-05-27re PR target/40266 (march-native gives -mno-sse4, but cpuinfo sse4_1)H.J. Lu1-2/+22
2009-05-27Apply fixed version of previous delta.Nick Clifton1-2/+2
2009-05-27m32r.c: Use REG_P, MEM_P and CONST_INT_P where applicable.Shujing Zhao4-81/+81
2009-05-26revert: neon-gen.ml: Include vxWorks.h rather than stdint.h for VxWorks kernels.Nathan Sidwell2-8/+0
2009-05-26Makefile.in (COMPILER, [...]): Define.Ian Lance Taylor34-67/+85
2009-05-26neon-gen.ml: Include vxWorks.h rather than stdint.h for VxWorks kernels.Richard Sandiford2-0/+8
2009-05-26config/picochip/picochip.C (PARAM_INLINE_CALL_COST): Remove.Hariharan Sandanagobalane1-3/+0
2009-05-25re PR bootstrap/40027 (i686-pc-solaris2.10 bootstrap fails using Sun ld)Rainer Orth2-5/+13
2009-05-24sh.c (sh_set_return_address): Mark store of return address with a USE.Kaz Kojima1-0/+2
2009-05-24vax-protos.h (legitimate_constant_address_p): Change definition to bool (from...Jan-Benedict Glaw1-3/+3
2009-05-23avr.c: Change my email address.Denis Chertykov5-5/+5
2009-05-23Trevor Smigiel <Trevor_Smigiel@playstation.sony.com>Trevor Smigiel4-445/+617
2009-05-23thumb2.md: Add 16-bit multiply instructions.Mark Mitchell1-0/+65
2009-05-21re PR target/37846 (Option -mno-fused-madd should be supported on IA-64)Steve Ellcey5-22/+36
2009-05-21mips.md (*extzv_trunc<mode>_exts): Turn into a regular pattern from a templat...Adam Nemet1-4/+4
2009-05-21cpuid.h (bit_MOVBE): New.H.J. Lu6-4/+72
2009-05-21neon.md (*mul<mode>3add<mode>_neon): New pattern.Mark Mitchell1-0/+44
2009-05-21i386.c: Use REG_P...Shujing Zhao3-13/+11
2009-05-21i386.md (adddi_4_rex64, [...]): For operand2 -128 override length_immediate a...Jakub Jelinek2-0/+20
2009-05-21i386.c (memory_address_length): Handle %r12 the same as %rsp and %r13 the sam...Jakub Jelinek3-161/+453
2009-05-21thumb2.md (orsi_notsi_si): Fix typo in pattern.Ramana Radhakrishnan1-1/+1
2009-05-20* config/mips/mips.md (*extenddi_truncate<mode>,Adam Nemet1-6/+41
2009-05-20driver-i386.c (host_detect_local_cpu): Check extended family and model for In...H.J. Lu1-3/+16
2009-05-20Fix Thumb2 bic ornRamana Radhakrishnan3-5/+91
2009-05-19i386.c (ix86_avoid_jump_mispredicts): Check ASM_OUTPUT_MAX_SKIP_PAD instead o...H.J. Lu1-1/+1
2009-05-19ia64-protos.h (ia64_dconst_0_5): New.Steve Ellcey4-421/+315
2009-05-18sh-protos.h (sh_legitimate_address_p): Remove.Kaz Kojima4-17/+6
2009-05-18* config/mips/mips.md (*zero_extend<GPR:mode>_trunc<SHORT:mode>,Adam Nemet1-62/+62
2009-05-18re PR target/39942 (Nonoptimal code - leaveq; xchg %ax,%ax; retq)H.J. Lu4-6/+31
2009-05-18re PR target/39531 (m68k gcc does not convert andil to bclr when compiled on ...Andreas Schwab1-3/+3
2009-05-18sh.c (expand_cbranchdi4): Use a scratch register for the none zero constant o...Kaz Kojima1-3/+8
2009-05-182064.md: Remove trailing whitespaces.Andreas Krebbel11-302/+302
2009-05-18* config/m68k/m68k.c (m68k_legitimize_address): Fix typo in signature.Maxim Kuvyrkov1-1/+1
2009-05-18M68K TLS support.Maxim Kuvyrkov7-87/+670