aboutsummaryrefslogtreecommitdiff
path: root/gcc/config/i386
AgeCommit message (Expand)AuthorFilesLines
2009-04-09i386.md (cmpcc): New.Paolo Bonzini2-102/+27
2009-04-08re PR bootstrap/39660 (Mingw Bootstrap stops with "..host-mingw32.c:140: erro...Danny Smith1-17/+22
2009-04-07i386.c (ix86_compare_emitted): Remove.Paolo Bonzini4-20/+13
2009-04-06i386.md: Revert 2 accidental checkins.H.J. Lu1-2/+4
2009-04-06Atom pipeline model, tuning and insn selection.Joey Ye6-51/+1006
2009-04-06config.gcc (mingw32 tm_file): Add mingw-stdint.h.Danny Smith1-0/+50
2009-04-05config.gcc (cygwin tm_file): Add cygwin-stdint.h.Dave Korn1-0/+51
2009-04-02i386.c (ix86_abi): Move initialization to ...H.J. Lu1-1/+3
2009-04-01better m128i constant materializationXinliang David Li1-3/+2
2009-04-01host-mingw32.c (mingw32_gt_pch_use_address): Make object_name unique for each...Kai Tietz1-2/+13
2009-03-31re PR target/39592 (Revision 145272 breaks -ansi -msse)Joseph Myers1-4/+4
2009-03-30re PR target/38781 (PR38151: valgrind finds problem)H.J. Lu1-7/+6
2009-03-30re PR middle-end/323 (optimized code gives strange floating point results)Joseph Myers2-25/+78
2009-03-29re PR target/39545 (Structures with flexible array member passed/returned inc...H.J. Lu1-2/+24
2009-03-29i386-protos.h (ix86_agi_dependent): New.H.J. Lu2-38/+32
2009-03-29Approved in http://gcc.gnu.org/ml/gcc-patches/2008-12/msg00733.html.Ben Elliston1-0/+7
2009-03-28inclhack.def (aix_syswait, [...]): Remove.Joseph Myers2-94/+0
2009-03-27re PR target/39472 (Add -mabi=[ms|sysv])H.J. Lu7-50/+72
2009-03-19re PR target/39496 (GCC uses non-standard calling conventions for static func...Jakub Jelinek1-2/+4
2009-03-17re PR target/39482 (ICE in inline_secondary_memory_needed, at config/i386/i38...Uros Bizjak1-28/+24
2009-03-17re PR target/39476 (Typo in ix86_function_regparm in i386.c)H.J. Lu1-6/+4
2009-03-17re PR target/39473 (Typo in untyped_call in i386.md)H.J. Lu2-12/+14
2009-03-13x-mingw32 (host-mingw32.o): Replace diagnostic.h with $(DIAGNOSTIC_H).Catherine Moore1-1/+1
2009-03-12re PR target/39431 (ICE in spill_failure, at reload1.c:2093)Jakub Jelinek2-7/+49
2009-03-12re PR target/39445 (failure of SSE2 tests)H.J. Lu1-4/+3
2009-03-12re PR target/39327 (Incorrect addsub/unpck patterns in sse.md)H.J. Lu1-4/+4
2009-03-12re PR target/38824 (performance regression of sse code from 4.2/4.3)H.J. Lu1-2/+2
2009-03-11re PR target/39137 (-mpreferred-stack-boundary=2 causes lots of dynamic realign)Jakub Jelinek2-5/+42
2009-03-08i386.c (ix86_maybe_switch_abi): Use named constants instead of magic numbers.Uros Bizjak1-1/+1
2009-03-05i386.md (R8_REG, R9_REG): New constants.Uros Bizjak3-28/+36
2009-03-02i386.md (ST?_REG, MM?_REG): New constants.Uros Bizjak3-54/+70
2009-03-02i386.h (CONDITIONAL_REGISTER_USAGE): Do not copy reg_class_contents of FLOAT_...Uros Bizjak1-10/+4
2009-03-01i386.h (CONDITIONAL_REGISTER_USAGE): Use defined names instead of magic const...Uros Bizjak1-2/+2
2009-03-01i386.h (CONDITIONAL_REGISTER_USAGE): Do not shadow "i" variable.Uros Bizjak1-26/+17
2009-02-28re PR target/39327 (Incorrect addsub/unpck patterns in sse.md)H.J. Lu1-16/+16
2009-02-21i386.c (classify_argument): Don't allow COImode and OImode.H.J. Lu1-9/+19
2009-02-21re PR target/39261 (_mm256_set_epi64x failed on 32bit)H.J. Lu1-2/+8
2009-02-21re PR target/39256 (__m256 isn't returned in ymm0 in 32bit)H.J. Lu1-2/+11
2009-02-21winnt.c (i386_pe_asm_output_aligned_decl_common): Revert accidental And undoc...Danny Smith1-2/+1
2009-02-20Update Copyright years for files modified in 2008 and/or 2009.Jakub Jelinek39-41/+45
2009-02-19re PR target/39228 (387 optimised __builtin_isinf() gives incorrect result)Uros Bizjak1-2/+61
2009-02-18re PR target/39224 (ABI attribute doesn't work with long double)H.J. Lu1-4/+7
2009-02-17re PR target/38891 (using ms_abi function attribute with -mno-sse generates a...H.J. Lu1-11/+11
2009-02-17re PR target/39082 (union with long double doesn't follow x86-64 psABI)H.J. Lu1-3/+17
2009-02-16re PR target/37049 (Unaligned move used on aligned destination of push insn)H.J. Lu1-0/+6
2009-02-15re PR rtl-optimization/39196 (ICE in copyprop_hardreg_forward_1, at regrename...H.J. Lu1-1/+2
2009-02-13re PR target/39149 (Typo in i386.c)H.J. Lu1-6/+6
2009-02-13re PR target/39152 (Revision 144098 breaks 416.gamess in SPEC CPU 2006)H.J. Lu1-1/+3
2009-02-13re PR target/39162 (Gcc doesn't warn __m256 when -mavx isn't used)H.J. Lu1-33/+37
2009-02-12i386.c (construct_container): Rewrite processing BLKmode with X86_64_SSE_CLASS.H.J. Lu1-12/+26