Age | Commit message (Expand) | Author | Files | Lines |
2000-10-07 | [multiple changes] | Alexandre Petit-Bianco | 1 | -0/+2 |
2000-10-08 | POTFILES.in: Remove the files from the nuked dead ports. | Philipp Thomas | 2 | -19/+9 |
2000-10-07 | cond1.C, [...]: Update URLs of messages in list archives. | Joseph Myers | 9 | -12/+20 |
2000-10-07 | calls.c (expand_call): Disallow sibcalls to noreturn functions. | Richard Henderson | 5 | -11/+15 |
2000-10-07 | del_op.cc, [...]: New files. | Richard Henderson | 23 | -5/+3830 |
2000-10-07 | [multiple changes] | Benjamin Kosnik | 1 | -18/+24 |
2000-10-07 | [multiple changes] | Benjamin Kosnik | 17 | -1268/+1292 |
2000-10-07 | acinclude.m4: Remove CPU_FLAGS | Benjamin Kosnik | 27 | -1873/+0 |
2000-10-07 | acinclude.m4: Remove CPU_FLAGS | Benjamin Kosnik | 28 | -0/+1945 |
2000-10-07 | * java/util/Properties.java: Merged with Classpath version. | Tom Tromey | 2 | -366/+465 |
2000-10-07 | Makefile.in ($(srcdir)/hash.h): Refer to GNU FTP site for updated gperf. | Joseph Myers | 4 | -4/+12 |
2000-10-07 | Daily bump. | Jeff Law | 5 | -5/+5 |
2000-10-07 | elf.h: Standardize the formatting. | David O'Brien | 2 | -24/+29 |
2000-10-07 | elf.h: Protect the ASM_OUTPUT_IDENT definition with an #undef. | David O'Brien | 2 | -0/+6 |
2000-10-06 | cp-tree.h (struct cp_language_function): Remove x_result_rtx. | Richard Henderson | 5 | -57/+17 |
2000-10-06 | function.c (diddle_return_value): Examine current_function_return_rtx instead... | Richard Henderson | 2 | -28/+56 |
2000-10-06 | crash13.C: Pass -Wreturn-type. | Richard Henderson | 6 | -7/+22 |
2000-10-07 | Makefile.am: Remove OPTIMIZE_CXXFLAGS, WARN_CXXFLAGS, CONFIG_CXXFLAGS from he... | Benjamin Kosnik | 10 | -145/+145 |
2000-10-07 | Makefile.am: Remove OPTIMIZE_CXXFLAGS, WARN_CXXFLAGS, CONFIG_CXXFLAGS from he... | Benjamin Kosnik | 53 | -0/+4291 |
2000-10-07 | Makefile.am: Remove OPTIMIZE_CXXFLAGS, WARN_CXXFLAGS, CONFIG_CXXFLAGS from he... | Benjamin Kosnik | 53 | -4287/+0 |
2000-10-06 | libsupc++: New directory. | Benjamin Kosnik | 5 | -0/+824 |
2000-10-06 | libsupc++: New directory. | Benjamin Kosnik | 30 | -1021/+6515 |
2000-10-06 | haifa-sched.c (schedule_insns): Fix typo in freeing forward_dependency_cache. | Vladimir Makarov | 2 | -1/+6 |
2000-10-06 | sh.md (calli_pcrel, [...]): Add `TARGET_SH2' as a condition. | Alexandre Oliva | 2 | -2/+7 |
2000-10-06 | haifa-sched.c (anti_dependency_cache, [...]): New variables. | Vladimir Makarov | 2 | -33/+138 |
2000-10-06 | sh.md (call, call_value): Use `TARGET_SH2' instead of `! TARGET_SH1'. | Alexandre Oliva | 2 | -33/+42 |
2000-10-06 | builtins.c (is_valid_printf_arglist, [...]): Move functions from here ... | Kaveh R. Ghazi | 7 | -134/+224 |
2000-10-06 | dwarf2out.c (build_cfa_loc): Correct to use DW_OP_regx or DW_OP_bregx when cf... | Hans-Peter Nilsson | 3 | -2/+18 |
2000-10-06 | * g++.old-deja/g++.pt/enum14.C: New test. | Nathan Sidwell | 3 | -0/+41 |
2000-10-06 | pt.c (lookup_template_class): Set current access for enum. | Nathan Sidwell | 3 | -2/+13 |
2000-10-06 | Daily bump. | Jeff Law | 5 | -5/+5 |
2000-10-06 | README (file): Adjust directory structures. | Benjamin Kosnik | 3 | -11/+33 |
2000-10-06 | istream.tcc: Removed test for _M_gcount < in_avail()... | Brent Verner | 2 | -5/+26 |
2000-10-06 | istream.tcc: Removed test for _M_gcount < in_avail()... | Brent Verner | 2 | -0/+3000 |
2000-10-05 | c-decl.c (warn_missing_noreturn): Remove. | Richard Henderson | 10 | -107/+89 |
2000-10-05 | semantics.c (genrtl_finish_function): Don't init or check can_reach_end; remo... | Richard Henderson | 2 | -29/+5 |
2000-10-05 | * decl.c (finish_chill_function): Don't init can_reach_end. | Richard Henderson | 2 | -3/+4 |
2000-10-05 | * com.c (finish_function): Don't init can_reach_end. | Richard Henderson | 2 | -3/+4 |
2000-10-05 | Makefile.in (NM_FOR_TARGET): New. | Richard Henderson | 12 | -8/+411 |
2000-10-05 | longlong.h [alpha] (count_leading_zeros): Use cmpbge with a zero instead of -1. | Richard Henderson | 2 | -2/+6 |
2000-10-05 | Makefile.in (LIB2FUNCS): Add _clz. | Richard Henderson | 4 | -21/+25 |
2000-10-05 | alpha.c (alpha_emit_setcc): Don't swap GT tests when second op1 is const0_rtx. | Richard Henderson | 3 | -5/+23 |
2000-10-06 | tree.c (tree_size): New function split out of copy_node. | Geoff Keating | 3 | -139/+90 |
2000-10-06 | Rebuilt Makefile.ins | Tom Tromey | 4 | -72/+80 |
2000-10-06 | natField.cc (BooleanClass): Don't define. | Tom Tromey | 21 | -120/+116 |
2000-10-05 | * diagnostic.c (output_format): Add missing break. | Richard Henderson | 2 | -0/+5 |
2000-10-06 | jvspec.c (jvgenmain_spec): Added `-fdollars-in-identifiers'. | Tom Tromey | 5 | -48/+166 |
2000-10-06 | init.c (build_java_class_ref): Use `build_static_name' with a suffix... | Tom Tromey | 2 | -5/+10 |
2000-10-05 | Makefile.am: Removed java/io/Replaceable.java and java/io/Resolvable.java. | Warren Levy | 16 | -204/+194 |
2000-10-05 | Fix IA-64 REG_LIBCALL dangling reference. | Jim Wilson | 2 | -10/+40 |