Age | Commit message (Expand) | Author | Files | Lines |
2004-03-25 | stl_list.h: Created a _List_impl class and made it derive from the allocator... | Dhruv Matani | 10 | -372/+697 |
2004-03-25 | cfgrtl.c, [...]: Fix comment typos. | Kazu Hirata | 10 | -15/+25 |
2004-03-25 | re PR middle-end/9707 (Unnecessary range test in switches with less than 4 ca... | Kazu Hirata | 2 | -0/+43 |
2004-03-25 | [multiple changes] | Arnaud Charlet | 15 | -374/+572 |
2004-03-25 | arm.c (vfp_print_multi): Remove. | Paul Brook | 2 | -94/+111 |
2004-03-25 | gcc_release (FTP_PATH): Use /var/ftp instead of ~ftp, and only set at a singl... | Gerald Pfeifer | 2 | -4/+7 |
2004-03-25 | re PR java/14689 (jcf-path.c missing closedir) | Marcus Meissner | 2 | -0/+7 |
2004-03-25 | Makefile.tpl (top level bootstrap support): Remove now-unneeded STRICT_WARN, ... | Nathanael Nerode | 3 | -6/+6 |
2004-03-24 | alias.c (alias_invariant, [...]): Mark GTY. | Richard Henderson | 4 | -53/+136 |
2004-03-25 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2004-03-24 | dwarf2asm.c, [...]: Update copyright. | Kazu Hirata | 11 | -9/+19 |
2004-03-24 | configure.ac: Add --enable-werror-always (for top level bootstrap support). | Nathanael Nerode | 8 | -13/+55 |
2004-03-24 | malloc_allocator.h: Fixed the construct function to call global placement new... | Dhruv Matani | 3 | -3/+19 |
2004-03-24 | allocator.html: Add bitmap_allocator links. | Benjamin Kosnik | 2 | -0/+18 |
2004-03-24 | prune.exp (prune_gcc_output): Ignore errata warning from IA64 assembler. | Andreas Schwab | 4 | -2/+20 |
2004-03-24 | objc-act.c (objc_comptypes): Treat comparisons between 'Class' and '<class> *... | Ziemowit Laski | 2 | -0/+10 |
2004-03-24 | invoke.texi (-frename-registers): Add enabled at -O3. | David Edelsohn | 2 | -13/+29 |
2004-03-24 | bitmap_allocator.h: (_Bit_scan_forward) -> Made this function call __builtin_... | Dhruv Matani | 2 | -102/+149 |
2004-03-24 | Makefile.in (STRICT2_WARN): Reorder. | Nathanael Nerode | 4 | -3/+79 |
2004-03-24 | config.gcc: Add --with-abi= | Paul Brook | 8 | -445/+534 |
2004-03-24 | producer_consumer.cc: Use linear algorithm for producer. | Felix Yen | 2 | -1/+7 |
2004-03-24 | configure.ac: Check for -Wno-variadic-macros... | Nathanael Nerode | 3 | -70/+150 |
2004-03-24 | mt_allocator.h (__mt_alloc<>::allocate, [...]): Avoid redundant conditionals. | Paolo Carlini | 2 | -47/+15 |
2004-03-24 | Fix changelog entry for: | Richard Sandiford | 2 | -2/+1 |
2004-03-24 | config.gcc (mips64vr-*-elf*, [...]): Remove tm_defines. | Richard Sandiford | 3 | -22/+97 |
2004-03-24 | mips.h (MASK_FIX_VR4122, [...]): New macros. | DJ Delorie | 7 | -9/+158 |
2004-03-24 | mips.h (PROCESSOR_R4130): New processor_type. | Richard Sandiford | 5 | -2/+18 |
2004-03-24 | invoke.texi: Apply missed hunk from 2004-03-03 change. | Maciej W. Rozycki | 2 | -1/+21 |
2004-03-24 | locale_facets.h: Tweaks for 80 column. | Benjamin Kosnik | 6 | -255/+510 |
2004-03-24 | re PR preprocessor/14438 (Potential need for buffer overflow checks in _cpp_l... | Alexandre Oliva | 2 | -3/+6 |
2004-03-24 | extend.texi (ARM Built-in Functions): Replace with correct declarations. | Ian Lance Taylor | 2 | -135/+129 |
2004-03-24 | reg-stack.c (get_true_reg): Handle FLOAT_TRUNCATE like FLOAT_EXTEND if flag_u... | Roger Sayle | 3 | -5/+70 |
2004-03-24 | Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure for stages... | Nathanael Nerode | 3 | -12/+16 |
2004-03-24 | compare8.c: New test case. | Joseph Myers | 2 | -0/+20 |
2004-03-24 | Daily bump. | GCC Administrator | 2 | -2/+2 |
2004-03-24 | hooks.c (hook_constcharptr_tree_null): New hook. | Ziemowit Laski | 12 | -2/+133 |
2004-03-23 | Correct PR number in last commit | Zack Weinberg | 3 | -4/+3 |
2004-03-23 | PR 12267, 12391, 12560, 13129, 14114, 14113 | Zack Weinberg | 31 | -1319/+1383 |
2004-03-23 | Makefile.tpl (new-bootstrap): Fix typo. | Nathanael Nerode | 3 | -2/+7 |
2004-03-23 | delete some extraneous characters accidentally included in last change. | David Edelsohn | 1 | -1/+1 |
2004-03-23 | optabs.c (expand_binop): When synthesizing double word rotates from single wo... | Olivier Hainque | 2 | -2/+12 |
2004-03-23 | alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL. | Richard Kenner | 11 | -62/+188 |
2004-03-23 | natClass.cc (getClassLoader): Circumvent infinite recursion when searching fo... | Anthony Green | 2 | -2/+8 |
2004-03-23 | fold-const.c (tree_expr_nonnegative_p): A&B is nonnegative when A is nonnegat... | Roger Sayle | 2 | -0/+19 |
2004-03-23 | re PR java/14315 ([3.4 only]: Java compiler is not parallel make safe) | Tom Tromey | 2 | -3/+11 |
2004-03-23 | * gcj.texi (Extensions): Document GCJ_PROPERTIES. | Tom Tromey | 2 | -1/+17 |
2004-03-23 | fold-const.c (fold): Remove cases for INTEGER_CST... | Kazu Hirata | 2 | -8/+5 |
2004-03-23 | re PR rtl-optimization/14669 (Wrong code with -O for enum values expression E... | Roger Sayle | 4 | -0/+33 |
2004-03-23 | config.gcc (sparc-*-linux*): Add sparc/t-linux to tmake_file. | Jakub Jelinek | 4 | -1/+13 |
2004-03-23 | gcse.c (can_assign_to_reg_p): New function, split out from... | Richard Sandiford | 2 | -6/+23 |