aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2005-12-12re PR target/25258 ([4.0 regression/hpux] gcc generates incorrect stabs debug...John David Anglin1-18/+40
2005-12-12config.gcc (ms1): Replace with ...Nathan Sidwell2-7/+7
2005-12-12renam ms1 files to mt (part 2)Nathan Sidwell10-0/+5647
2005-12-12Rename ms1 files to mt (part 1)Nathan Sidwell6-0/+0
2005-12-12re PR target/25299 (Another ABI incompatibility with Apple's gcc)Alan Modra2-1/+10
2005-12-10darwin.h (HAS_INIT_SECTION): Remove definition.Richard Sandiford1-1/+1
2005-12-09bfin.c: Include "cgraph.h".Bernd Schmidt1-5/+15
2005-12-09t-ms1 (MULTILIB_OPTIONS): Define.Aldy Hernandez1-2/+2
2005-12-09re PR target/25311 (ICE in reload_cse_simplify_operands, at postreload.c:393)Ulrich Weigand1-13/+33
2005-12-09mips.c (override_options): Don't allow too small integers in FP registers.Thiemo Seufer1-2/+7
2005-12-09s390.c (s390_function_ok_for_sibcall): Use targetm.binds_local_p to check for...Ulrich Weigand1-1/+1
2005-12-08ms1.md (UNSPEC_LOOP): New constant.Nathan Sidwell4-13/+579
2005-12-08re PR target/25268 (ICE on lshrdi3_31 pattern)Andreas Krebbel4-66/+194
2005-12-07darwin.h: Guard section variables with #ifndef USED_FOR_TARGET.Richard Sandiford1-1/+1
2005-12-07s390.c (s390_expand_atomic): New function.Adrian Straetling3-6/+143
2005-12-07s390.c (s390_expand_mask_and_shift, [...]): New.Adrian Straetling3-0/+167
2005-12-08re PR target/25212 (unrecognizable insn for facerec with odd optimization set)Alan Modra2-24/+19
2005-12-07coretypes.h: Revert previous change.Richard Sandiford2-0/+4
2005-12-07coretypes.h (section): Provide dummy definition for target files.Richard Sandiford1-2/+0
2005-12-07* config/darwin.h: Guard section variables with #ifndef IN_LIBGCC2.Richard Sandiford1-0/+2
2005-12-07alpha.c (alpha_start_function): Use switch_to_section.Richard Sandiford64-1590/+782
2005-12-06* config/darwin.h (TARGET_CXX_CLASS_DATA_ALWAYS_COMDAT): New.Geoffrey Keating1-0/+4
2005-12-06i386.c (builtin_description): Use MASK_SSE2 for __builtin_ia32_paddq and __bu...Jan Beulich2-5/+5
2005-12-05re PR target/24323 (_MM_TRANSPOSE4_PS could be improved)Dale Johannesen1-2/+2
2005-12-05Index: gcc/ChangeLogGeoffrey Keating1-1/+4
2005-12-05Index: gcc/ChangeLogGeoffrey Keating1-0/+1
2005-12-05host-darwin.c (segv_handler): Unblock SEGV so we don't go into an infinite loop.Geoffrey Keating1-0/+4
2005-12-05predicates.md (logical_const_operand): Split out of logical_operand.Paolo Bonzini2-9/+12
2005-12-05i386.c (enum ix86_builtins): Remove IX86_BUILTIN_CMPNEPS and IX86_BUILTIN_CMP...Jan Beulich5-71/+36
2005-12-05ia64.md (rotlsi3_internal): Don't split if rotating by 16 bits.Jan Beulich1-3/+4
2005-12-05re PR target/25166 (FAIL: gcc.c-torture/execute/conversion.c compilation)John David Anglin2-7/+26
2005-12-03* config/rs6000/darwin.h (SUBTARGET_OVERRIDE_OPTIONS): Remove -fpic warning.Stuart Hastings1-1/+0
2005-12-03rs6000.c (rs6000_stack_t): Remove toc_save_p, toc_save_offset, toc_size, lr_s...Alan Modra1-65/+32
2005-12-02re PR target/25199 (crashing code output from -mtune=pentium4 but not -mtune=...Jakub Jelinek2-4/+9
2005-12-02alpha.c (alpha_va_start, [...]): Use buildN and fold_buildN where applicable.Richard Guenther12-271/+271
2005-12-02pa.c (pa_secondary_reload): Revise initialization of variable regno.John David Anglin1-2/+3
2005-12-01builtins.def (BUILT_IN_PUTC, [...]): New.Kaveh R. Ghazi1-2/+4
2005-12-01* config/ms1/ms1.c (ms1_reorg_hazard): Don't count noop moves.Nathan Sidwell1-1/+10
2005-12-01t-slibgcc-darwin (SHLIB_LINK): Use -single_module rather than -flat_namespace.Geoffrey Keating1-1/+1
2005-12-01i386.c: Check the value of SUPPORTS_ONE_ONLY...Kean Johnston1-1/+1
2005-11-30ms1.md (decrement_and_branch_until_zero): Add early clobber to scratch reg.Nathan Sidwell3-36/+16
2005-11-30predicates.md (symbolic_operand): Add comment.John David Anglin5-75/+116
2005-11-30ia64.c (ia64_expand_tls_address): Add ORIG_OP1 argument.Jakub Jelinek1-6/+6
2005-11-30ia64.c (ia64_expand_atomic_op): Only use fetchadd{4,8}.acq instruction if COD...Jakub Jelinek1-1/+6
2005-11-30xmmintrin.h (_MM_TRANSPOSE4_PS): Rewrite using high/low moves and unpack to s...Evan Cheng1-8/+8
2005-11-29sparc.c (gen_compare_reg): Kill 2nd and 3rd argument, they are always sparc_c...David S. Miller3-48/+38
2005-11-30i386.h (FORCE_PREFERRED_STACK_BOUNDARY_IN_MAIN): Fix typo in comment.Ben Elliston1-1/+1
2005-11-29re PR libfortran/24991 (gfortran build fails with - error:gthr-default.h: No ...Alexandre Oliva1-0/+27
2005-11-28m68k.c (notice_update_cc): Use SET_DEST and SET_SRC instead of XEXP where app...Kazu Hirata1-7/+10
2005-11-28fp-bit.c (isnan, [...]): Use __builtin_expect.Joseph Myers1-5/+7