aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2011-07-27i386.c (ix86_option_override_internal): Allow -mabi for 32-bit, too.Kai Tietz1-10/+0
2011-07-26Call simplify_gen_subreg for PIC with mode of x.H.J. Lu1-2/+3
2011-07-26re PR target/47369 ([x32] internal compiler error: in extract_insn, at recog....Uros Bizjak1-3/+8
2011-07-26i386.md (add->lea splitter): Implement using SWI mode iterator.Uros Bizjak1-24/+7
2011-07-26re PR target/47381 ([x32] internal compiler error: in gen_lowpart_general, at...Uros Bizjak3-198/+147
2011-07-25re PR debug/49841 (AIX bootstrap failure in dwarf2cfi.c:maybe_record_trace_st...Richard Henderson1-8/+28
2011-07-25m32c.h (PRINT_OPERAND, [...]): Remove macro.Anatoly Sokolov3-17/+24
2011-07-25mmix.h (PRINT_OPERAND, [...]): Remove macro.Anatoly Sokolov3-24/+22
2011-07-25re PR target/39386 ([avr] different computation results for O1 and O0 executa...Georg-Johann Lay1-2/+5
2011-07-23re PR target/49816 (arm.c:3999:12: error: converting 'false' to pointer type ...Richard Earnshaw1-1/+1
2011-07-22Disallow MS ABI in x32 mode.H.J. Lu1-2/+5
2011-07-22Allow linux ppc to bootstrap againMichael Meissner1-5/+6
2011-07-22re PR bootstrap/49794 (Solaris 10/x86 bootstrap broken by C++ build)Rainer Orth1-2/+3
2011-07-21Call copy_to_mode_reg instead of force_reg.H.J. Lu1-1/+1
2011-07-21Convert to Pmode if needed and use force_reg after convert.H.J. Lu1-10/+36
2011-07-21Convert to Pmode if needed in ix86_legitimize_address.H.J. Lu1-2/+10
2011-07-21Promote pointer function arguments and return values to Pmode.H.J. Lu1-0/+24
2011-07-21avr.c (final_prescan_insn): Fix printing of rtx_costs.Georg-Johann Lay1-3/+9
2011-07-21i386.c (ix86_decompose_address): Reject all but register operands and DImode ...Uros Bizjak1-1/+3
2011-07-21* config/avr/avr.c (avr_rtx_costs): Set cost of CONST, LABEL_REF to 0.Georg-Johann Lay1-2/+2
2011-07-20Handle address output and call patterns for x32.H.J. Lu5-17/+31
2011-07-20i386.c (ix86_decompose_address): Allow only subregs of DImode hard registers ...Uros Bizjak1-20/+27
2011-07-20re PR target/36467 ([avr] Missed optimization with pointer arithmetic and mul*)Georg-Johann Lay3-11/+372
2011-07-20Allow 4 operand FMAs on power7Michael Meissner2-48/+148
2011-07-20* config/avr/avr.c (avr_rtx_costs): Set cost of SYMBOL_REF to 0.Georg-Johann Lay1-1/+1
2011-07-20s390.c (s390_class_max_nregs): Fix return type.Andreas Krebbel2-2/+2
2011-07-20frv.c (frv_register_move_cost): Define explicitly costs for subclasses of GR_...Vladimir Makarov1-0/+28
2011-07-20re PR target/49780 ([x32] internal compiler error: in create_mem_ref, at tree...Uros Bizjak2-6/+12
2011-07-20arm.c (arm_canonicalize_comparison): Add case to canonicalize left operand fr...Chung-Lin Tang1-0/+13
2011-07-20target.def (class_max_nregs): New hook.Anatoly Sokolov20-108/+31
2011-07-19gnu-user.h: Copy from linux.h.Robert Millan4-161/+203
2011-07-19rtl.texi (MEM_OFFSET_KNOWN_P): Document.Richard Sandiford1-7/+5
2011-07-19rtl.texi (MEM_SIZE_KNOWN_P): Document.Richard Sandiford9-46/+43
2011-07-19tree.h (fold_build_pointer_plus_loc): New helper function.Richard Guenther13-121/+64
2011-07-18re PR target/47744 ([x32] ICE: in reload_cse_simplify_operands, at postreload...Uros Bizjak1-1/+6
2011-07-18re PR debug/23205 ([C++/unit-at-a-time] stabs debug info omitted for global c...Rainer Orth12-765/+1
2011-07-17re PR target/49746 (Generated PA-RISC2.0w code cannot be assembled by GNU as-...John David Anglin1-9/+9
2011-07-15re PR target/49723 (gcc.c-torture/compile/pr46934.c: ICE in do_SUBST, at comb...John David Anglin1-1/+1
2011-07-15invoke.texi (C6X Options): New section.Bernd Schmidt42-0/+14362
2011-07-14re PR rtl-optimization/11320 (Scheduler bug)Bernd Schmidt2-2/+2
2011-07-14re PR target/49487 ([avr] ICE in bytewise rotate)Georg-Johann Lay2-29/+37
2011-07-14re PR target/43746 (-fmerge-constants and -fmerge-all-constants don't work at...Georg-Johann Lay2-16/+7
2011-07-13Change -mno-r11 to -mno-pointers-to-nested-functionsMichael Meissner3-15/+19
2011-07-13spu.c (spu_init_libfuncs): Install __clrsbdi2.Ulrich Weigand2-0/+16
2011-07-13spu.c (TARGET_ASM_FILE_START): Do not define.Ulrich Weigand1-12/+2
2011-07-13re PR target/49541 (TLS support partially broken in 64-bit mode)Rainer Orth1-4/+3
2011-07-13crtprec.c: Move to ../libgcc/config/i386.Rainer Orth3-81/+8
2011-07-13crtfastmath.c: Move to ../libgcc/config/alpha.Rainer Orth8-315/+0
2011-07-13darwin-crt2.c: Move to ../libgcc/config/rs6000.Rainer Orth4-703/+0
2011-07-13Support ptr_mode != Pmode in x86_output_mi_thunk.H.J. Lu2-5/+14