summaryrefslogtreecommitdiff
path: root/gcc/config/i386
Commit message (Expand)AuthorAgeFilesLines
* * config/i386/i386.h (TARGET_CPU_CPP_BUILTINS): Definerth2002-12-101-0/+9
* * target.h (gcc_target): Add cannot_force_const_mem.rth2002-12-091-23/+14
* * i386.c (ix86_expand_int_movcc): Use force_operand instead of constructinghubicka2002-12-081-10/+1
* * config/i386/cygwin.h (SUBTARGET_PROLOGUE): Replace withdannysmith2002-12-052-10/+6
* * i386.c (ix86_expand_int_movcc): Avoid overflow.hubicka2002-12-021-1/+1
* * config.gcc (x86_64-*-linux*) [tmake_file]: Remove i386/t-crtstuff.jakub2002-11-281-0/+6
* * config/i386/i386.h (DLL_IMPORT_EXPORT_PREFIX): Define.rth2002-11-272-7/+12
* * config/elfos.h (HANDLE_SYSV_PRAGMA): Define as 1.thorpej2002-11-264-4/+3
* * i386-protos.h (x86_64_sign_extended_value): Fix prototype.hubicka2002-11-213-78/+65
* * i386.md (length_immediate): Do not refer to insn address.hubicka2002-11-191-20/+19
* * i386.md (addqi_1_slp): Fix output template.hubicka2002-11-181-6/+6
* * config/i386/x86-64.h (MCOUNT_NAME): Change into string literal.jakub2002-11-161-1/+1
* * athlon.md, k6.md, pentium.md, ppro.md: Handle shift1, rotate1hubicka2002-11-165-62/+71
* * i386-protos.h (x86_function_profiler): New functionhubicka2002-11-158-71/+58
* * i386.c (construct_container): Fix handling of SSE_CLASS.hubicka2002-11-111-2/+4
* 2002-11-10 H.J. Lu <hjl@gnu.org>hjl2002-11-111-0/+4
* * i386.h (MIN_UNITS_PER_WORD): Define to 8 for x86-64 libgcc.hubicka2002-11-101-1/+5
* Index: ChangeLoggeoffk2002-11-071-11/+0
* Fix typo in my previous commit.hubicka2002-10-311-2/+2
* * i386.c (override_options): Set defaults for flag_omit_frame_pointer,hubicka2002-10-311-13/+34
* * i386.md (negdf2_ifs_rex64): Don't allow GPR operand.hubicka2002-10-311-3/+3
* * i386.h (CONST_DOUBLE_OK_FOR_LETTER_P): Remove 'H'hubicka2002-10-294-15/+23
* * linux64.h (DEFAULT_PCC_STRUCT_RETURN): Define.hubicka2002-10-271-0/+6
* * fixinc/inclhack.def (libc1_G_va_list): New fix.hp2002-10-241-1/+7
* * config/i386/i386.c (x86_output_mi_thunk): Fix x86_64 pic jump.rth2002-10-241-1/+8
* * config/i386/i386.c (local_symbolic_operand): Move LABEL_REF testjakub2002-10-231-3/+3
* Minor performance tweak, and workaround for reload bug.wilson2002-10-231-1/+1
* PR other/8289hubicka2002-10-222-19/+30
* gcc/rth2002-10-221-102/+135
* * i386.c (standard_sse_constant_p): Accept vector and integer zeros too.hubicka2002-10-224-6/+25
* * i386.md: FIx typo.hubicka2002-10-223-18/+31
* * i386.c (builtin_description): Add IX86_BUILTIN_PUNPCKHQDQ128.hubicka2002-10-224-30/+48
* * i386.c (builtin_description): Add punpcklqdq and movdq2qhubicka2002-10-214-16/+380
* * config/i386/i386.c (x86_64_sign_extended_value): Add allow_ripjakub2002-10-214-84/+231
* * target.h (struct gcc_target): Line wrap.rth2002-10-204-12/+10
* PR other/8202rakdver2002-10-203-0/+49
* * alpha-protos.h (alpha_output_mi_thunk_osf): Update signature tommitchel2002-10-203-6/+6
* * i386.c (classify_argument): Pass MMX arguments in memoryhubicka2002-10-193-73/+77
* * mmintrin.h (__m64): typedef it to v2si.hubicka2002-10-191-1/+1
* * mmintrin.h (__m64): typedef it to v2si.hubicka2002-10-192-25/+37
* * target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL.mmitchel2002-10-183-32/+117
* * config/netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): Definethorpej2002-10-183-0/+8
* * config/i386/i386.c (x86_initialize_trampoline): Emit a callthorpej2002-10-182-1/+15
* * mmintrin.h: Guard by __MMX__hubicka2002-10-174-1/+176
* Really commit patch announced at Oct 14hubicka2002-10-171-7/+9
* PR target/7386hubicka2002-10-163-25/+42
* gcc/rth2002-10-161-6/+2
* Fix x86 miscompilation of gdb mips simulator.wilson2002-10-151-1/+1
* * i386.md (movv2di_internal): New pattern.hubicka2002-10-153-246/+252
* * config/i386/i386.c (k6_cost): Correct typo.sayle2002-10-141-2/+2