summaryrefslogtreecommitdiff
path: root/gcc/config/i386
Commit message (Expand)AuthorAgeFilesLines
* Merge basic-improvements-branch to trunkZack Weinberg2002-12-1621-929/+2287
* i386.h (TARGET_CPU_CPP_BUILTINS): Define __tune_pentium2__ and __tune_pentium...Richard Henderson2002-12-091-0/+9
* target.h (gcc_target): Add cannot_force_const_mem.Richard Henderson2002-12-091-23/+14
* i386.c (ix86_expand_int_movcc): Use force_operand instead of constructing ins...Jan Hubicka2002-12-081-10/+1
* cygwin.h (SUBTARGET_PROLOGUE): Replace with PROFILE_HOOK.Danny Smith2002-12-052-10/+6
* * i386.c (ix86_expand_int_movcc): Avoid overflow.Jan Hubicka2002-12-021-1/+1
* config.gcc (x86_64-*-linux*): Remove i386/t-crtstuff.Jakub Jelinek2002-11-281-0/+6
* i386.h (DLL_IMPORT_EXPORT_PREFIX): Define.Casper S. Hornstrup2002-11-272-7/+12
* elfos.h (HANDLE_SYSV_PRAGMA): Define as 1.Jason Thorpe2002-11-264-4/+3
* i386-protos.h (x86_64_sign_extended_value): Fix prototype.Jan Hubicka2002-11-213-78/+65
* i386.md (length_immediate): Do not refer to insn address.Jan Hubicka2002-11-191-20/+19
* i386.md (addqi_1_slp): Fix output template.Jan Hubicka2002-11-181-6/+6
* * config/i386/x86-64.h (MCOUNT_NAME): Change into string literal.Jakub Jelinek2002-11-161-1/+1
* athlon.md, [...]: Handle shift1, rotate1Jan Hubicka2002-11-165-62/+71
* i386-protos.h (x86_function_profiler): New functionJan Hubicka2002-11-158-71/+58
* * i386.c (construct_container): Fix handling of SSE_CLASS.Jan Hubicka2002-11-111-2/+4
* calls.c (PUSH_ARGS_REVERSED): Define only if not defined.H.J. Lu2002-11-101-0/+4
* * i386.h (MIN_UNITS_PER_WORD): Define to 8 for x86-64 libgcc.Jan Hubicka2002-11-101-1/+5
* Index: ChangeLogGeoffrey Keating2002-11-071-11/+0
* Fix typo in my previous commit.Jan Hubicka2002-10-311-2/+2
* i386.c (override_options): Set defaults for flag_omit_frame_pointer...Jan Hubicka2002-10-311-13/+34
* * i386.md (negdf2_ifs_rex64): Don't allow GPR operand.Jan Hubicka2002-10-311-3/+3
* re PR target/8322 (SSE2 intrinsics broken?)Jan Hubicka2002-10-294-15/+23
* * linux64.h (DEFAULT_PCC_STRUCT_RETURN): Define.Jan Hubicka2002-10-271-0/+6
* inclhack.def (libc1_G_va_list): New fix.Hans-Peter Nilsson2002-10-241-1/+7
* * config/i386/i386.c (x86_output_mi_thunk): Fix x86_64 pic jump.Richard Henderson2002-10-241-1/+8
* i386.c (local_symbolic_operand): Move LABEL_REF test after CONST test.Jakub Jelinek2002-10-231-3/+3
* Minor performance tweak, and workaround for reload bug.Jim Wilson2002-10-221-1/+1
* re PR other/8289 (Errorneous prototypes of xmmintrin.h functions)Jan Hubicka2002-10-222-19/+30
* target.h (gcc_target.asm_out): Merge output_mi_thunk and output_mi_vcall_thun...Richard Henderson2002-10-221-102/+135
* i386.c (standard_sse_constant_p): Accept vector and integer zeros too.Jan Hubicka2002-10-224-6/+25
* i386.md: FIx typo.Jan Hubicka2002-10-223-18/+31
* i386.c (builtin_description): Add IX86_BUILTIN_PUNPCKHQDQ128.Jan Hubicka2002-10-224-30/+48
* i386.c (builtin_description): Add punpcklqdq and movdq2qJan Hubicka2002-10-214-16/+380
* i386.c (x86_64_sign_extended_value): Add allow_rip argument.Jakub Jelinek2002-10-214-84/+231
* target.h (struct gcc_target): Line wrap.Richard Henderson2002-10-204-12/+10
* re PR other/8202 (_mm_srli_si128 and _mm_slli_si128 missing from xmmintrin.h)Zdenek Dvorak2002-10-203-0/+49
* alpha-protos.h (alpha_output_mi_thunk_osf): Update signature to match target.h.Mark Mitchell2002-10-203-6/+6
* i386.c (classify_argument): Pass MMX arguments in memoryJan Hubicka2002-10-193-73/+77
* mmintrin.h (__m64): typedef it to v2si.Jan Hubicka2002-10-191-1/+1
* re PR target/7693 (Typo in i386 mmintrin.h header)Jan Hubicka2002-10-192-25/+37
* target-def.h (TARGET_ASM_OUTPUT_MI_THUNK): Default to NULL.Mark Mitchell2002-10-183-32/+117
* netbsd.h (NETBSD_ENABLE_EXECUTE_STACK): Define __enable_execute_stack function.Jason Thorpe2002-10-183-0/+8
* i386.c (x86_initialize_trampoline): Emit a call to __enable_execute_stack wit...Jason Thorpe2002-10-182-1/+15
* re PR other/8062 (double precision loads and stores missing from xmmintrin.h)Jan Hubicka2002-10-174-1/+176
* Really commit patch announced at Oct 14 PR c/7344Jan Hubicka2002-10-171-7/+9
* re PR c++/7386 (ran gcc compiler and it said to report htebug)Jan Hubicka2002-10-163-25/+42
* real.c (real_to_decimal): Accept BUF_SIZE and CROP_TRAILING_ZEROS as arguments.Richard Henderson2002-10-151-6/+2
* Fix x86 miscompilation of gdb mips simulator.Jim Wilson2002-10-151-1/+1
* re PR c/7344 (performance regression on huge case statements)Jan Hubicka2002-10-153-246/+252