Age | Commit message (Expand) | Author | Files | Lines |
2004-05-19 | Multiple fixes: PRs 14692, 15274 and 15463 | Zdenek Dvorak | 9 | -205/+470 |
2004-05-19 | typeck.c: Remove non-printable character 160. | Paolo Bonzini | 2 | -1/+5 |
2004-05-19 | [multiple changes] | Arnaud Charlet | 5 | -32/+93 |
2004-05-19 | tm.texi (TARGET_RTX_COSTS): Document that instruction costs should be based o... | Roger Sayle | 2 | -1/+12 |
2004-05-19 | fold-const.c: Remove non-printable character 160. | Paolo Bonzini | 2 | -1/+5 |
2004-05-19 | Credit Feng Wang <fengwang@nudt.edu.cn> in ChangeLog. | Feng Wang | 2 | -4/+5 |
2004-05-19 | invoke.texi (ARM Options): Fix typo. | Nick Clifton | 2 | -13/+5 |
2004-05-19 | Fix typos (missing closing parentheses) | Nick Clifton | 2 | -3/+10 |
2004-05-19 | Expanders cleanups after tree-ssa merge, part 1. | Steven Bosscher | 4 | -427/+46 |
2004-05-18 | tree-ssa-phiopt.c (abs_replacement): New function. | Andrew Pinski | 5 | -22/+237 |
2004-05-19 | tm.texi (TARGET_ASM_EMIT_UNWIND_LABEL): Add argument to indicate if this labe... | Mike Stump | 9 | -13/+55 |
2004-05-19 | * cgraph.c (hash_node, eq_node, cgraph_node, cgraph_remove_node) | Zack Weinberg | 12 | -149/+71 |
2004-05-19 | f95-lang.c (gfc_init_builtin_functions): Use vold_list_node. | Feng Wang | 8 | -190/+322 |
2004-05-19 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-05-19 | * trans.c, trans-decl.c: Fix comment typos. | Tobias Schlüter | 3 | -8/+12 |
2004-05-18 | * class.c (build_base_path): Tidy a bit. | Jason Merrill | 2 | -7/+15 |
2004-05-18 | Makefile.in (tree-ssa-phiopt.o): Depends on flags.h. | Andrew Pinski | 5 | -15/+129 |
2004-05-18 | * trans-const.c (gfc_conv_mpf_to_tree): Fix typo. | Tobias Schlüter | 2 | -2/+6 |
2004-05-18 | tree-ssa-phiopt.c (replace_phi_with_stmt): New function extracted from condit... | Jeff Law | 2 | -60/+113 |
2004-05-18 | * tree-ssa-phiopt.c: Fix various formatting issues. | Jeff Law | 2 | -79/+80 |
2004-05-18 | * gcc.c-torture/execute/991216-3.c: Delete, duplicate of 991216-2.c. | Zack Weinberg | 2 | -44/+7 |
2004-05-18 | s390.c (s390_expand_movstr, [...]): Do not use expand_start_loop and expand_e... | Steven Bosscher | 2 | -6/+21 |
2004-05-18 | arith.c (gfc_int2complex): Fix incorrect range checking. | Steve Kargl | 2 | -1/+5 |
2004-05-18 | fix broken CL entry | Steven Bosscher | 1 | -1/+2 |
2004-05-18 | rs6000.md (ctrsi_internal3): Delete. | Alan Modra | 2 | -98/+5 |
2004-05-17 | Forgot to commit. | Jeff Law | 1 | -3/+13 |
2004-05-17 | toplev.h (flag_delete_null_pointer_checks): Move from here to... | Jeff Law | 7 | -24/+80 |
2004-05-18 | Makefile.def, [...]: Remove all mention of libf2c. | Zack Weinberg | 118 | -164983/+611 |
2004-05-18 | re PR fortran/13930 (derived type with intent(in) attribute not accepted) | Paul Brook | 7 | -62/+129 |
2004-05-18 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-05-18 | cmplx.f90: Add test for bug in constant folding. | Tobias Schlüter | 2 | -0/+8 |
2004-05-18 | arith.c (gfc_arith_power): Complex number raised to 0 power is 1. | Steve Kargl | 2 | -1/+5 |
2004-05-18 | arith.c (gfc_real2complex): Range checking wrong part of complex number. | Steve Kargl | 2 | -1/+6 |
2004-05-17 | oh oh oh. forgot to add the PR number. | Steven Bosscher | 1 | -0/+1 |
2004-05-17 | tree-ssa-operands.c (get_expr_operands): Do not treat malloc attributed funct... | Steven Bosscher | 4 | -5/+33 |
2004-05-17 | * gcc.dg/loop-4.c: New test. | Volker Reichelt | 1 | -0/+25 |
2004-05-17 | tree-mudflap.c (mx_register_decls): Tolerate decl trees resulting from source... | Frank Ch. Eigler | 2 | -0/+6 |
2004-05-17 | * check-init.c: Correct minor typos. | Ranjit Mathew | 2 | -12/+16 |
2004-05-17 | Enable tree browser for all front ends. | Ranjit Mathew | 2 | -3/+9 |
2004-05-17 | i386.c (construct_container): Do not produce BLKmode registers. | Jan Hubicka | 2 | -2/+11 |
2004-05-17 | re PR target/15084 (-O/-O2 generate wrong code on structure modification) | H.J. Lu | 2 | -7/+21 |
2004-05-17 | [multiple changes] | Arnaud Charlet | 91 | -1917/+2144 |
2004-05-17 | mips.h (MASK_DEBUG_G, [...]): Delete. | Richard Sandiford | 3 | -853/+82 |
2004-05-17 | optabs.c (expand_unop): Try implementing negation using subtraction from zero. | Richard Sandiford | 2 | -0/+14 |
2004-05-17 | pa.md: Fix typo from last change. | John David Anglin | 2 | -7/+10 |
2004-05-17 | Daily bump. | GCC Administrator | 1 | -1/+1 |
2004-05-16 | re PR target/10982 ([arm] poor optimisation of "if (var & const)") | Richard Earnshaw | 2 | -5/+112 |
2004-05-16 | * options.c (gfc_handle_module_path_options): Fix buffer overrun. | Paul Brook | 2 | -1/+5 |
2004-05-16 | * arith.c (gfc_range_check): Fix logic error. | Paul Brook | 2 | -1/+5 |
2004-05-16 | * arith.c: Fix comment typos. | Steve Kargl | 2 | -4/+8 |