aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2010-05-04Add clobber CC register to sse_prologue_save patterns.H.J. Lu1-0/+3
2010-05-04sh.c (sh_small_register_classes_for_mode_p): Remove static.Kaz Kojima1-1/+1
2010-05-03mips.c (mips_output_division): When GENERATE_DIVIDE_TRAPS...David Ung1-5/+12
2010-05-03tm.texi (defmac SMALL_REGISTER_CLASSES): Remove.Steven Bosscher21-42/+70
2010-05-03re PR debug/43972 (ICE in loc_cmp)Jakub Jelinek1-1/+6
2010-05-02winnt.c (i386_pe_binds_local_p): Handle weak decls.Dave Korn1-0/+5
2010-05-02i386.c (ix86_target_string): Output 'flags', not 'isa', when processing flag ...Uros Bizjak1-1/+1
2010-05-02vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string placeholder from 0...Uros Bizjak5-5/+5
2010-05-02revert: hwint.h (HOST_WIDE_INT_PRINT_DOUBLE_HEX): Change format string placeh...Uros Bizjak1-1/+1
2010-05-02vmsdbgout.c (ASM_OUTPUT_DEBUG_DATA1): Change format string placeholder from 0...Uros Bizjak1-1/+1
2010-05-02target.h (struct calls): Add function_value_regno_p field.Anatoly Sokolov3-5/+6
2010-04-30picochip.c (picochip_legitimize_address): Define.Hariharan Sandanagobalane4-6/+179
2010-04-29re PR target/42895 (Low registers are preferred than register ip in thumb2 mode)Bernd Schmidt7-11/+15
2010-04-29Replace INSN_P with NONDEBUG_INSN_P.H.J. Lu1-5/+5
2010-04-29darwin.h (CC1_SPEC): Ignore -mdynamic-no-pic for now.Mike Stump1-0/+1
2010-04-28elf.h (ASM_DECLARE_OBJECT_NAME): Use gnu_unique_object type if available.Uros Bizjak1-13/+29
2010-04-28re PR target/22224 (Several Tru64 UNIX testsuite failures: Length of .lcomm w...Rainer Orth1-0/+8
2010-04-27collect2.c (TARGET_64BIT): Redefine to target's default.Kai Tietz4-5/+48
2010-04-27* config/arm/arm.c (arm_expand_builtin): Remove redundant declaration.Nathan Froyd1-1/+0
2010-04-27re PR target/40657 (allocate local variables with fewer instructions)Bernd Schmidt1-1/+51
2010-04-27re PR lto/42776 (LTO doesn't work on non-ELF platforms.)Dave Korn2-2/+15
2010-04-27mmix.md ("*divdi3_nonknuth", [...]): Add missing earlyclobber for second alte...Hans-Peter Nilsson1-2/+2
2010-04-26varasm.c (IN_NAMED_SECTION): Remove guard.Eric Botcazou1-3/+3
2010-04-26cgraph.c (cgraph_create_node): Set node frequency to normal.Jan Hubicka1-3/+4
2010-04-25gmon-sol2.c (_mcleanup): Change format string placeholder from 0x%x to %#x.Uros Bizjak6-9/+9
2010-04-22re PR target/43744 (SH: Error: pcrel too far)Kaz Kojima1-0/+17
2010-04-22* config/rs6000/x-aix: Override LDFLAGS for all COMPILERS.David Edelsohn1-1/+1
2010-04-22* config/stormy16/stormy16-lib2.c (__ucmpsi2): Fix thinko.Nick Clifton1-4/+4
2010-04-22* config/stormy16/stormy16.cNick Clifton6-290/+106
2010-04-22i386.md: Use {} around multi-line preparation statements.Uros Bizjak1-12/+20
2010-04-21Add missing comma.Eric B. Weddington1-1/+1
2010-04-21i386.md (x86_shrd): Add athlon_decode and amdfam10_decode attributes.Uros Bizjak1-1/+3
2010-04-21i386.md (bswap<mode>2): Macroize expander from bswap{si,di}2 using SWI48 mode...Uros Bizjak1-47/+18
2010-04-20i386.md (ffs<mode>2): Macroize expander from ffs_cmove and ffsdi2 using SWI48...Uros Bizjak1-212/+115
2010-04-20re PR target/43635 (ICE in s390_emit_call, at config/s390/s390.c:9484)Andreas Krebbel1-5/+19
2010-04-19partial fix, make all 'e' class regs fixed PR rtl-optimization/43520James E. Wilson1-2/+2
2010-04-19Enable doloop optimization on loops with calls.James E. Wilson1-0/+3
2010-04-19avr-devices.c (avr_mcu_types): Add support for new devices atmega644pa...Eric B. Weddington2-20/+76
2010-04-19re PR target/43766 (x86 prefetch doesn't use complex memory addressing)Uros Bizjak1-2/+14
2010-04-18i386.md (UNSPEC_SSE_PROLOGUE_SAVE_LOW): New.Jan Hubicka2-42/+136
2010-04-17arm.md (negdi2): Remove redundant code to force values into a register.Richard Earnshaw1-11/+5
2010-04-17bpabi.S: Add EABI alignment attributes to objects.Richard Earnshaw6-2/+51
2010-04-17arm-protos.h (tune_params): New structure.Richard Earnshaw4-36/+63
2010-04-17Fix set but unused variables.Ramana Radhakrishnan1-8/+1
2010-04-16h8300.c (print_operand): Modify case 'V' and case 'W' print operands for HI m...Kaushik Phatak4-9/+121
2010-04-16i386.md (*jcc_bt<mode>): Fix build breakage by adding missing left parenthesis.Doug Kwan1-1/+1
2010-04-16h8300.h (OK_FOR_U): Support 'U' constraint for H8300SX.Kaushik Phatak1-5/+2
2010-04-16h8300.md (movqi_h8sx, [...]): Emit instructions in #xx:3 and #xx:4 mode.Kaushik Phatak1-8/+36
2010-04-16i386.md (*bt<mode>): Macroize insn from *btsi and *btdi_rex64 using SWI48 mod...Uros Bizjak1-99/+25
2010-04-16h8300.md (inverted load with HImode dest): Add support for H8300SX.Kaushik Phatak1-1/+1