aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2000-07-03rs6000.c (rs6000_emit_move): New function.Geoff Keating3-302/+277
2000-07-03i386.md (movstrictqi_xor): Use 'q' constraint instead of 'r'.Jakub Jelinek1-2/+2
2000-07-03Fix peepholes to prevent pre-/post- increment addressing from clobbering theNick Clifton1-15/+24
2000-07-03avr.c (out_adj_frame_ptr): Make "frame pointer change too big for -mtiny-stac...Marek Michalkiewicz3-87/+227
2000-07-03fp-bit.h: New file.Kaveh R. Ghazi2-316/+438
2000-07-01ia64.c (symbolic_operand): Reject CONST expressions with the low 13 bits set.Richard Henderson2-7/+41
2000-06-30som.h (ASM_WEAKEN_LABEL): Export weak data symbols so that they have global s...J. David Anglin1-2/+10
2000-06-29Fix glibc 2.2 build failure.Jim Wilson1-1/+8
2000-06-29For glibc 2.2.James E. Wilson1-1/+1
2000-06-29Fix java build failure.James E. Wilson1-2/+7
2000-06-29linux.h (JMP_BUF_SIZE): Size is in Pmode units, not bytes: remove the multipl...Andrew Haley1-1/+1
2000-06-28* i386-interix.h (STRIP_NAME_ENCODING): Declare _new_name properly.Donn Terry1-1/+1
2000-06-28alpha-interix.h: Delete redundant -Asystem(interix), use -isystem instead of ...Donn Terry2-4/+4
2000-06-28* config/alpha/alpha.c (summarize_insn): Ignore SCRATCH.Richard Henderson1-0/+1
2000-06-28i386.md (prologue_set_got): Set length_immediate field.Jan Hubicka1-1/+5
2000-06-27ia64.c (emit_insn_group_barriers): Special case epilogue_deallocate_stack.Richard Henderson2-5/+92
2000-06-27genattrtab.c (write_attr_value): Do not abort for CONST_INT operands.Jan Hubicka3-555/+928
2000-06-27* i386.md (addqi_low_1): Remove.Jan Hubicka1-27/+0
2000-06-271750a.h: Mark help strings for options/switches for translation.Philipp Thomas47-773/+884
2000-06-26Add MMX and SSE registers to i386 machine descriptionBernd Schmidt7-142/+357
2000-06-25Fix typos in comments.Kazu Hirata2-3/+3
2000-06-24vax.h (TARGET_SWITCHES): Provide descriptions.John David Anglin1-9/+9
2000-06-24avr-protos.h (avr_hard_regno_mode_ok): New prototype.Marek Michalkiewicz5-96/+182
2000-06-23sparc.md (reload_outdi+1): Handle HOST_BITS_PER_WIDE_INT == 64 case correctly.Jakub Jelinek1-0/+22
2000-06-23ia64.md (pred_rel_mutex): Only take one register.Richard Henderson2-6/+4
2000-06-21* pa.h (CPP_SPEC): Add whitespace after -D__STDC_EXT__.J. David Anglin1-2/+2
2000-06-20pa.h (TARGET_SWITCHES): Require binutils 2.10 or later for PA 2.0.Philipp Thomas1-1/+1
2000-06-18ia64-protos.h (process_for_unwind_directive): Declare.Richard Henderson6-189/+305
2000-06-15i386.md: Create new [right,left] rotate and right shift patterns to optimize ...Jeffrey A Law4-0/+336
2000-06-14* mips.c (machine_dependent_reorg): Fix braces for nested if.J"orn Rennecke1-2/+4
2000-06-14rs6000.c (toc_hash_eq): Use CODE_LABEL_NUMBER to compare LABEL_REFs.Geoff Keating1-1/+2
2000-06-14conflict.c (conflict_graph_compute): Don't look for REG_INC.Richard Henderson1-9/+7
2000-06-14rs6000.c (expand_block_move): Fix typo in earlier change.David Edelsohn1-5/+4
2000-06-14elfos.h (ASM_GENERATE_INTERNAL_LABEL): Make printf specification match cast.David O'Brien1-1/+1
2000-06-13libgcc2.c (ia64_throw_helper): Use __builtin_return_address.Richard Henderson2-34/+29
2000-06-13ia64.h (enum reg_class): Remove FR_INT_REGS, FR_FP_REGS, GR_AND_FR_INT_REGS, ...Richard Henderson3-163/+101
2000-06-13combine.c (subst): Use CLASS_CANNOT_CHANGE_MODE and CLASS_CANNOT_CHANGE_MODE_...Richard Henderson9-38/+50
2000-06-13openbsd.h (ASM_SPEC): pass down options to assembler correctly.Jeffrey A Law1-3/+3
2000-06-13Fix typo found by bootstrap.James E. Wilson1-2/+2
2000-06-13vax.h (INDEX_TERM_P): Define evaluation order of &&'s in || and cast to squel...J. David Anglin1-9/+9
2000-06-12* config/float-vax.h: Add GFLOAT defines.J. David Anglin1-4/+67
2000-06-12aix41.h (SUBTARGET_SWITCHES): Delete threads.David Edelsohn6-22/+36
2000-06-11[multiple changes]Jeff Law3-22/+14
2000-06-11Warning fixes:Kaveh R. Ghazi2-5/+5
2000-06-09* config/avr/avr.c (asm_output_section_name): bugfix.Denis Chertykov1-1/+1
2000-06-09configure.in: Check whether gas supports -relax.Jakub Jelinek4-8/+29
2000-06-08Add unwind support for epilogues, because the kernel unwinder needs them.James E. Wilson3-15/+62
2000-06-07avr.c (asm_output_section_name): output section attributes.Denis Chertykov2-4/+8
2000-06-06Fix gas/gcc unwind/EH discrepancies. And a shared library build problem.James E. Wilson4-66/+77
2000-06-06m68k.c (legitimize_pic_address): Move prototype ...Kaveh R. Ghazi5-12/+10