aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2011-08-01Add -mlzcnt.Kirill Yukhin10-40/+42
2011-08-01configure.ac (fixed-point): Add ARM support.Julian Brown8-5/+623
2011-08-01calls.c (emit_library_call_value_1): Support padding for libcall arguments an...Julian Brown1-0/+9
2011-08-01re PR debug/49887 (.debug_macro breaks many Solaris/SPARC tests)Rainer Orth6-12/+14
2011-07-31h8300: Add flags to .section directives.Richard Henderson2-4/+4
2011-07-31re PR target/49880 (SuperH: ICE when -m4 is used with -mdiv=call-div1)Kaz Kojima1-2/+2
2011-07-31Check TARGET_LP64 for SIZE_TYPE/PTRDIFF_TYPE.H.J. Lu1-2/+2
2011-07-31re PR target/49920 (unable to find a register to spill in class ‘DIREG’)Uros Bizjak1-20/+26
2011-07-31Author: Mikael Pettersson <mikpe@it.uu.se>Mikael Pettersson1-0/+17
2011-07-29driver-native.c [__sgi__]: Include <invent.h>, <sys/sbd.h>.Rainer Orth2-2/+76
2011-07-29predicates.md (tp_or_register_operand): Remove predicate.Uros Bizjak1-5/+0
2011-07-29driver-alpha.c (IMPLVER_EV4_FAMILY, [...]): Define.Rainer Orth2-41/+56
2011-07-29re PR target/47715 ([x32] TLS doesn't work)Uros Bizjak2-10/+57
2011-07-29re PR target/49687 ([avr] Missed optimization for widening MUL)Georg-Johann Lay1-0/+9
2011-07-29re PR target/49313 (Inefficient libgcc implementations for avr)Georg-Johann Lay2-19/+318
2011-07-28m32c.c (m32c_secondary_reload_class): Allow PSI registers to be reloaded in H...DJ Delorie1-1/+1
2011-07-28rtlanal.c (tablejump_p): False for returns.Bernd Schmidt4-62/+3
2011-07-28predicates.md (pic_32bit_opreand): Do not define as special predicate.Uros Bizjak1-5/+3
2011-07-28Update length attribute on *tls_global_dynamic_64.H.J. Lu1-1/+2
2011-07-28re PR target/47715 ([x32] TLS doesn't work)Uros Bizjak1-11/+12
2011-07-28Only expand strlen to Pmode.H.J. Lu1-5/+5
2011-07-28vfp.md ("*movdf_vfp"): Handle the VFP constraints before the core constraints.Ramana Radhakrishnan1-14/+14
2011-07-28re PR target/49313 (Inefficient libgcc implementations for avr)Georg-Johann Lay2-298/+19
2011-07-28re PR target/49687 ([avr] Missed optimization for widening MUL)Georg-Johann Lay5-242/+585
2011-07-28i386.c (add->lea splitter): Add SWI mode to PLUS RTX.Uros Bizjak1-2/+2
2011-07-27re PR target/49313 (Inefficient libgcc implementations for avr)Georg-Johann Lay2-19/+298
2011-07-27i386.c (ix86_expand_move): Do not explicitly check the mode of symbolic_oprea...Uros Bizjak1-1/+0
2011-07-27predicates.md (x86_64_movabs_operand): Reject pic32_bit_operand operands.Uros Bizjak2-8/+3
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