aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-08-19* bpabi.h (FPUTYPE_DEFAULT): Set it to FPUTYPE_VFP.Mark Mitchell1-0/+3
2004-08-19bpabi.h (FPUTYPE_DEFAULT): Set it to FPUTYPE_VFP.Mark Mitchell1-0/+4
2004-08-18varasm.c (ecode_reg_name): Do nothing if the asmspec is empty.Andrew Pinski2-1/+5
2004-08-19bpabi.c (__aeabi_ul2d): Give it default visibility.Mark Mitchell2-2/+8
2004-08-18xtensa.c (xtensa_expand_block_move): Expand block move to rtl completely.Richard Henderson4-151/+70
2004-08-18mcore.c (mode_from_align): Remove DImode.Richard Henderson4-94/+90
2004-08-19* pt.c (dependent_template_p): Fix typo in commment.Mark Mitchell2-1/+3
2004-08-18class.c (make_local_function_alias): Only make a new decl if we support alias...Andrew Pinski2-2/+11
2004-08-19invoke.texi (-mfix-and-continue): Add support for fast turn around debugging.Mike Stump6-13/+207
2004-08-19basic-block.h (struct edge_def): Remove crossing_edge.Steven Bosscher10-109/+137
2004-08-19Daily bump.GCC Administrator1-1/+1
2004-08-18Fix another mips typo.James E Wilson2-1/+2
2004-08-18Fix a simple typo.James E Wilson2-1/+3
2004-08-18Add support for scheduling recip.fmt instructions.James E Wilson14-24/+79
2004-08-18config/rs6000/x-darwin: Remove XCFLAGS -mdynamic-no-pic toRobert Bowdidge2-1/+5
2004-08-18* Makefile.in (RTL_BASE_H): Update.Zack Weinberg2-1/+3
2004-08-18insn-notes.def, [...]: New files.Zack Weinberg8-249/+320
2004-08-18arm.c (arm_size_rtx_costs): New function.Richard Earnshaw2-2/+232
2004-08-18emit-rtl.c (gen_const_mem): New.Richard Henderson18-80/+85
2004-08-18Makefile.in (OBJS-common): Add postreload-gcse.c.Steven Bosscher9-1223/+1668
2004-08-18tree-ssa-loop.c (pass_loop_init): Add TODO_dump_func.Diego Novillo2-2/+7
2004-08-18darwin.md: Delete the altivec patterns which are handled differently now.Andrew Pinski5-113/+47
2004-08-18Dead code strippingMatt Austern3-1/+8
2004-08-18alias.c (readonly_fields_p): Remove.Richard Henderson7-38/+12
2004-08-18re PR c++/17068 (ICE: tree check: expected class 'd', have 'x' (identifier_no...Mark Mitchell4-2/+25
2004-08-18tree-dfa.c (add_referenced_var): Only global variables are call-clobbered.Diego Novillo6-100/+129
2004-08-18class.c (make_local_function_alias): New function.Bryce McKinlay3-13/+58
2004-08-18sh.h (CONDITIONAL_REGISTER_USAGE): Don't exclude fixed registers from call_us...J"orn Rennecke4-19/+43
2004-08-18darwin.c (machopic_legitimize_pic_address): Only set MEM_READONLY_P in the no...Andrew Pinski2-1/+6
2004-08-18rtl.def (NIL): Delete.Zack Weinberg26-131/+143
2004-08-18dojump.c (do_jump <unordered_bcc>): Do not recursively call self with a TRUTH...Zack Weinberg2-53/+54
2004-08-18save_world/rest_world for ppc-darwin.Fariborz Jahanian5-12/+476
2004-08-18Forgot to commit ChangeLog for rest of hot/cold partitioning update patch.Caroline Tice1-0/+97
2004-08-18Hot/cold partitioning update patch.Caroline Tice23-109/+246
2004-08-18i386.h (FIXED_REGISTERS): Update encoding to be -ffixed-reg safe, by preservi...Roger Sayle2-19/+32
2004-08-18* trans-types.c (gfc_sym_type): Use pointer types for optional args.Paul Brook2-1/+12
2004-08-18sh.c (split_branches): Check the result of next_active_insn.Kaz Kojima2-1/+12
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 Henderson49-458/+238
2004-08-18tree.h (struct tree_decl): Add gimple_formal_temp.Richard Henderson11-107/+148
2004-08-18c4x.c (legitimize_operands): Remove calls to preserve_subexpressions_p.Paolo Bonzini2-2/+5
2004-08-18re PR c++/16246 (Incorrect template argument deduction)Mark Mitchell4-50/+50
2004-08-17varasm.c (MAX_OFILE_ALIGNMENT): Move ...David Edelsohn3-3/+10
2004-08-18gcc.c (default_compilers): Add info about ".mm", ".M" and ".mii" Objective-C+...Ziemowit Laski3-6/+28
2004-08-18re PR fortran/13278 (derived type namelist I/O support missing, causes ICE)Victor Leikehman2-50/+116
2004-08-18re PR c++/16215 (Bad error message when requesting member of non-aggregate type)Mark Mitchell2-8/+25
2004-08-18Daily bump.GCC Administrator1-1/+1
2004-08-17arm.md (addsi3, [...]): Rework to avoid use of preserve_subexpressions_p.Richard Earnshaw2-12/+12
2004-08-17re PR tree-optimization/17051 (ICE: internal compiler error: verify_ssa faile...Richard Henderson3-4/+26
2004-08-17extend.texi: Document new xstormy16 attribute.DJ Delorie6-26/+956