aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2004-07-17libgcc2.c (__enable_execute_stack): New symbol.Eric Botcazou12-19/+15
2004-07-17langhooks.h (builtin_function): New langhook.Joseph Myers11-72/+90
2004-07-17re PR target/16556 (minor cosmetic issue, easy to fix though)Andrew Pinski1-1/+1
2004-07-17i386.md (movv16qi_internal): Fix typo.Paolo Bonzini1-1/+1
2004-07-16builtins.c (std_expand_builtin_va_arg): Remove.Richard Henderson7-20/+0
2004-07-16* config/rs6000/eabi.asm (__eabi_convert): Fix typo (cmpi vs. cmpwi).Segher Boessenkool1-1/+1
2004-07-16s390.md: Changed every occurence of BASE_REGISTER to BASE_REGNUM.Andreas Krebbel3-27/+27
2004-07-16mips.md (addsi3, adddi3): Remove special handling of $sp adds.Richard Sandiford1-72/+4
2004-07-16* config/mips/mips.md: Delete outdated comment.Richard Sandiford1-3/+0
2004-07-16mips.c (get_float_compare_codes): Delete.Richard Sandiford1-164/+95
2004-07-16mips.c (mips_zero_if_equal): Only use XORs if the second operand is an uns_ar...Richard Sandiford2-3/+7
2004-07-16mips-protos.h (gen_int_relational): Delete.Richard Sandiford4-368/+207
2004-07-16* config/mips/mips.md (*sgt_di_mips16): Fix destination constraint.Richard Sandiford1-1/+1
2004-07-16mips.md (*seq_[sd]i): Renamed from seq_[sd]i_zero.Richard Sandiford1-96/+96
2004-07-16mips.c (cmp_operands): Renamed from branch_cmp.Richard Sandiford3-77/+57
2004-07-16mips.c (mips_rtx_costs): In mips16 code, set the cost of 0...255 to 0 when in...Richard Sandiford1-0/+14
2004-07-16* config/mips/mips.md: Remove mips16 define_peepholes.Richard Sandiford1-115/+0
2004-07-15m68k.c (output_move_qimode): Abort on an attempt to generate code which is ge...Roman Zippel2-25/+2
2004-07-15rs6000.md ("bunordered"): Disable for e500.Aldy Hernandez1-2/+2
2004-07-15rs6000.md ("*cceq_ior_compare"): Allow unconditionally.Aldy Hernandez2-19/+1
2004-07-15mips.c (mips_adjust_insn_length): Fix handling of calls in mips16 code.Richard Sandiford1-3/+1
2004-07-15mips.md: In the mips16 li/neg splitter...Richard Sandiford1-6/+6
2004-07-15dwarf2out.c (dwarf2out_begin_prologue): Rename IA64_UNWIND_INFO to TARGET_UNW...Paul Brook2-2/+4
2004-07-14Fix MIPS SPEC95 FP 146.wave5 -fprofile-generate failure.James E Wilson1-2/+14
2004-07-14ia64.c (ia64_expand_compare): Allow ORDERED comparision of TFmode.Steve Ellcey1-0/+1
2004-07-14alpha.c (alpha_gimplify_va_arg_1): Move indirect ...Richard Henderson8-63/+46
2004-07-14darwin.h (WINT_TYPE): Define to be int to match system header files.Mike Stump1-0/+2
2004-07-14xtensa.c (function_arg_advance): Check for args that must be passed in the st...Bob Wilson1-2/+4
2004-07-14arm-protos.h (arm_va_arg): Remove.Richard Henderson3-43/+6
2004-07-14pa.c (fix_range): New function to mark a range(s) of registers as fixed regis...John David Anglin2-16/+102
2004-07-14rs6000.c (function_arg_padding): Do not pad SFmode for TARGET_64BIT.David Edelsohn1-11/+13
2004-07-14s390.md ("udivsi3"): Ensure trap is generated for division by zero.Ulrich Weigand1-2/+2
2004-07-14mips.c (mips_output_move): When generating mips16 code, force loads of negati...Richard Sandiford2-19/+18
2004-07-14revert: mips.c (mips_pass_by_reference): Handle mode sizes correctly.Richard Sandiford1-5/+1
2004-07-14expr.c (enqueue_insn, [...]): Remove.Paolo Bonzini3-14/+0
2004-07-13target.h (struct gcc_target): Add calls.pass_by_reference.Richard Henderson57-343/+305
2004-07-14mips-protos.h (mips_va_arg): Delete.Richard Henderson3-274/+177
2004-07-13xtensa.c (xtensa_gimplify_va_arg_expr): Swap arguments for COND_EXPR in big-e...Bob Wilson1-1/+1
2004-07-13pa-64.h (ARG_POINTER_REGNUM, [...]): Delete.John David Anglin4-25/+17
2004-07-13s390.c (s390_gimplify_va_arg): Use size_int instead of build_int_2.Ulrich Weigand1-15/+12
2004-07-13re PR target/13926 (GCC generates jumps that are too large to fit in word dis...Eric Botcazou3-21/+66
2004-07-13re PR target/16494 ([3.3.2/3.4/3.5] Pessimization with FP conditional branches)Eric Botcazou2-4/+7
2004-07-13re PR target/15186 (-compat-bsd -m64 does not pick up the 64bit libraries)Eric Botcazou1-1/+1
2004-07-13builtins.c (std_gimplify_va_arg_expr): Handle types passed by reference.Richard Henderson10-149/+12
2004-07-13target-def.h (TARGET_MUST_PASS_IN_STACK): New.Richard Henderson37-307/+139
2004-07-13invoke.texi: Remove documentation for MIPS -mrnames option.Richard Sandiford2-326/+49
2004-07-13* config/mips/mips.h (TARGET_*): Boolify.Richard Sandiford1-31/+32
2004-07-12sparc.md (ashlsi3): Eliminate const 1 special case.David S. Miller1-4/+0
2004-07-13re PR target/16477 (Failure of gcc.c-torture/execute/strct-stdarg-1.c)John David Anglin2-15/+16
2004-07-12function.c (expand_function_start): Ensure r_save is in Pmode.Steve Ellcey1-0/+5