aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
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
2004-08-17Add missing -fno-fast-math.Jim Wilson1-1/+1
2004-08-17* config/darwin.c (macho_indirect_data_reference): Add DImode case.David Edelsohn2-9/+4
2004-08-17Canonicalize mips nmadd/nmsub patterns.James E Wilson2-5/+56
2004-08-17Testcases for canonical mips nmadd/nmsub patterns with or w/o fast-math.James E Wilson3-0/+63
2004-08-17Testcases for mips conditional move patterns.James E Wilson4-0/+96
2004-08-17Canonicalize mips conditional move patterns.James E Wilson3-37/+45
2004-08-17re PR c++/15871 (g++ does not honour -fkeep-inline-functions)Mark Mitchell6-5/+28
2004-08-17Add -mdynamic-no-pic to compile flags for gcc. On Mac OS X and Darwin,Robert Bowdidge2-0/+5
2004-08-17re PR c++/16965 (Confusing mismatch in error messages)Mark Mitchell8-28/+107
2004-08-17darwin.md (*call_nonlocal_darwin64): Add #else clause for non Darwin targets.Andreas Tobler2-1/+11
2004-08-17Check for Altivec mode when returning altivec register.Fariborz Jahanian2-1/+7
2004-08-17Revert 2004-08-16 Stan Shebs <shebs@apple.com>David Edelsohn3-18/+13
2004-08-17tree-vectorizer.c: New File: loop vectorization on SSAed GIMPLE trees.Dorit Naishlos81-29/+8167
2004-08-17objc-act.c (build_protocol_initializer): Fix build_int_cst usage.Nathan Sidwell2-7/+10
2004-08-17re PR fortran/13082 (Function entries and entries with alternate returns not ...Paul Brook18-176/+718
2004-08-17regclass.c (init_reg_sets_1): Add ENABLE_CHECKING sanity tests to ensure that...Roger Sayle2-0/+17