Age | Commit message (Expand) | Author | Files | Lines |
2004-01-31 | target-def.h (TARGET_STRICT_ARGUMENT_NAMING): Define as hook_bool_CUMULATIVE_... | Kazu Hirata | 4 | -3/+14 |
2004-01-31 | sh.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (". | Kazu Hirata | 4 | -63/+69 |
2004-01-31 | stl_algo.h: Wrap overlong lines... | Paolo Carlini | 4 | -1240/+1662 |
2004-01-31 | * doc/invoke.texi (SPARC options): Restructure and update. | Eric Botcazou | 2 | -47/+53 |
2004-01-31 | system.h (PROMOTE_FUNCTION_ARGS, [...]): Poison. | Kazu Hirata | 5 | -44/+24 |
2004-01-31 | i386-protos.h: Remove the prototype for ix86_setup_incoming_varargs. | Kazu Hirata | 4 | -34/+15 |
2004-01-31 | class.c: Fix comment typos. | Kazu Hirata | 8 | -10/+20 |
2004-01-31 | basic_string.h (_Rep::operator[]): Remove, unused. | Paolo Carlini | 2 | -8/+10 |
2004-01-31 | alloc-pool.c: Fix comment typos. | Kazu Hirata | 7 | -8/+18 |
2004-01-31 | 2004-01-31 Per Bothner <per@bothner.com> | Per Bothner | 2 | -0/+11 |
2004-01-31 | invoke.texi: Follow spelling conventions. | Kazu Hirata | 3 | -3/+8 |
2004-01-31 | install.texi: Fix typos. | Kazu Hirata | 3 | -2/+7 |
2004-01-31 | s390.c (s390_decompose_address): Do not treat virtual registers as pointers. | Ulrich Weigand | 3 | -5/+7 |
2004-01-31 | basic_string.tcc (_Rep::_S_create): Minor tweak. | Paolo Carlini | 2 | -7/+8 |
2004-01-31 | call-super-2.m: Update line numbers for the including of stddef.h. | Andrew Pinski | 2 | -4/+9 |
2004-01-31 | combine.c (cse_main): Set gen_lowpart to gen_lowpart_for_combine and restore ... | Paolo Bonzini | 5 | -102/+123 |
2004-01-31 | bt-load.c: Replace "gen_rtx (FOO, " with "gen_rtx_FOO (". | Kazu Hirata | 9 | -23/+34 |
2004-01-30 | re PR bootstrap/9249 (bootstrap fails with --enable-__cxa-atexit on Solaris) | Dara Hazeghi | 4 | -5/+99 |
2004-01-31 | ggc-zone.c (ggc_free): New function. | Daniel Berlin | 2 | -7/+30 |
2004-01-31 | alloc-pool.c, c-lex.c, c-pragma.h, c-semantics.c, cfghooks.c, | Kazu Hirata | 76 | -75/+117 |
2004-01-31 | Makefile.in (abs_docdir, abs_srcdir): Define. | Kelley Cook | 10 | -12/+39 |
2004-01-31 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2004-01-30 | genconfig.c (main): Have CC0_P check its operand even on a target without cc0. | Kazu Hirata | 2 | -1/+8 |
2004-01-30 | re PR c++/13693 ([tree-ssa] build failure in mipsisa64-elf) | Richard Henderson | 3 | -6/+21 |
2004-01-30 | 6.cc: New. | Paolo Carlini | 4 | -0/+176 |
2004-01-30 | alpha.c: Remove mentions of deprecates macros in comments... | Kazu Hirata | 20 | -44/+76 |
2004-01-30 | re PR rtl-optimization/12147 (Wrong code with -O2 in context of reload) | Ulrich Weigand | 2 | -0/+10 |
2004-01-30 | configure.in: Use pkg-config to check for GTK 2.2 and libart 2.1. | Michael Koch | 7 | -1639/+494 |
2004-01-30 | Fix whitespace. | David Edelsohn | 1 | -36/+36 |
2004-01-30 | reload.c (get_secondary_mem): Fix updating of secondary_memlocs_elim_used. | Jan Hubicka | 2 | -2/+7 |
2004-01-30 | varasm.c (struct rtx_const, [...]): Remove. | Richard Henderson | 2 | -626/+408 |
2004-01-30 | Remove #if 0. Copy operands[1] to pseudo for simplify_gen_subreg. | Fariborz Jahanian | 2 | -3/+7 |
2004-01-30 | gcse.c (bypass_block): Fix a typo in the previous check-in to the file. | Kazu Hirata | 2 | -1/+6 |
2004-01-30 | allocator_thread.cc (do_loop): Don't use clear, but instead assign. | Felix Yen | 2 | -3/+9 |
2004-01-30 | demangle.cc: Add instantiations. | Benjamin Kosnik | 4 | -18/+40 |
2004-01-30 | allocator.cc: Protect _S_get_thread_id() and _S_thread_key_destr() with #ifde... | David Edelsohn | 2 | -0/+7 |
2004-01-30 | toplev.c: Include alloc-pool.h. | Andrew Pinski | 3 | -6/+12 |
2004-01-30 | Reshuffle performance testsuite. | Paolo Carlini | 24 | -0/+37 |
2004-01-30 | case-range1.C, [...]: New tests. | Michael Matz | 4 | -0/+78 |
2004-01-30 | * parser.c (cp_parser_labeled_statement): Accept case ranges. | Michael Matz | 2 | -3/+29 |
2004-01-30 | re PR c++/13813 ([DR206] Incomplete member variables in a template.) | Giovanni Bajo | 2 | -0/+26 |
2004-01-30 | re PR c++/13813 ([DR206] Incomplete member variables in a template.) | Giovanni Bajo | 2 | -1/+8 |
2004-01-30 | combine.c (simplify_shift_const, case XOR): Be careful when commuting XOR wit... | Richard Kenner | 2 | -10/+24 |
2004-01-30 | re PR c++/13683 (bogus warning about passing non-PODs through ellipsis) | Giovanni Bajo | 2 | -0/+18 |
2004-01-30 | re PR c++/13683 (bogus warning about passing non-PODs through ellipsis) | Giovanni Bajo | 2 | -5/+15 |
2004-01-30 | sparc-protos.h: Remove the prototype for sparc_builtin_saveregs. | Kazu Hirata | 4 | -67/+121 |
2004-01-30 | re PR c/12818 (-fwritable strings triggers bad code generation) | Eric Botcazou | 4 | -6/+49 |
2004-01-30 | * gnu/java/net/PlainSocketImpl.java | Mohan Embar | 7 | -26/+127 |
2004-01-30 | basic_string.tcc (_Rep::_S_create): Never allocate a string bigger than max_s... | Paolo Carlini | 2 | -2/+12 |
2004-01-30 | alloc-pool.c: Include hashtab.h | Jan Hubicka | 5 | -5/+139 |