aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2008-11-27Fix error in last change.Bernd Schmidt1-1/+1
2008-11-27bfin.opt (micplb): New option.Bernd Schmidt5-18/+55
2008-11-26mov.md ("extendhipsi2"): New.DJ Delorie2-4/+14
2008-11-26mips.md (clear_hazard): Rename to clear_hazard_<mode>.Adam Nemet1-4/+6
2008-11-26sync.md (memory_barrier_nosse): Disable also for TARGET_64BIT.Uros Bizjak2-10/+4
2008-11-26floatuntisf.c (__floatuntisf): Correct function name from __floatundisf.Fredrik Unger2-2/+2
2008-11-26calls.c (expand_call): Pass to REG_PARM_STACK_SPACE the type of the function...Kai Tietz1-2/+4
2008-11-25m68k.md (extendsidi2, [...]): Merge, clean up.Maxim Kuvyrkov1-16/+19
2008-11-25re PR middle-end/37843 (unaligned stack in main due to tail call optimization)H.J. Lu1-0/+10
2008-11-25re PR middle-end/38151 (structures with _Complex arguments are not passed cor...Richard Guenther1-2/+4
2008-11-25re PR c++/38256 (ICE with "operator auto")Uros Bizjak1-7/+18
2008-11-24* config/m68k/m68k.md (cmpdi): Use (scratch) instead of pseudo.Maxim Kuvyrkov1-3/+3
2008-11-24mips.h (ASM_OUTPUT_DEBUG_LABEL): Define.Richard Sandiford1-0/+26
2008-11-24re PR target/35018 ([m68k-elf] Gcc ouputs invalid asm when compiling with -O2...Maxim Kuvyrkov1-3/+13
2008-11-24re PR target/36793 (x86-64 does not get __sync_synchronize right)Uros Bizjak2-15/+32
2008-11-24pa.c (function_arg): Revert 2008-10-26 change.John David Anglin1-1/+1
2008-11-23linux-atomic.c (EBUSY): Define if not _LP64.Helge Deller1-1/+9
2008-11-23sh.md (consttable_4): Call mark_symbol_refs_as_used.Kaz Kojima1-1/+4
2008-11-22mips.md (rdhwr): Rename to rdhwr_synci_step_<mode>.Adam Nemet2-6/+8
2008-11-22re PR target/38222 (gcc.target/i386/sse4_2-popcntl.c fails on i686-apple-darw...Uros Bizjak1-60/+34
2008-11-22sparc.c (TARGET_ASM_OUTPUT_DWARF_DTPREL): Define only if HAVE_AS_SPARC_UA_PCR...Eric Botcazou1-1/+1
2008-11-22re PR target/37170 (gcc.dg/weak/weak-1.c)Jakub Jelinek2-20/+2
2008-11-21stormy16.md (movqi_internal, [...]): Moves to/from below100 space (W) can onl...DJ Delorie1-3/+3
2008-11-21Add the new file.H.J. Lu1-0/+62
2008-11-21config.gcc (extra_headers): For x86 and x86-64, remove gmmintrin.h, add immin...H.J. Lu1-14/+3
2008-11-21mmx.md (mmx_nand<mode>3): Rename to mmx_andnot<mode>3.Uros Bizjak3-16/+16
2008-11-21re PR middle-end/37908 (atomic NAND op generate wrong code; __sync_nand_and_f...Uros Bizjak2-12/+15
2008-11-20thumb2.md (thumb2_casesi_internal, [...]): Use earlyclobber for scratch opera...Joseph Myers1-2/+2
2008-11-20s390.c (s390_expand_atomic): Adjust QI/HI atomic nand to the changed 4.4 sema...Andreas Krebbel1-2/+2
2008-11-20re PR middle-end/38151 (structures with _Complex arguments are not passed cor...Uros Bizjak1-5/+27
2008-11-20re PR bootstrap/33100 (on bootstrap getting section .eh_frame: bad cie versio...Rainer Orth1-34/+0
2008-11-19mips.c (mips_gimplify_va_arg_expr): Use -rsize with the same type as the firs...Adam Nemet1-1/+1
2008-11-19lb1sf68.asm: Add GNU-stack annotation to avoid executable stack.Maxim Kuvyrkov1-0/+5
2008-11-19m68k.c (sched_attr_op_type): Handle all CONSTs.Maxim Kuvyrkov1-1/+2
2008-11-19*config/picochip/picochip.c (headers): Removed an unnecessary header.Hariharan Sandanagobalane1-1/+0
2008-11-19re PR target/36133 (GCC creates suboptimal ASM : Code includes unneeded TST i...Andrew Stubbs3-11/+129
2008-11-18re PR target/37362 (Bootstrap broken on mipsisa64r2-linux-gcc)Uros Bizjak1-3/+3
2008-11-18config.gcc (mips*-sde-elf*): Handle mipsisa64r2*.Adam Nemet4-12/+16
2008-11-18re PR target/38130 (__builtin_alloca (vs IRA?) testsuite failures on mingw32)Jakub Jelinek2-10/+12
2008-11-18t-cygming (SHLIB_LINK): Make sure that $(SHLIB_MAP).def is forced when trying...Kai Tietz1-1/+1
2008-11-17mips.h (REG_ALLOC_ORDER): Put accumulators first.Richard Sandiford2-7/+19
2008-11-17mips.md (*mul_acc_si): Remove middle alternative and its associated define_sp...Richard Sandiford1-66/+47
2008-11-16mips.h (MIPS_ISA_LEVEL_SPEC): Map -march=r1[0246]000 to -mips4.Joshua Kinard1-1/+2
2008-11-16re PR target/38052 (genautomata segfaults when -O2 is enabled)Richard Sandiford1-28/+65
2008-11-16re PR target/38052 (genautomata segfaults when -O2 is enabled)Richard Sandiford1-10/+11
2008-11-16sparc.c (function_arg_vector_value): Remove 'base_mode' parameter.Eric Botcazou1-10/+5
2008-11-15re PR target/38123 (error: incorrect sharing of tree nodes ap->fp_offset = D....Jakub Jelinek1-1/+2
2008-11-15invoke.texi (-mfix-r10000): Document.Joshua Kinard5-51/+103
2008-11-14spu-elf.h (STANDARD_STARTFILE_PREFIX_2): Disable default.Ulrich Weigand2-0/+20
2008-11-14sh.h (OPTIMIZATION_OPTIONS): Revert last change.Kaz Kojima1-9/+0