aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386
AgeCommit message (Expand)AuthorFilesLines
2002-02-02* config/i386/i386.h (CPP_CPUCOMMON_SPEC): Add missing | separators.Jakub Jelinek1-2/+2
2002-01-29i386.h (LIMIT_RELOAD_CLASS): Handle LEGACY_REGS and INDEX_REGS the same as GE...Jakub Jelinek1-2/+4
2002-01-28* config/i386/djgpp.h: Use STRIP_NAME_ENCODING in macro UNIQUE_SECTIONAndris Pavenis1-0/+2
2002-01-26Makefile.in (CRTSTUFF_CFLAGS): New.Richard Henderson3-19/+26
2002-01-26x86-64.h (DEFAULT_PCC_STRUCT_RETURN): Do not overide default setting.David O'Brien2-14/+0
2002-01-26config.gcc (x86_64-*-freebsd*): New target.David O'Brien1-0/+52
2002-01-24* config/i386/t-djgpp: Use NATIVE_SYSTEM_HEADER_DIR.Andris Pavenis1-1/+1
2002-01-23* config/i386/freebsd-aout.h (ASM_QUAD): Undefine.Alexandre Oliva1-1/+5
2002-01-22re PR target/5379 ([i386] internal error: Segmentation fault (prefetch relate...Janis Johnson1-1/+1
2002-01-22re PR other/5450 (__i386__ not defined on unixsware)Craig Rodrigues1-0/+3
2002-01-22config.gcc (x86_64-*-netbsd*): New target.Jason Thorpe1-0/+66
2002-01-22netbsd.h (TARGET_HAS_F_SETLKW): define.Jason Thorpe2-88/+40
2002-01-21i386.c (ix86_function_arg_regno_p): Never return true for 64-bit mode only SS...Jakub Jelinek1-1/+2
2002-01-16* i386.md (minsf splitter): Fix pasto.Jan Hubicka1-2/+2
2002-01-16expmed.c (extract_fixed_bit_field): Remove unused code.Kazu Hirata1-13/+0
2002-01-15system.h (ASM_IDENTIFY_GCC, [...]): Poison.Joseph Myers1-3/+3
2002-01-15* config/i386/i386.c: Fix formatting.Kazu Hirata1-35/+35
2002-01-14i386.md (prefetch): Tidy.Richard Henderson1-7/+4
2002-01-12* config/i386/i386.c (bdesc_2arg): Mark psadbw MASK_3DNOW_A.Richard Henderson1-1/+1
2002-01-12i386.c (override_options): If SSE, enable sse prefetch.Richard Henderson5-558/+313
2002-01-11mmintrin.h: New file.Richard Henderson4-4/+1608
2002-01-11i386.h (CPP_CPUCOMMON_SPEC): Remove wrong mcpu.Andreas Jaeger1-1/+1
2002-01-11i386.h (CPP_CPUCOMMON_SPEC): Remove duplicated march.Andreas Jaeger1-1/+1
2002-01-10toplev.c: Don't declare environ (it's not used anywhere).Zack Weinberg1-2/+0
2002-01-10configure.in: Set stage1_cflags for powerpc-*-darwin*.Zack Weinberg3-8/+0
2002-01-10basic-block.h (update_br_prob_note): Declare.Jan Hubicka1-8/+12
2002-01-10* i386.md (sse_mov?fcc_const0_?): Fix constraints.Jan Hubicka1-8/+8
2002-01-10optabs.c (expand_fix): Look for wider integer modes first.Jan Hubicka1-7/+12
2002-01-08tm.texi (EASY_DIV_EXPR, [...]): Remove documentation of obsolete macros.Joseph Myers1-8/+0
2002-01-07i386.h: Update copyright date.Graham Stott1-226/+249
2002-01-07i386.c: Update copyright.Graham Stott1-11/+12
2002-01-03function.h (struct function): Add profile.William Cohen4-6/+6
2002-01-03avr.c: Fix comment typos.Kazu Hirata1-2/+2
2001-12-30i386.c (ix86_asm_dialect): Fix enum type.Graham Stott2-24/+25
2001-12-23arc.c (arc_hard_regno_mode_ok): Const-ify.Kaveh R. Ghazi1-1/+1
2001-12-231750a.h (datalbl, jmplbl): Declare array size explicitly.Kaveh R. Ghazi1-1/+1
2001-12-22i386.h (TARGET_CPU_DEFAULT_pentium_mmx): New.Jan Hubicka1-9/+10
2001-12-20configure.in (all_headers, [...]): Remove.Joseph Myers1-2/+1
2001-12-20varasm.c (assemble_real): Use REAL_VALUE_TO_x and assemble_integer to emit fl...Richard Henderson5-237/+0
2001-12-18att.h (ASM_FILE_START): Use asm_dialect.Jan Hubicka5-26/+48
2001-12-17target.h (asm_out.byte_op, [...]): New fields.Richard Sandiford10-64/+22
2001-12-16clix.h (ASM_OUTPUT_ASCII): Avoid signed/unsigned warnings.Kaveh R. Ghazi7-13/+13
2001-12-16uwin.h (MD_STARTFILE_PREFIX): Avoid redefinition warnings.Kaveh R. Ghazi1-0/+1
2001-12-15c-typeck.c, [...]: Use "built-in" and "bit-field" spellings in messages.Joseph Myers1-8/+8
2001-12-15configure.in: Check for ld.Jakub Jelinek1-1/+2
2001-12-14cygwin.h (I386_PE_STRIP_ENCODING): Handle '*' at SYM_NAME[0] or SYM_NAME[3].DJ Delorie1-2/+3
2001-12-14config.gcc: Revamp target_cpu_default2 to strings; support new x86 variants.Jan Hubicka3-88/+211
2001-12-14* i386.md (sqrt?f): Fix conditionals.Jan Hubicka1-6/+6
2001-12-14i386.c (ix86_fpmath, [...]): New.Jan Hubicka3-45/+160
2001-12-13predict.c (estimate_probability): Reorganize opcode heuristics.Jan Hubicka2-40/+101