aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2004-03-24Makefile.tpl (new-bootstrap): Set CC and CC_FOR_BUILD in configure for stages...Nathanael Nerode3-12/+16
2004-03-24compare8.c: New test case.Joseph Myers2-0/+20
2004-03-24Daily bump.GCC Administrator2-2/+2
2004-03-24hooks.c (hook_constcharptr_tree_null): New hook.Ziemowit Laski12-2/+133
2004-03-23Correct PR number in last commitZack Weinberg3-4/+3
2004-03-23PR 12267, 12391, 12560, 13129, 14114, 14113Zack Weinberg31-1319/+1383
2004-03-23Makefile.tpl (new-bootstrap): Fix typo.Nathanael Nerode3-2/+7
2004-03-23delete some extraneous characters accidentally included in last change.David Edelsohn1-1/+1
2004-03-23optabs.c (expand_binop): When synthesizing double word rotates from single wo...Olivier Hainque2-2/+12
2004-03-23alias.c (get_alias_set): Add support for TYPE_REF_CAN_ALIAS_ALL.Richard Kenner11-62/+188
2004-03-23natClass.cc (getClassLoader): Circumvent infinite recursion when searching fo...Anthony Green2-2/+8
2004-03-23fold-const.c (tree_expr_nonnegative_p): A&B is nonnegative when A is nonnegat...Roger Sayle2-0/+19
2004-03-23re PR java/14315 ([3.4 only]: Java compiler is not parallel make safe)Tom Tromey2-3/+11
2004-03-23* gcj.texi (Extensions): Document GCJ_PROPERTIES.Tom Tromey2-1/+17
2004-03-23fold-const.c (fold): Remove cases for INTEGER_CST...Kazu Hirata2-8/+5
2004-03-23re PR rtl-optimization/14669 (Wrong code with -O for enum values expression E...Roger Sayle4-0/+33
2004-03-23config.gcc (sparc-*-linux*): Add sparc/t-linux to tmake_file.Jakub Jelinek4-1/+13
2004-03-23gcse.c (can_assign_to_reg_p): New function, split out from...Richard Sandiford2-6/+23
2004-03-22* c-typeck.c (same_translation_unit_p): Fix pasto.Diego Novillo2-1/+5
2004-03-23Daily bump.GCC Administrator2-2/+2
2004-03-22fix typo.David Edelsohn1-1/+1
2004-03-22params.def (PARAM_MAX_SCHED_REGION_BLOCKS): New.David Edelsohn5-14/+41
2004-03-22dwarf2out.c (is_subrange_type): Do not emit a subrange_type DIE for base types.Joel Brobecker2-0/+37
2004-03-22dwarf2out.c (is_subrange_type): Minor code rework.Joel Brobecker2-9/+18
2004-03-22re PR c/14069 (This input file lets gcc crash)Jakub Jelinek4-3/+27
2004-03-22re PR target/14580 (symbol emitted instead of a non_lazy_symbol)Andrew Pinski1-0/+1
2004-03-22rs6000.c (symbol_ref_operand): Reject symbols who are not local for Darwin PIC.Andrew Pinski2-0/+22
2004-03-22[multiple changes]Arnaud Charlet16-123/+631
2004-03-22regrename.c (regrename_optimize): Set regs_ever_live for all registers introd...Ulrich Weigand2-0/+6
2004-03-22acinclude.m4 (GLIBCXX_ENABLE_ALLOCATOR): Add pool_allocator.Paolo Carlini12-864/+1700
2004-03-22re PR tree-optimization/14470 ([tree-ssa] trouble with post-increment)Eric Botcazou2-6/+47
2004-03-22No, really, REALLY revert it.Nathanael Nerode1-2/+0
2004-03-22No, REALLY revert it this time. (sigh)Nathanael Nerode1-1/+1
2004-03-22Revert accidental bogus change to Makefile.def in last commit.Nathanael Nerode1-1/+1
2004-03-22Makefile.tpl: Rearrange by moving recursive_targets rules into their proper s...Nathanael Nerode4-12478/+12687
2004-03-22configure.ac: Allow --disable-coverage-flags (for the future benefit of top l...Nathanael Nerode3-19/+33
2004-03-22* Makefile.tpl (experimental top level bootstrap) Move stage1Nathanael Nerode5-12/+43
2004-03-22Fix typo.Eric Botcazou1-1/+1
2004-03-22ulstrasp2.c: Do not pass -m64.Eric Botcazou4-9/+9
2004-03-22Makefile.tpl: Clean up experimental top level bootstrap support...Nathanael Nerode3-20/+31
2004-03-22bt-load.c, [...]: Remove unnecessary casts.Kazu Hirata10-36/+38
2004-03-22re PR target/14291 (-fprofile-arcs fails (unresolved symbol))Danny Smith2-1/+10
2004-03-22* gcc.dg/i386-sse-8.c: Reset default options.Ulrich Weigand2-0/+5
2004-03-22asm2.c: Allow 'parse error' instead of 'syntax error' in the error message text.Ulrich Weigand2-2/+7
2004-03-22s390.md ("*doloop_si"): Change predicate for operand 2 to nonimmediate_operand.Ulrich Weigand2-2/+8
2004-03-22atomicity.h (__atomic_add): Remove "static inline" and attribute-unused.Hans-Peter Nilsson2-8/+19
2004-03-22cxx-pretty-print.c (pp_cxx_parameter_declaration_clause): Declare.Gabriel Dos Reis2-0/+5
2004-03-22real.h (struct real_value): Use the same type for all bitfields.Alexandre Oliva5-81/+102
2004-03-22Daily bump.GCC Administrator2-2/+2
2004-03-21pretty-print.c (pp_base_maybe_space): New function.Gabriel Dos Reis9-73/+126