| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Define __SSE2__ if -msse2 instead of __SSE2_BUILTINS__ | bernds | 2002-05-08 | 2 | -2/+2 |
* | * c-common.c (c_common_init): Set options->unsigned_wchar. | neil | 2002-05-07 | 8 | -16/+0 |
* | Fix problems compiling xmmintrin.h with only -msse. | bernds | 2002-05-06 | 2 | -2/+3 |
* | * i386.c (q_regs_operand): Use ANY_QI_REGS_P. | hubicka | 2002-05-06 | 1 | -1/+1 |
* | Fix bugs in SSE2 suppport and add SSE2 functions to xmmintrin.h | bernds | 2002-05-04 | 3 | -46/+1160 |
* | * config/i386/netbsd64.h (CPP_LP64_SPEC): Define. | thorpej | 2002-05-04 | 1 | -0/+18 |
* | * i386.c (expand_movstr, expand_clrstr): Fix inline-all-stringops | hubicka | 2002-05-03 | 1 | -16/+26 |
* | * config/i386/i386.c (ix86_expand_int_movcc): Truncate to proper | jakub | 2002-05-03 | 1 | -1/+3 |
* | * i386.md (attribute memory): Handle compares properly. | hubicka | 2002-05-03 | 1 | -2/+2 |
* | * i386.c (sse_clrsf, sse_clrsi): Set memory attribute | hubicka | 2002-05-03 | 1 | -0/+2 |
* | * i386.md (type): Add new SSE/MMX subtypes, remove usused fop1. | hubicka | 2002-04-30 | 1 | -365/+694 |
* | Initial P4 SSE2 builtin support | bernds | 2002-04-29 | 3 | -130/+2191 |
* | * i386.md (sse_mov?fcc*): Revert patch of Mar 14th. | hubicka | 2002-04-29 | 1 | -9/+9 |
* | * i386.c (dbx64_register_map): Fix typo. | hubicka | 2002-04-29 | 1 | -1/+1 |
* | PR bootstrap/6445 | mmitchel | 2002-04-27 | 1 | -1/+1 |
* | 2002-04-26 Bo Thorsen <bo@suse.co.uk> | bo | 2002-04-26 | 1 | -0/+65 |
* | * i386.c (ix86_output_addr_diff_elt): Avoid x86_64 binutils bug | hubicka | 2002-04-23 | 1 | -4/+8 |
* | PR target/6413 | amodra | 2002-04-23 | 1 | -1/+1 |
* | PR optimization/3756 | jakub | 2002-04-19 | 1 | -13/+99 |
* | * i386.md (movsi_1, movhi_1): Force reload to use more flexible | hubicka | 2002-04-19 | 1 | -2/+12 |
* | * i386.h (SSE_FLOAT_MODE_P): Fix bogus conflict resolution | hubicka | 2002-04-18 | 1 | -1/+1 |
* | * i386.h (SSE_FLOAT_MODE_P): Kill bogus TARGET_SSE_MATH check. | hubicka | 2002-04-18 | 2 | -10/+10 |
* | PR middle-end/6205 | jakub | 2002-04-18 | 1 | -1/+4 |
* | PR target/6303 | jakub | 2002-04-16 | 1 | -5/+9 |
* | * config/alpha/linux.h, config/arm/linux-elf.h, config/i370/linux.h, | rth | 2002-04-15 | 4 | -4/+4 |
* | * config/i386/gnu.h (CPP_PREDEFINES): Define __gnu_hurd__, | mmitchel | 2002-04-13 | 1 | -1/+1 |
* | * alpha/linux.h: Define __gnu_linux__ wherever __linux__ is | mmitchel | 2002-04-13 | 5 | -6/+6 |
* | * config/i386/i386-interix.h (CPP_PREDEFINES): Handle __declspec. | kenner | 2002-04-12 | 1 | -0/+1 |
* | * config/i386/i386-interix.h (EH_FRAME_IN_DATA_SECTION): Define. | kenner | 2002-04-12 | 2 | -3/+10 |
* | 2002-04-12 Eric Norum <eric.norum@usask.ca> | joel | 2002-04-12 | 2 | -16/+2 |
* | 2002-04-11 David O'Brien <obrien@FreeBSD.org> | obrien | 2002-04-12 | 1 | -0/+8 |
* | fix comment | jason | 2002-04-03 | 1 | -1/+1 |
* | 2002-04-02 David O'Brien <obrien@FreeBSD.org> | obrien | 2002-04-03 | 51 | -331/+181 |
* | PR opt/190 | rth | 2002-04-02 | 1 | -0/+2 |
* | * gcc.c: Revert previous patch for now. | aoliva | 2002-03-31 | 1 | -2/+2 |
* | * gcc.c (LIBGCC_SPEC): Folded %L and duplicate %G here... | aoliva | 2002-03-31 | 1 | -2/+2 |
* | * local-alloc.c (local_alloc): Avoid call of update_equiv_regs when not opti... | hubicka | 2002-03-30 | 1 | -7/+29 |
* | * config/i386/i386.c (x86_arch_always_fancy_math_387): New. | rth | 2002-03-29 | 3 | -3/+10 |
* | * Makefile.in (except.o): Update. | neil | 2002-03-29 | 1 | -1/+2 |
* | * config/i386/freebsd.h (LINK_SPEC): Don't pass default | ljrittle | 2002-03-29 | 1 | -2/+2 |
* | * config/i386/i386.c (classify_argument): Also check for | schwab | 2002-03-27 | 1 | -1/+2 |
* | * i386.c (ix86_output_addr_diff_elt): Remove binutils bug workaround. | hubicka | 2002-03-27 | 1 | -1/+1 |
* | * config/i386/cygwin.h (TARGET_DLL, TARGET_WIN32, | dannysmith | 2002-03-27 | 1 | -24/+14 |
* | * config/i386/mingw32.h (WINT_TYPE): Define as "short unsigned | dannysmith | 2002-03-25 | 1 | -0/+3 |
* | * c-pragma.c (maybe_apply_renaming_pragma): New. | rth | 2002-03-22 | 1 | -2/+3 |
* | * config/i386/i386.c, config/i386/i386.md: Change all occurences | rth | 2002-03-22 | 2 | -47/+36 |
* | * config/i386/sol2.h (ASM_QUAD): Undef. Fixes PR bootstrap/5948. | tromey | 2002-03-21 | 1 | -0/+3 |
* | * config/i386/cygwin.h (DWARF2_UNWIND_INFO): Define to 0. | jason | 2002-03-21 | 1 | -0/+5 |
* | PR c/5972 | jakub | 2002-03-20 | 3 | -10/+39 |
* | PR 5878 | rth | 2002-03-13 | 2 | -9/+7 |