aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2003-08-18mips.md: Quote C code in braces.Richard Sandiford1-1191/+879
2003-08-18mips.md (muldf3, mulsf3): Don't call a gen_* function.Richard Sandiford1-40/+16
2003-08-18* config/mips/mips.md: Renumber unspecs. Clean up comments.Richard Sandiford1-150/+86
2003-08-17Convert K&R prototypes to ISO C90.Andreas Jaeger1-6/+4
2003-08-17alpha.md: Remove usage of PARAMS.Andreas Jaeger14-1667/+1054
2003-08-16* config/sparc/sparc.c: Convert to ISO C.Kaveh R. Ghazi1-498/+205
2003-08-16sparc-protos.h: Don't use the PARAMS macro.Kaveh R. Ghazi2-156/+141
2003-08-16i386.c (ix86_fntype_regparm): Rename from ...Jan Hubicka1-54/+66
2003-08-14pa.c (pa_adjust_insn_length): Delete adjustment for delay slot in direct calls.John David Anglin1-59/+63
2003-08-14config.gcc (iq2000*-*-elf*): Don't set xm_file.Zack Weinberg1-35/+0
2003-08-14linux.h (DBX_REGISTER_NUMBER): Define so to map a special index for MD_FALLBA...Kaz Kojima1-0/+11
2003-08-13sh.c (sh_get_pr_initial_val): Always wrap in unspec for TARGET_SH1.J"orn Rennecke2-3/+7
2003-08-13rs6000.md (ctrsi, ctrdi): Reenable handling of decrement-and-branch farther t...Dale Johannesen1-12/+12
2003-08-12iris6.h: Convert to C90 prototypes.Richard Sandiford4-945/+589
2003-08-12mips.h: Tweak various comments.Richard Sandiford2-342/+97
2003-08-12lib1funcs.asm (__udivdi3): Add .type and .size information in SHmedia case too.Kaz Kojima1-0/+30
2003-08-11avr.c (avr_init_once): Use xcalloc in lieu of xmalloc/memset.Kaveh R. Ghazi2-12/+6
2003-08-11lib2funcs.S: Fix whitespace.Bob Wilson2-669/+437
2003-08-11mips.c: Various formatting fixes.Richard Sandiford3-52/+53
2003-08-11rs6000.c (spe_init_builtins): Handle evsplati and evsplatfi here.Aldy Hernandez1-2/+20
2003-08-10mips.c (mips_no_mips16_string): Remove.Richard Sandiford2-34/+20
2003-08-10mips-protos.h (coprocessor_operand): Remove declaration.Richard Sandiford4-477/+13
2003-08-09* pa.c (pa_asm_output_mi_thunk): Fix typo.John David Anglin1-1/+1
2003-08-09re PR target/11699 (internal compiler error, unrecognized instruction.)Richard Sandiford1-0/+7
2003-08-09pa.md (extzv, extv, insv): Fix operand limit checks.John David Anglin1-26/+47
2003-08-08re PR target/11535 (__builtin_return_address may not work on ia64)Richard Henderson4-51/+112
2003-08-08iq2000: New port.Stan Cox8-0/+8168
2003-08-08pa.c (update_total_code_bytes): Use new macro IN_NAMED_SECTION_P.John David Anglin2-12/+21
2003-08-08re PR c++/11712 ([HPUX 11.00 - gcc 3.3] __STDC_EXT__ not defined for .cpp by ...John David Anglin3-0/+21
2003-08-07sh.c (calc_live_regs): If the return address pointer is live, force pr live.J"orn Rennecke2-18/+46
2003-08-07sh.h (CALL_USED_REGISTERS): Include PR_REG and PR_MEDIA_REG.J"orn Rennecke2-4/+4
2003-08-07* config/s390/s390.md: Replace all occurrences of \\t with \t.Ulrich Weigand1-664/+664
2003-08-06extend.texi (Function Attributes): Document the IA-64 version of the "model" ...David Mosberger3-3/+157
2003-08-06Fix SHcompact exception handling:J"orn Rennecke3-12/+65
2003-08-06Preliminary i386-pc-nto-qnx6 support.Graeme Peterson2-0/+108
2003-08-05mips.md (fix_truncdfsi2_macro): Properly restore ".set nomacro" state.Chris Demetriou1-2/+2
2003-08-04mips.c (override_options): Disable -G on targets that have no .section support.Richard Sandiford1-1/+11
2003-08-03linux.h (SUBTARGET_LINK_SPEC): Don't set rpath.Kaz Kojima1-8/+9
2003-08-01s390.c (s390_select_ccmode): Do not attempt to use CCL, CCL1, or CCL2 modes w...Andreas Krebbel2-4/+161
2003-08-01i386.c (legitimate_pic_address_disp_p): Disallow TLS SYMBOL_REFs not inside U...Jakub Jelinek1-9/+17
2003-07-31cgraph.c (create_edge): Fix typo.Jan Hubicka1-2/+2
2003-07-31re PR bootstrap/9330 ([alpha-osf]small alphaev56-dec-osf5.1 --enable-threads=...Rainer Orth2-0/+9
2003-07-30mips.h (SIZE_TYPE, [...]): Undef these macros before defining them.Chris Demetriou1-4/+2
2003-07-30s390.md (UNSPEC_ROUND, [...]): New constants.Ulrich Weigand1-333/+243
2003-07-30s390.h (EH_RETURN_HANDLER_RTX): Compute offset symbolically.Ulrich Weigand1-1/+1
2003-07-30re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka1-1/+6
2003-07-29c-common.c (allow_pch): Remove.Geoffrey Keating1-0/+50
2003-07-28* i386.md (memory attribute) Avoid accessing uninitialized memoryJan Hubicka1-2/+2
2003-07-27varasm.c (output_constant_def_contents): Use ASM_DECLARE_CONSTANT_NAME if def...Geoffrey Keating1-11/+24
2003-07-26winnt.c: Revert 2003-07-08 change.Danny Smith1-14/+23