summaryrefslogtreecommitdiff
path: root/gcc/config/i386
Commit message (Expand)AuthorAgeFilesLines
* real.h (ieee_extended_intel_96_round_53_format): New.Richard Henderson2003-06-251-0/+10
* i386.c (x86_output_mi_thunk): Don't pass MEM to %P0, just SYMBOL_REF.Jakub Jelinek2003-06-231-3/+2
* * i386.c (ix86_va_arg): Fix allocation of temporary slot.Jan Hubicka2003-06-211-2/+4
* target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg2003-06-198-46/+31
* re PR bootstrap/4068 ([linux-x86] bootstrapping on glibc2.0 systems)Joseph Myers2003-06-181-1/+1
* i386.c (ix86_memory_move_cost): Fix typo.Vladimir Makarov2003-06-161-2/+2
* optabs.h (enum optab_index): Add new OTI_tan and OTI_atan.Roger Sayle2003-06-161-0/+52
* i386.md (expsf2, [...]): New patterns to implement exp, expf and expl built-i...Roger Sayle2003-06-151-1/+131
* rtl.h (STORE_FLAG_VALUE): Remove default definition from here.Roger Sayle2003-06-141-5/+0
* svr3.h (ASM_FILE_START): Don't use ASM_FILE_START_1.Zack Weinberg2003-06-143-12/+0
* bsd.h: Remove ASM_FILE_START.Kelley Cook2003-06-133-23/+1
* re PR other/1494 (Residual EGCS references in comments)Nathanael Nerode2003-06-131-2/+1
* * config/i386/svr3dbx.h: GNU CC -> GCC; Intel 385 -> Intel 386.Nathanael Nerode2003-06-131-5/+5
* re PR target/11089 (ICE: instantiate_virtual_regs_lossage while using sse bui...Richard Henderson2003-06-121-3/+32
* i386.c (legitimate_constant_p): Handle UNSPEC_NTPOFF and UNSPEC_DTPOFF.Richard Henderson2003-06-121-0/+3
* Kaos support from Uwe StieberUwe Stieber2003-06-111-0/+24
* d30v.h: Delete reference to ASM_FINAL_SPEC.Roger Sayle2003-06-111-2/+0
* re PR target/8787 ([DJGPP] GCC fails to emit .intel_syntax when invoked with ...Andrew Pinski2003-06-091-0/+2
* i386.md (subsi_3_zext, [...]): Fix predicates.Jan Hubicka2003-06-083-5/+8
* config.gcc (with_cpu handling): Translate sparc64 in $machine to --with-cpu=v9.Zack Weinberg2003-06-077-38/+24
* i386.h (OPTION_DEFAULT_SPECS): Avoid -mcpu default when -march is specified.Jan Hubicka2003-06-072-3/+3
* Makefile.in (stageprofile_build): Kill redundant target.Jan Hubicka2003-06-071-1/+2
* tm.texi (Costs): Remove DONT_REDUCE_ADDR documentation.Andreas Jaeger2003-06-071-6/+0
* Apply the right patch.H.J. Lu2003-06-062-81/+447
* config.gcc (extra_headers): Add emmintrin.h for i[34567]86-*-* and x86_64-*-*.H.J. Lu2003-06-063-1467/+1586
* re PR rtl-optimization/4490 (ICE with -m128bit-long-double)Kelley Cook2003-06-051-55/+55
* i386.md (align): Fix warning; clarify what to do when no p2align is available.Jan Hubicka2003-06-051-2/+5
* i386.c (struct ix86_address): Add seg.Richard Henderson2003-06-045-223/+355
* * config/i386/i386.md (align): Use ASM_OUTPUT_*ALIGN macros.Richard Henderson2003-06-041-4/+8
* config.gcc: Reorganize --with-cpu logic.Daniel Jacobowitz2003-06-041-0/+6
* alpha.c (print_operand_address): Fix format specifier warnings.Kaveh R. Ghazi2003-06-042-2/+2
* function.c (trampolines_created): New variable.Jakub Jelinek2003-06-043-0/+18
* i386.c (min_insn_size, [...]): New functionsJan Hubicka2003-06-042-0/+128
* linux.h (NO_PROFILE_COUNTERS): Define to 1.Jakub Jelinek2003-06-043-3/+3
* i386.c (ix86_reorg): Replace the jump instead of adding nop.Jan Hubicka2003-06-042-8/+28
* uwin.h: Remove SUBTARGET_PROLOGUE.Andreas Jaeger2003-06-042-9/+1
* x86-64.h: Remove two target-independent comments; replace "GNU CC" with "GCC".Nathanael Nerode2003-06-031-14/+5
* configure.in (HAVE_LD_PIE): Check for ld -pie.Jakub Jelinek2003-06-033-13/+2
* re PR target/11044 ([x86] out of range loop instructions for FP code on K6)Eric Botcazou2003-06-011-0/+2
* config.gcc (i[34567]86-*-mingw32*): Add host makefile fragment i386/x-mingw32.Danny Smith2003-05-281-0/+4
* mingw32.h (STANDARD_INCLUDE_DIR): Update.Aaron W. LaFramboise2003-05-281-2/+7
* * i386.c (ix86_reorg): Calls are also jumps.Jan Hubicka2003-05-231-2/+3
* i386.h (TARGET_CPU_CPP_BUILTINS): Define __amd64 and __amd64__; do not use as...Jan Hubicka2003-05-231-1/+2
* re PR c++/9738 ([mingw] Internal compiler error in rest_of_compilation, at to...Danny Smith2003-05-211-4/+2
* c-cppbuiltin.c (TARGET_OS_CPP_BUILTINS, [...]): Default here.Neil Booth2003-05-186-6/+0
* config.gcc: Purge all targets obsoleted in GCC 3.3.Zack Weinberg2003-05-151-173/+0
* re PR rtl-optimization/10764 (ICE when using log(), -fast-math and optimization)Roger Sayle2003-05-141-44/+56
* target-def.h (TARGET_MACHINE_DEPENDENT_REORG): Define.Richard Sandiford2003-05-143-6/+6
* Mon May 12 11:32:53 CEST 2003 Jan Hubicka <jh@suse.cz>Jan Hubicka2003-05-125-8/+8
* i386.md (logsf2, [...]): New patterns to implement log, logf and logl built-i...Roger Sayle2003-05-121-0/+101