aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2003-10-03Fix typoMark Mitchell1-1/+1
2003-10-03Fix typoMark Mitchell1-1/+1
2003-10-03re PR rtl-optimization/12180 (Inline optimization fails for variadic function)Mark Mitchell4-0/+25
2003-10-03Daily bump.GCC Administrator1-1/+1
2003-10-02mips.c (mips_emit_prefetch): Use operand 3 in instructions being output.Chris Demetriou3-12/+27
2003-10-02re PR c++/12486 (Accepts IMHO invalid C++ code)Mark Mitchell4-1/+27
2003-10-02correct commentJason Merrill1-6/+10
2003-10-02system.h: Poison macros obsoleted by earlier patch.Zack Weinberg3-3/+11
2003-10-02f-torture.exp (search_for): Rename to...Chris Demetriou2-7/+12
2003-10-02* gcc.c-torture/compile/20031002-1.c: New test.Josef Zlomek2-0/+13
2003-10-02combine.c (make_field_assignment): Check whether rtx's code is CONST_INT befo...Josef Zlomek2-0/+7
2003-10-02cgraph.c (cgraph_node): Use INSERT instead of 1 in htab_find_slot_with_hash.Josef Zlomek2-5/+14
2003-10-02Waldek Hebisch <hebisch@math.uni.wroc.pl> PR/12072Josef Zlomek2-1/+7
2003-10-02frv.c (frv_issue_rate): New function.Richard Sandiford2-15/+39
2003-10-02* g++.dg/opt/cond1.C: New test.Jakub Jelinek2-0/+28
2003-10-02mcore.c: Convert to ISO C90 function declarations and definitions.Steven Bosscher4-435/+281
2003-10-02frv.c (frv_use_dfa_pipeline_interface): New function.Richard Sandiford2-0/+16
2003-10-02cpplib.c (_cpp_pop_buffer): Do generate a _cpp_do_file_change callback even w...Per Bothner4-14/+14
2003-10-02c-opts.c (c_common_post_options): Don't call cpp_find_main_file yet.Per Bothner2-13/+18
2003-10-02cppinit.c (cpp_read_main_file): Split into two functions: Distribute _cpp_sta...Per Bothner6-63/+83
2003-10-02cpplex.c (_cpp_get_fresh_line): Revert my no-longer-needed 08-28 change...Per Bothner3-14/+15
2003-10-02c-lex.c (fe_file_change): Handle a NULL new_map.Per Bothner4-18/+31
2003-10-01c-lex.c (src_line): Remove unneeded static variable.Per Bothner2-9/+8
2003-10-02target.h (init_libfuncs): New hook.Zack Weinberg56-1065/+738
2003-10-02Daily bump.GCC Administrator1-1/+1
2003-10-02/tmp/cvs001644Kelley Cook5-5/+28
2003-10-01xm-iris5.h: Remove, unnecessary.Rainer Orth5-21/+11
2003-10-01dbxout.c (dbxout_fptype_value): Delete.Zack Weinberg2-62/+11
2003-10-01output.h (compute_reloc_for_constant): Declare.Alexandre Oliva3-19/+80
2003-10-01aclocal.m4: Add hpux10* and hpux11.00 to /dev/zero blacklist.John David Anglin3-2/+7
2003-10-01fold-const.c (make_range): When handling unsigned, don't reverse range if hig...Richard Kenner2-4/+9
2003-10-01config/frv/frv.h (PREDICATE_CODES): Added condexec_si_media_operator...Alexandre Oliva2-2/+10
2003-10-01aclocal.m4: Add ultrix* to /dev/zero blacklist.John David Anglin3-3/+8
2003-10-01except.h (MUST_USE_SJLJ_EXCEPTIONS): Revert 2003-09-23 change.Rainer Orth3-6/+17
2003-10-01jcf-parse.c (java_parse_file): Write otable and atable.Andrew Haley6-97/+232
2003-10-01linux.h (LINK_GCC_C_SEQUENCE_SPEC): Undefine before redefining.David S. Miller3-0/+8
2003-10-01cris-protos.h, cris.c: Convert to ISO C90 function declarations and definitions.Steven Bosscher3-185/+111
2003-10-01* config.gcc (cris-*-linux*): Revert mistaken commit.Nathanael Nerode2-1/+5
2003-10-01re PR rtl-optimization/11753 (%o7 register being used immediately in the dela...Eric Botcazou2-2/+12
2003-09-30dwarf2out.c (expand_builtin_init_dwarf_reg_sizes): Honor DWARF_ALT_FRAME_RETU...Richard Henderson7-16/+88
2003-10-01Daily bump.GCC Administrator1-1/+1
2003-09-30Add note about PR 6222 fixed by prior patchKaveh Ghazi1-0/+1
2003-09-30Add PR 9200 to prior patchKaveh Ghazi1-0/+1
2003-09-30* decl.c (duplicate_decls): Copy DECL_SAVED_INSNS too.Richard Henderson2-1/+8
2003-09-30Convert to ISO C90 prototypes.Kelley Cook6-11/+16
2003-09-30cygwin1.c: Convert to ISO C90 prototypes.Kelley Cook4-8/+11
2003-09-30fold-const.c (fold): Fold (A & ~B) - (A & B) into (A ^ B) - B for any B.Kazu Hirata2-6/+7
2003-09-30jcf-write.c (generate_bytecode_insns): Implement evaluate-once semantics for ...Roger Sayle2-1/+36
2003-09-30config.gcc (arm*-*-kaos*, [...]): Disable fixproto.Nathanael Nerode2-6/+6
2003-09-30decl.c (pop_binding): Don't mess with nullifying binding->scope here.Gabriel Dos Reis3-8/+33