aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2004-09-10i386.c (ix86_expand_ashlsi3_const): New function to expand a left shift by an...Roger Sayle1-2/+22
2004-09-10i386.c (ix86_split_long_move): When optimizing for size...Roger Sayle1-0/+27
2004-09-09re PR target/17377 (cris.md bug in "return" pattern trigged by __builtin_retu...Hans-Peter Nilsson3-2/+17
2004-09-09defaults.h (MULTIPLE_SYMBOL_SPACES): Provide default.Zack Weinberg4-20/+8
2004-09-09builtins.c (build_va_arg_indirect_ref): New function.Frank Ch. Eigler2-6/+6
2004-09-09* config/frv/frv.c (acc_operand, accg_operand): Use REGNO.Richard Sandiford1-2/+2
2004-09-09* config/frv/frv-protos.h (FRV_CPU_FR550, FRV_CPU_FR450)Richard Sandiford5-1320/+2307
2004-09-09rs6000.c (rs6000_stack_info): Correct alignment of save_size.Alan Modra1-2/+3
2004-09-08power4.md (power4-lmul): du4 feeds iu1.David Edelsohn2-4/+4
2004-09-08sparc.c (sparc_indent_opcode): New variable.Eric Botcazou4-152/+105
2004-09-08darwin.h (TARGET_OPTION_TRANSLATE_TABLE): Add -segaddr, -segs_read_only_addr ...Devang Patel1-2/+13
2004-09-08function.c (reference_callee_copied): New.Richard Henderson21-74/+43
2004-09-08i386.c (ix86_prepare_fp_compare_args): Do not force operand 0.0 into register...Uros Bizjak2-37/+86
2004-09-08tm.texi (MD_UNWIND_SUPPORT): Document.Alan Modra28-1339/+1397
2004-09-07config.gcc: Added support for --with-divide=[breaks|traps] for mips targets.David Daney2-4/+27
2004-09-06Another MIPS vector cleanup patch, fix bad type attribute for FP zero moves.James E Wilson1-16/+16
2004-09-06final.c (output_in_slot): Delete.Eric Botcazou1-3/+3
2004-09-04md.texi (shift patterns): New anchor.Richard Sandiford1-1/+14
2004-09-04mips.md (mask): New mode attribute.Richard Sandiford1-153/+43
2004-09-04builtins.c (expand_builtin_mathfn): Handle BUILT_IN_RINT{,F,L} using rint_optab.Uros Bizjak4-34/+430
2004-09-04mips.md (SHORT): New mode macro.Richard Sandiford1-180/+49
2004-09-03re PR target/14925 (libunwind enabled gcc generates incompatible libgcc_s.so.1)H.J. Lu6-2/+64
2004-09-03i386.c (x86_branch_hints): Remove m_PENT4 and m_NOCONA.H.J. Lu1-1/+5
2004-09-03final.c (output_in_slot): New global variable.Eric Botcazou1-3/+3
2004-09-03More MIPS vector cleanup work.James E Wilson5-7/+30
2004-09-03cris.h (ASM_OUTPUT_CASE_END): Use prev_nonnote_insn to get the tablejump-insn...Hans-Peter Nilsson1-2/+3
2004-09-03configure.in: Remove target-libstdc++-v3 from noconfigdirs for *-*-netware...Jan Beulich12-1/+772
2004-09-03ia64.c (ia64_function_arg): Use PARALLEL even if there is only one reg.Steve Ellcey1-16/+2
2004-09-03m68k.c (output_andsi3): Use -1 instead of (HOST_WIDE_INT)0xffffffff since CON...Andreas Schwab1-1/+1
2004-09-02rs6000.c (expand_block_move): Use SImode and HImode with STRICT_ALIGNMENT.David Edelsohn1-2/+2
2004-09-03bpabi.h (TARGET_BPABI_CPP_BUILTINS): Define.Mark Mitchell2-2/+21
2004-09-02rs6000.c (expand_block_clear): Use vector instructions if available.Geoffrey Keating1-19/+38
2004-09-02symbian.h (LIB_SPEC): Define to empty.Mark Mitchell2-0/+8
2004-09-02* config/arm/bpabi.c (__aeabi_ul2d, __aeabi_ul2f): Remove.Paul Brook1-34/+0
2004-09-02mips.c (mips_classify_symbol, [...]): (mips_restore_gp, mips_set_return_addre...Richard Sandiford2-50/+30
2004-09-02mips.md (*lea_high64): Change split condition to flow2_completed.Richard Sandiford1-1/+27
2004-09-02* arm/predicates.md (arm_reload_memory_operand): Allow MEM.Richard Earnshaw1-1/+1
2004-09-02re PR target/16884 ([fweb related] bug while initialising variables)Denis Chertykov1-21/+15
2004-09-02linux64.h: Don't include signal.h or sys/ucontext.h.Alan Modra1-35/+45
2004-09-01power4.md: Increase store latency to 12.David Edelsohn2-11/+11
2004-09-01Make -fdata-sections work for AVR port.James E Wilson1-35/+0
2004-09-02Fix size of generic vectors with -maltivec.Fariborz Jahanian1-1/+2
2004-09-01gthr-win32.h (__gthread_recursive_mutex_t): Use 'unsigned long', not Windows ...Wu Yongwei1-1/+1
2004-09-01ns32k.h (TRANSFER_FROM_TRAMPOLINE): Remove.Richard Henderson1-29/+16
2004-09-01darwin.c (machopic_symbol_defined_p): In addition to being SYMBOL_REF_LOCAL_P...Mike Stump1-4/+4
2004-09-01config/sh/sh.md ("length"): Increase branch length when SH1 pic code to 18:J"orn Rennecke1-6/+9
2004-09-01arm-cores.def (ARM_CORE): Add new field for the real name of the CPU.Richard Earnshaw5-67/+68
2004-09-01* arm/ieee754-df.S (aeabi_ul2d, aeabi_l2d, floatundidf)Richard Earnshaw3-2/+185
2004-09-01config.gcc (arm*-*-symbianelf*): Do not include t-bpabi.Mark Mitchell3-0/+28
2004-09-01target-def.h (TARGET_CXX): Add TARGET_CXX_EXPORT_CLASS_DATA.Mark Mitchell2-1/+28