aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-09-12re PR rtl-optimization/8967 (Making class data members `const' pessimizes code)Roger Sayle4-22/+44
2003-09-12mcore-protos.h (mcore_r15_operand_p): Declare.Richard Sandiford5-324/+108
2003-09-11* c-lex.c (fe_file_change): Don't transform to_line with SOURCE_LINE.Mike Stump2-4/+6
2003-09-12Daily bump.GCC Administrator1-1/+1
2003-09-11builtins.c (fold_builtin_logarithm): if N can't be truncated to MODE exactly...Kaveh R. Ghazi2-5/+14
2003-09-11builtins.c (builtin_dconsts_init, [...]): Delete.Kaveh R. Ghazi4-28/+19
2003-09-11* decl2.c (var_finalized_p): Swap arms of conditional.David Edelsohn2-2/+6
2003-09-11Capitalize my name in an old ChangeLog entry.Bernardo Innocenti1-1/+1
2003-09-11re PR c++/11788 (missing implicit instantiation of static member function)Nathan Sidwell5-47/+121
2003-09-11re PR fortran/11522 (g77 dwarf-2 ICE in add_abstract_origin_attribute)Alexandre Oliva2-4/+14
2003-09-11combine.c (combine_simplify_rtx): Move several NOT and NEG optimizations from...Roger Sayle3-98/+113
2003-09-11cgraphunit.c (cgraph_finalize_function): Add nested arg.Richard Henderson8-23/+48
2003-09-10* c-decl.c (poplevel): Eliminate use of |= in function_body assignment.Joe Buck2-1/+6
2003-09-10* decl2.c (cxx_callgraph_analyze_expr): Mark argument unused.Richard Henderson2-1/+5
2003-09-10real.c: Update URL to VAX floating point docs.Jerry Quinn2-2/+7
2003-09-11* gcc.dg/20030909-1.c: New test.Ian Lance Taylor2-0/+9
2003-09-11combine.c (force_to_mode): Set fuller_mask based only on mask, not op_mode.Ian Lance Taylor2-7/+10
2003-09-11Daily bump.GCC Administrator1-1/+1
2003-09-10decl2.c (var_finalized_p): New.Jan Hubicka2-9/+19
2003-09-10c-objc-common.c (c_cannot_inline_tree_fn): Warn on why function is not inlina...Jan Hubicka3-178/+184
2003-09-10cgraph.h (struct cgraph_node): Rename lowered to analyzed.Richard Henderson10-70/+115
2003-09-10re PR target/11965 (invalid assembler code for a shift << 32 operation)Eric Botcazou5-6/+69
2003-09-09cgraphunit.c (cgraph_finalize_function): Remove unused argument.Richard Henderson8-5/+18
2003-09-09semantics.c (expand_or_defer_fn): Use cgraph_finalize_function always.Richard Henderson1-0/+3
2003-09-09decl2.c (finish_file): Avoid out-of-bounds array reference during memmove.Richard Henderson3-60/+15
2003-09-09darwin.h (LINK_SPEC): Pass -nofixprebinding to linker.Devang Patel5-2/+26
2003-09-10Daily bump.GCC Administrator1-1/+1
2003-09-10configure.in: Change usage of 'head' to 'sed 1q'.Eric Christopher3-47/+52
2003-09-09except.c: Include cgraph.h.Richard Henderson5-44/+45
2003-09-09Makefile.in: Define REMAKEFLAGS for LANGUAGES & BOOT_CFLAGS and use it throug...Kelley Cook2-16/+22
2003-09-09builtins.c (real_dconstp, [...]): New, split out from fold_builtin.Kaveh R. Ghazi7-106/+481
2003-09-09cgraphunit.c (cgraph_finalize_function): Fix handling of extern inline functi...Jan Hubicka2-18/+33
2003-09-09builtins.c (fold_builtin_cabs): Protect the complex argument against multiple...Roger Sayle2-0/+7
2003-09-09* varasm.c (notice_global_symbol): Properly deal with weak symbols.Jan Hubicka2-4/+8
2003-09-09Revert change from yesterday due to parallel make issues.Kelley Cook2-17/+20
2003-09-09re PR bootstrap/12168 (ICE (bus error) in set_mem_attributes_minus_bitpos)Christian Ehrhardt2-0/+6
2003-09-09coff.h (REGISTER_NAMES): Add fake register `argptr'Bernardo Innocenti9-113/+302
2003-09-09m68k.c (m68k_output_function_prologue): Simplify by removing redundant variab...Bernardo Innocenti2-25/+18
2003-09-09Fix thinko in last patch.Mark Mitchell1-14/+8
2003-09-09langhooks-def.h (lhd_register_builtin_type): New function.Mark Mitchell14-6/+166
2003-09-09builtin-types.def (BT_FN_COMPLEX_LONGDOUBLE_COMPLEX_LONGDOUBLE_COMPLEX_LONGDO...Kaveh R. Ghazi7-26/+213
2003-09-09builtins-1.c: Test existing _Complex functions.Kaveh R. Ghazi3-0/+90
2003-09-09cgraph.c (cgraph_varpool_finalize_decl): Sanity check duplicated finalization.Jan Hubicka3-15/+87
2003-09-09Daily bump.GCC Administrator1-1/+1
2003-09-08mklibgcc.in (libcc.a): Depend on stmp-dirs.Mark Mitchell2-3/+15
2003-09-08* fold-const.c (operand_equal_p): Clarify documentation.Roger Sayle2-2/+20
2003-09-08re PR c++/11786 (operator() call on variable in other namespace not recognized)Mark Mitchell5-2/+28
2003-09-08* optimize.c (maybe_clone_body): Inc/dec function_depth.Richard Henderson2-0/+11
2003-09-08re PR c++/5296 ([DR115] Pointers to functions and template functions behave d...Mark Mitchell4-15/+49
2003-09-08c-decl.c (c_expand_body_1): Push and pop function context here.Richard Henderson11-57/+38