aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2005-06-15mips.c (mips_rtx_cost_data): Add cost for 4kc, 4kp, 24k and 24kx.David Ung1-4/+36
2005-06-15mips.h (GENERATE_MIPS16E): New definition.David Ung2-3/+24
2005-06-14mips.c (machine_function): Add varargs_size field.Richard Sandiford1-115/+87
2005-06-14re PR target/20301 (Assembler labels have a leading "-")Eric Botcazou1-1/+1
2005-06-14Revert hunk accidentally commited.Eric Botcazou1-1/+1
2005-06-13x86-64.h (ASM_SPEC): Explicitly pass --64 to the assembler in 64-bit mode.Mark Mitchell1-1/+1
2005-06-13Revert scc_operand patch.David Edelsohn2-17/+6
2005-06-12cgraphunit.c, [...]: Fix comment typos.Kazu Hirata1-1/+1
2005-06-12* arm/ieee754-df.s (aeabi_dcmpeq, aeabi_dcmplt, aeabi_dcmple)Richard Earnshaw2-11/+11
2005-06-12predicates.md (reg_or_arith_cint_operand): Delete.Geoffrey Keating4-803/+220
2005-06-11* config/rs6000/rs6000.md (eq<mode>_compare): Restrict to Pmode.David Edelsohn1-9/+9
2005-06-10re PR target/21981 ([4.0 only] __m64 return value should be returned in %mm0)Uros Bizjak1-9/+29
2005-06-10re PR middle-end/17961 (ICE for operation on small vector with altivec enabled)Aldy Hernandez2-16/+5
2005-06-10Use scc_operand predicate for eq:SI in powerpc.Fariborz Jahanian2-6/+17
2005-06-10linux.h (NO_PROFILE_COUNTERS): Define.Alan Modra3-12/+30
2005-06-10i386.c (optimization_options): Make -fno-math-errno the default on Darwin.Dale Johannesen2-2/+11
2005-06-09rs6000.md (eq): Convert to define_insn_and_split.David Edelsohn2-134/+64
2005-06-09sh.md (mextr_rl): Set buffer size properly.Kaz Kojima1-2/+2
2005-06-09ia64.c (update_set_flags): Just return for IF_THEN_ELSE.Richard Henderson2-41/+22
2005-06-09rs6000.c: (rs6000_insn_valid_within_doloop): Fix prototype.Daniel Berlin1-1/+1
2005-06-09bfin.c (enum bfin_builtins): Moved here from...Bernd Schmidt2-8/+8
2005-06-09target.h (insn_valid_within_doloop): Rename into "invalid_within_doloop".Adrian Straetling2-10/+11
2005-06-09bfin.opt (mlong-calls): New.Bernd Schmidt2-1/+5
2005-06-09darwin.c (darwin_binds_local_p): New.Dale Johannesen4-15/+16
2005-06-08rs6000.h: Remove rs6000_long_double_size_string...Aldy Hernandez1-7/+0
2005-06-08ia64.h (NO_PROFILE_COUNTERS): New.Richard Henderson2-13/+23
2005-06-08linuxspe.h (SUBSUBTARGET_OVERRIDE_OPTIONS): Use rs6000_explicit_options.Aldy Hernandez1-5/+5
2005-06-08ia64.h (FUNCTION_PROFILER): Move implementation ...Richard Henderson3-18/+30
2005-06-08sol2-c.c (cmn_err_char_table): Allow width for %b formats.Joseph Myers1-1/+1
2005-06-08re PR target/20666 (SPARC builtins should be folded if possible)James A. Morrison1-0/+203
2005-06-08re PR rtl-optimization/10588 ([PPC] i==0||j==0 should use cntlzw and srawi)David Edelsohn1-20/+55
2005-06-08bfin.h (ASM_OUTPUT_ALIGN): Gas now emulates the behavior of the native assemb...Bernd Schmidt1-2/+3
2005-06-08bfin.h (enum bfin_builtins): New.Bernd Schmidt3-1/+76
2005-06-08bfin.c (bfin_return_in_memory): Simplify; return everything larger than 8 byt...Bernd Schmidt1-11/+1
2005-06-08re PR target/21721 (fails to assemble, Use of p0 is not valid in this context)Richard Henderson1-1/+3
2005-06-08re PR debug/21889 (Native Solaris assembler cannot grok DTP-relative debug sy...Eric Botcazou20-66/+71
2005-06-08i386.md (movqi_1): Fix case where source is memory and destination EDI.Dale Johannesen1-3/+5
2005-06-08* config/c4x/c4x.h (PREDICATE_CODES): Remove mem_operand.Kazu Hirata1-2/+1
2005-06-08system.h: Poison EXTRA_CC_MODES.Eric Christopher2-16/+3
2005-06-07i386.h (enum ix86_entity): New.Uros Bizjak4-82/+160
2005-06-07predicates.md: Revert previous patch.Eric Christopher1-3/+3
2005-06-07predicates.md (sleu_operand): Use IN_RANGE to specify range of operand.Eric Christopher1-3/+3
2005-06-07s390.md: ("UNSPECV_MB", "UNSPECV_CAS"): New constants.Adrian Straetling5-5/+114
2005-06-07host-darwin.c (segv_handler): Widen the possible 'stwux' instructions that ar...Geoffrey Keating1-1/+1
2005-06-06linux-unwind.h (SH_DWARF_FRAME_XD0): Remove for SH5.Kaz Kojima2-28/+129
2005-06-06exgettext: Handle gmsgid and cmsgid arguments specially, as gcc-internal-form...Jakub Jelinek3-4/+4
2005-06-06combine.c (try_combine): Use hard_regno_nregs array instead of HARD_REGNO_NRE...Jakub Jelinek2-6/+6
2005-06-06x86-64.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Guard with HAVE_GAS_MAX_SKIP_P2ALIGN.Rainer Orth1-4/+3
2005-06-06Add bfin-uclinux configuration.Jie Zhang1-0/+10
2005-06-05rs6000.c (rs6000_emit_swdivsf): New function.David Edelsohn4-2/+140