aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2011-06-05re PR target/49186 (optimize problem with unsigned long long value.)Kaz Kojima1-1/+4
2011-05-05neon.md (vec_set<mode>_internal): Fix misplaced parenthesis in D-register case.Julian Brown1-1/+1
2011-02-24config.gcc (hppa[12]*-*-hpux11*): Set extra_parts.John David Anglin5-26/+126
2010-12-30pa.md: Add ",*" condition to 64-bit add/subtract boolean patterns.John David Anglin1-9/+9
2010-12-22backport: re PR target/46915 (Wrong code is generated for conditional branch ...John David Anglin1-37/+144
2010-10-22re PR target/45946 (ICE: in extract_insn, at recog.c:2127 when using _Decimal...Uros Bizjak1-0/+14
2010-10-09re PR target/45820 (FAIL: gcc.c-torture/compile/pr45728.c at -O1 and above)John David Anglin1-43/+19
2010-08-08pa.c (override_options): Fix warning.John David Anglin1-2/+1
2010-08-06expmed.c (expand_mult_const): Expand shift into temporary.Uros Bizjak1-2/+1
2010-08-05spu.c (spu_emit_branch_hint): Do not access NOTE_KIND of non-NOTE insns.Ulrich Weigand1-1/+1
2010-07-03re PR target/44597 (FAIL: gcc.c-torture/execute/builtin-prefetch-2.c compilat...John David Anglin2-122/+13
2010-07-03re PR target/44705 (FAIL: gcc.dg/pr44674.c (internal compiler error))John David Anglin1-3/+1
2010-06-21re PR target/39690 (ld: An unknown relocation type 8)John David Anglin1-0/+11
2010-06-18re PR target/43740 (FAIL: gcc.dg/tree-ssa/20031015-1.c (internal compiler err...John David Anglin1-4/+0
2010-06-13re PR target/44481 (__builtin_parity() causes ICE in trunc_int_for_mode())Uros Bizjak1-18/+14
2010-06-08i386.md (*movsi_1): Use %a modifier to output operand 1.Uros Bizjak1-2/+2
2010-06-04* config/i386/i386.md (*addqi_4): Check for incdec_operand in QImode.Uros Bizjak1-1/+1
2010-06-04re PR target/44075 (__builtin_eh_return miscompiled)Alan Modra1-2/+13
2010-05-24backport: re PR target/43733 (bootstrap fails on Solaris 10 x86 with GNU as 2...Uros Bizjak1-4/+5
2010-05-20re PR target/44202 (Missing compare after add)Hans-Peter Nilsson1-1/+1
2010-04-10backport: re PR ada/41912 (FAIL: gnat.dg/null_pointer_deref1.adb execution test)John David Anglin2-0/+2
2010-03-31backport: re PR tree-optimization/43528 (ICE: in tree_low_cst, at tree.c:6198...Uros Bizjak1-3/+0
2010-03-30s390.c (s390_emit_prologue): Omit issuing aAndreas Krebbel1-14/+31
2010-03-27re PR target/42113 (Internal Compiler error with -O3, breaking commit known)Uros Bizjak1-20/+28
2010-03-23backport: sh.c (sh_expand_epilogue): Fix interrupt handler register popping o...Kaz Kojima1-5/+5
2010-03-22re PR middle-end/42718 (FAIL: gcc.c-torture/compile/pr42559.c at -O1 and above)John David Anglin1-2/+2
2010-03-02alpha.c (override_options): Fix -mtune error message.Uros Bizjak1-1/+1
2010-02-19spu-c.c (spu_resolve_overloaded_builtin): Call lang_hooks.types_compatible_p ...Ulrich Weigand1-2/+1
2010-02-17gas.h: New file.Mikael Pettersson3-5/+10
2010-01-27sparc.c (sparc_elf_asm_named_section): Test for HAVE_GNU_AS value.Rainer Orth2-4/+4
2010-01-26fix PR target/42841Christian Bruel1-6/+9
2010-01-25sysv4.h (TARGET_ASM_NAMED_SECTION): Only define if not using GAS.David S. Miller2-11/+5
2010-01-18re PR target/42774 (ICE in get_aligned_mem, at config/alpha/alpha.c:1484)Uros Bizjak1-10/+36
2010-01-17Backport ia64 fix for PR target/42542 from mainline.H.J. Lu1-17/+10
2010-01-07Properly convert GTU to GT for V4SI and V2DIH.J. Lu1-20/+13
2010-01-05re PR target/42564 (unrecognizable insn with -O -fPIC)Eric Botcazou3-75/+53
2010-01-02re PR target/42448 (Wrong code with _Complex char in structure)Uros Bizjak2-0/+12
2009-12-30re PR target/42549 (Incorrect 3DNow! code generated)Uros Bizjak1-1/+1
2009-12-07* config/i386/i386.md (*iorqi_ext_2): Fix insn mnemonic typo.Uros Bizjak1-1/+1
2009-11-23re PR target/42113 (Internal Compiler error with -O3, breaking commit known)Uros Bizjak1-6/+6
2009-11-17spu.c (get_pic_reg): Use LAST_ARG_REGNUM as PIC registers in leaf functions i...Ulrich Weigand1-0/+2
2009-11-14predicates.md (call_register_no_elim_operand): New predicate.Uros Bizjak1-1/+17
2009-11-13re PR target/41900 (call *%esp shouldn't be generated because of CPU errata)Uros Bizjak4-64/+9
2009-11-05re PR target/41900 (call *%esp shouldn't be generated because of CPU errata)Uros Bizjak4-17/+76
2009-10-23backport: pa.md (reload_inhi, [...]): New patterns.John David Anglin2-1/+69
2009-10-20backport: re PR target/41702 (FAIL: abi/demangle/abi_text/09.cc execution test)John David Anglin1-13/+12
2009-10-16backport: re PR target/40913 (hppa-hpux: libgcc_s.sl does not have the 'inter...John David Anglin1-0/+1
2009-10-13re PR rtl-optimization/38948 (unrecognizable insn, postreload.c:395)Hans-Peter Nilsson1-6/+11
2009-10-12re PR target/26515 (peephole2 causes unrecognized insn, zero_extending non-ge...Hans-Peter Nilsson1-2/+4
2009-10-07tpf.h (TARGET_DEFAULT): Remove MASK_HARD_FLOAT and add MASK_HARD_DFP.Andreas Krebbel1-1/+1