aboutsummaryrefslogtreecommitdiff
path: root/gcc/config
AgeCommit message (Expand)AuthorFilesLines
2004-08-18darwin.md: Delete the altivec patterns which are handled differently now.Andrew Pinski4-111/+29
2004-08-18Dead code strippingMatt Austern2-1/+2
2004-08-18sh.h (CONDITIONAL_REGISTER_USAGE): Don't exclude fixed registers from call_us...J"orn Rennecke3-19/+32
2004-08-18darwin.c (machopic_legitimize_pic_address): Only set MEM_READONLY_P in the no...Andrew Pinski1-1/+1
2004-08-18rtl.def (NIL): Delete.Zack Weinberg16-54/+54
2004-08-18save_world/rest_world for ppc-darwin.Fariborz Jahanian4-12/+450
2004-08-18Hot/cold partitioning update patch.Caroline Tice6-8/+4
2004-08-18i386.h (FIXED_REGISTERS): Update encoding to be -ffixed-reg safe, by preservi...Roger Sayle1-19/+25
2004-08-18sh.c (split_branches): Check the result of next_active_insn.Kaz Kojima1-1/+5
2004-08-18Part of the vectorizer patch that was accidently left out...:Dorit Nuzman2-0/+6
2004-08-18rtl.h (MEM_READONLY_P): Replace RTX_UNCHANGING_P.Richard Henderson22-118/+83
2004-08-18c4x.c (legitimize_operands): Remove calls to preserve_subexpressions_p.Paolo Bonzini1-2/+0
2004-08-17arm.md (addsi3, [...]): Rework to avoid use of preserve_subexpressions_p.Richard Earnshaw1-12/+7
2004-08-17extend.texi: Document new xstormy16 attribute.DJ Delorie4-26/+880
2004-08-17* config/darwin.c (macho_indirect_data_reference): Add DImode case.David Edelsohn1-9/+3
2004-08-17Canonicalize mips nmadd/nmsub patterns.James E Wilson1-4/+52
2004-08-17Canonicalize mips conditional move patterns.James E Wilson2-37/+38
2004-08-17Add -mdynamic-no-pic to compile flags for gcc. On Mac OS X and Darwin,Robert Bowdidge1-0/+1
2004-08-17darwin.md (*call_nonlocal_darwin64): Add #else clause for non Darwin targets.Andreas Tobler1-1/+5
2004-08-17Check for Altivec mode when returning altivec register.Fariborz Jahanian1-1/+2
2004-08-17Revert 2004-08-16 Stan Shebs <shebs@apple.com>David Edelsohn2-17/+4
2004-08-17re PR target/17019 (THUMB: bad switch statement in md code for addsi3_cbranch...Daniel Bornstein1-2/+2
2004-08-17Makefile.in: Regenerate.Paolo Bonzini1-9/+10
2004-08-16c-common.c (handle_used_attribute): Set DECL_PRESERVE_P.Devang Patel3-0/+12
2004-08-16Patch to fix -mcpu=G5 interface to EH runtime library.Fariborz Jahanian1-0/+12
2004-08-16Basic support for 64-bit Darwin.Stan Shebs5-12/+444
2004-08-16* sh.h (PREDICATE_CODES): Remove register_operand entry.Joern Rennecke1-1/+0
2004-08-15re PR target/14931 (ASM file in GCC for PPC darwin should use the new stub st...Andreas Tobler1-4/+4
2004-08-15tree.h (build_int_cst): New.Nathan Sidwell13-64/+80
2004-08-14* config/mips/mips-protos.h (mips_symbolic_constant_p)Richard Sandiford6-522/+306
2004-08-14PR libstdc++/17005 partial fix.John David Anglin1-1/+12
2004-08-14alpha.h (PROMOTE_MODE): Don't promote vector types.Richard Henderson2-13/+18
2004-08-13i386.md (call_1, [...]): Use Pmode for constant_call_address_operand.Richard Henderson1-7/+7
2004-08-13Fix typo in DFmode divide scheduler patterns.James E Wilson1-2/+2
2004-08-13darwin.h (EXTRA_SECTION_FUNCTIONS): Mark the __sel_fixup...Ziemowit Laski1-3/+3
2004-08-13Makefile.in (insn-preds.o): Depend on TREE_H.Richard Henderson5-899/+581
2004-08-13darwin-c.c (find_subframework_file): Fix spelling of cannot.Andrew Pinski24-69/+69
2004-08-13* sh.md (cbranch define_delay) Use cond_delay_slot forJ"orn Rennecke1-1/+5
2004-08-13rs6000.h (PREDICATE_CODES): Remove PARALLEL from any_operand.David Edelsohn1-1/+1
2004-08-13rs6000.c (any_parallel_operand): New predicate.David Edelsohn3-5/+21
2004-08-12i386.c (internal_label_prefix): Export.Richard Henderson5-1237/+880
2004-08-13re PR c++/16924 (dllexport attribute now causes some symbols _not_ to be expo...Mark Mitchell1-13/+15
2004-08-12s390.h (MAX_FIXED_MODE_SIZE): Define.Ulrich Weigand1-0/+5
2004-08-12altivec.h (vec_dst): Fix C++ functions whose first argument is float*.Janis Johnson1-4/+4
2004-08-12rs6000.c (altivec_init_builtins): Fix argument type for vec_dss.Janis Johnson1-3/+3
2004-08-12s390.c (struct s390_frame_layout): New struct as element of struct machine_fu...Andreas Krebbel3-211/+509
2004-08-12lib1funcs.asm (ARM_FUNC_ALIAS): Also alias _L__name.Paul Brook1-5/+30
2004-08-12re PR c++/16276 ([3.4 only] G++ generates local references to linkonce sections)Jakub Jelinek9-1/+15
2004-08-12Patch for PR target/16286Ben Elliston1-5544/+5544
2004-08-12genpreds.c: Add capability to generate predicate bodies as well as function p...Zack Weinberg3-556/+343