aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386
AgeCommit message (Expand)AuthorFilesLines
2003-09-08re PR target/11689 (g++3.3 emits un-assembleable code for k6 architecture)Eric Botcazou1-3/+15
2003-09-04re PR target/12101 (i386 Solaris no longer works with GNU as?)Rainer Orth2-8/+6
2003-09-04freebsd.h (SIZE_TYPE): Support TARGET_64BIT.David O'Brien1-3/+3
2003-09-03targhooks.c: New file.DJ Delorie1-3/+3
2003-09-03config.gcc (m68k-*-linux*): Remove definition of LINUX_DEFAULT_ELF.Bernardo Innocenti2-14/+0
2003-08-24i386.i386.c (ix86_return_in_memory): Reformat.Richard Henderson1-19/+53
2003-08-23re PR c/11369 (too relaxed checking with -Wstrict-prototypes)Jan Hubicka3-26/+94
2003-08-22i386.c (const_int_1_operand): Simplify an integer comparison.Kazu Hirata1-1/+1
2003-08-21Makefile.in (INCLUDES): Remove -I$(srcdir)/config.Zack Weinberg1-3/+1
2003-08-20freebsd.h (ASM_OUTPUT_MAX_SKIP_ALIGN): Handle redefine warning.Loren J. Rittle1-0/+1
2003-08-20darwin.h (LINK_COMMAND_SPEC): Add -arch and -arch_only options.Geoffrey Keating1-0/+10
2003-08-19i386.c (legitimate_pic_address_disp_p): Change the strstr with $pb to a strco...Andrew Pinski1-3/+6
2003-08-17alpha.md: Remove usage of PARAMS.Andreas Jaeger5-130/+94
2003-08-16i386.c (ix86_fntype_regparm): Rename from ...Jan Hubicka1-54/+66
2003-08-06Preliminary i386-pc-nto-qnx6 support.Graeme Peterson2-0/+108
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-30re PR c/10320 (gcc 3.4 gets rid of static inline function that does not get i...Jan Hubicka1-1/+6
2003-07-28* i386.md (memory attribute) Avoid accessing uninitialized memoryJan Hubicka1-2/+2
2003-07-26winnt.c: Revert 2003-07-08 change.Danny Smith1-14/+23
2003-07-22combine.c (if_then_else_cond): Simplify the comparison of rtx against -1, 0, ...Kazu Hirata1-4/+3
2003-07-16xm-mingw32.h (HOST_BIT_BUCKET): Define as "nul".Danny Smith1-13/+17
2003-07-16winnt.c (associated_type): Artificial methods are not affected by the import/...Danny Smith1-9/+12
2003-07-15re PR target/10795 (ICE in extract_insn, at recog.c:2188)Kazu Hirata1-0/+5
2003-07-14gthr-win32.c (__GTHREAD_HIDE_WIN32API): Define to 1.Aaron W. LaFramboise1-1/+1
2003-07-11freebsd.h (SET_ASM_OP): Remove.Loren J. Rittle1-15/+14
2003-07-11regclass.c (choose_hard_reg_mode): Add third argument.J"orn Rennecke1-1/+1
2003-07-09i386.c (ix86_function_arg_boundary): Remove abort.Aldy Hernandez1-4/+2
2003-07-09i386.md: Remove an old comment about NOTICE_UPDATE_CC.Kazu Hirata1-3/+0
2003-07-08re PR bootstrap/11455 (Bootstrap failure in Cygwin)Danny Smith1-23/+14
2003-07-08re PR target/11420 ([x86_64] gcc generates invalid asm code when "-O -fPIC" i...Jakub Jelinek3-36/+54
2003-07-08* config/i386/i386.md: Correct check-in of incorrect version.Roger Sayle1-4/+4
2003-07-08re PR target/10979 (ICE in subst_stack_regs_pat with -O -ffast-math and atan2)Roger Sayle1-5/+57
2003-07-07i386-protos.h: Convert prototypes to ISO C90.Andreas Jaeger2-1052/+643
2003-07-06h8300.c: Fix comment typos.Kazu Hirata3-3/+3
2003-07-05ggc.h: Follow spelling conventions.Kazu Hirata2-2/+2
2003-07-04PR c++/5287, PR c++/7910, PR c++/11021Danny Smith1-60/+135
2003-07-03system.h: Include filenames.h.Zack Weinberg4-29/+1
2003-07-02emmintrin.h: Fix comment typos.Kazu Hirata4-11/+11
2003-07-01sol2.h, [...]: Use c_dialect_ macros.Neil Booth1-2/+2
2003-06-30(fyl2x_sfxf3, fyl2x_dfxf3, fscale_sfxf3, fscale_dfxf3): Fix condition.Jan Hubicka1-6/+6
2003-06-30i386.c (standard_80387_constant_p): Accept TFmode constants too.Jan Hubicka2-29/+151
2003-06-28builtins.c: Follow spelling conventions.Kazu Hirata1-1/+1
2003-06-26Makefile.in (cfgrtl.o): Add expr.h dependency.Zdenek Dvorak1-0/+3
2003-06-25extend.texi: Document new builtin functions for Intel Prescott New Intrunctions.H.J. Lu4-9/+383
2003-06-25i386.c (MASK_SSE1): Removed.H.J. Lu2-140/+135
2003-06-25real.h (ieee_extended_intel_96_round_53_format): New.Richard Henderson1-0/+10
2003-06-23i386.c (x86_output_mi_thunk): Don't pass MEM to %P0, just SYMBOL_REF.Jakub Jelinek1-3/+2
2003-06-21* i386.c (ix86_va_arg): Fix allocation of temporary slot.Jan Hubicka1-2/+4
2003-06-19target.h (asm_out.file_start, [...]): New hooks.Zack Weinberg8-46/+31