summaryrefslogtreecommitdiff
path: root/gcc/config/i386/i386.c
Commit message (Expand)AuthorAgeFilesLines
* * i386.c (ix86_compute_frame_size): Omit padding1 if therth2000-01-301-6/+6
* * dwarf2out.c: include "varray.h", not dyn-string.h.jason2000-01-251-0/+45
* * i386.h (FIRST_PSEUDO_REGISTER): Set to 21.hubicka2000-01-241-80/+164
* * i386.h (PREDICATE_CODES): Add aligned_operand.hubicka2000-01-241-51/+54
* * i386.c (dbx_register_map, svr4_dbx_register_map): New.rth2000-01-231-3/+75
* * i386-protos.h (ix86_compute_frame_size): Remove prototype.hubicka2000-01-201-75/+156
* * alpha-protos.h: PROTO -> PARAMS.ghazi2000-01-181-21/+21
* * i386.md (memstr): Do not use rep stosb for counts divisible by 4hubicka2000-01-181-43/+69
* * resource.c (mark_referenced_resources): Mark a set strict_low_partoliva2000-01-111-2/+0
* * i386.md (movstrsi expander): Rewrite.hubicka2000-01-111-0/+1
* * i386.c (ix86_attr_length_default): Handle TYPE_STR and TYPE_CLD.hubicka2000-01-111-0/+3
* * i386.c (ix86_expand_setcc): Fix typo.law2000-01-111-2/+2
* * i386.c (ix86_expand_move): Allow pushes of memory, offload to memoryhubicka2000-01-041-7/+16
* * config/i386/i386.c (ix86_expand_unary_operator): Functionhp2000-01-031-5/+3
* Oops, forgot to update copyright datehp2000-01-031-1/+1
* * config/i386/i386.c (override_options): Fix option-name typo.hp2000-01-031-2/+2
* Fix FP GT comparisons on i386 with -ffast-mathcrux1999-12-301-2/+2
* current_function -> cfuncrux1999-12-201-1/+1
* * i386.md (HI to SImode promoting splitters): Rewrite.hubicka1999-12-171-0/+25
* * i386-protos.h (output_387_binary_op, output_fix_trunc,ghazi1999-12-121-10/+12
* * i386.md (cpu attribute): Add "athlon".hubicka1999-12-091-10/+47
* * i386.md (QImode patterns): Remove '*' before the 'r' constraints.hubicka1999-12-011-0/+5
* * i386.c (ix86_expand_move): Never add clobbers to move patterns.hubicka1999-12-011-16/+0
* * i386.md (neg, not and abs patterns): Revmap to usehubicka1999-11-211-18/+61
* * i386.h (struct_processor_costs): New fileds int_load, int_store, fp_move,hubicka1999-11-191-5/+45
* * i386-protos.h (split_xf, ix86_split_movdi): Remove.rth1999-11-181-35/+199
* * i386.c (ix86_decompose_address): Verify the base is a REGlaw1999-11-151-0/+1
* * i386.c (split_xf): New.rth1999-11-051-0/+20
* Revert last patch.clm1999-10-301-1/+1
* * flow.c (count_or_remove_death_notes): Equate NULL with therth1999-10-291-4/+18
* * config/i386/i386.h (ix86_cpu): Remove extern attribute.clm1999-10-291-1/+1
* Reorg reg-stack to use the standard CFG.rth1999-10-271-19/+2
* * i386.c (ix86_expand_prologue): Properly wrap USE aroundrth1999-10-201-1/+2
* * i386.md (*addsi3_cc): Renamed from addcsi3.rth1999-10-131-1/+1
* Jan Hubicka <hubicka@freesoft.cz>rth1999-10-011-1/+13
* Jan Hubicka <hubicka@freesoft.cz>rth1999-10-011-18/+80
* Various fixes for problems discovered stress-testing GC.samuel1999-09-221-4/+15
* Make it possible to prototype port-specific functions (and convert i386 to us...crux1999-09-201-3/+6
* * i386.c (call_insn_operand): Reject const_int.rth1999-09-131-23/+13
* Replace recog_foo with recog_data.foo.rth1999-09-121-18/+18
* * i386.c (override_options): Remove ppro, pentium2, and p2 as aliases.rth1999-09-091-4/+1
* Merge in gcc2-ss-010999law1999-09-071-19/+19
* * Makefile.in (C_AND_OBJC_OBJS): Remove ggc-callbacks.o.mmitchel1999-09-061-1/+18
* Change memory mangement and constant pool handling for nested functions to ma...crux1999-09-041-40/+21
* * i386.c (ix86_attr_length_default): Handle TYPE_FXCH.law1999-09-031-0/+6
* Merge new ia32 backend from the branch!rth1999-09-021-3416/+3396
* * config/i386/i386.c (output_strlen_unroll): Don't write xops[7]rth1999-08-311-7/+12
* 1999-08-26 23:09 -0700 Zack Weinberg <zack@bitmover.com>zack1999-08-271-9/+9
* * rtl.h (rtx_format): Constify a char*.ghazi1999-08-201-3/+3
* @law1999-05-271-60/+108