aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2004-03-24config.gcc (mips64vr-*-elf*, [...]): Remove tm_defines.Richard Sandiford3-22/+97
2004-03-24mips.h (MASK_FIX_VR4122, [...]): New macros.DJ Delorie7-9/+158
2004-03-24mips.h (PROCESSOR_R4130): New processor_type.Richard Sandiford5-2/+18
2004-03-24invoke.texi: Apply missed hunk from 2004-03-03 change.Maciej W. Rozycki2-1/+21
2004-03-24re PR preprocessor/14438 (Potential need for buffer overflow checks in _cpp_l...Alexandre Oliva2-3/+6
2004-03-24extend.texi (ARM Built-in Functions): Replace with correct declarations.Ian Lance Taylor2-135/+129
2004-03-24reg-stack.c (get_true_reg): Handle FLOAT_TRUNCATE like FLOAT_EXTEND if flag_u...Roger Sayle3-5/+70
2004-03-24compare8.c: New test case.Joseph Myers2-0/+20
2004-03-24Daily bump.GCC Administrator1-1/+1
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-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-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 Administrator1-1/+1
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-22re PR tree-optimization/14470 ([tree-ssa] trouble with post-increment)Eric Botcazou2-6/+47
2004-03-22configure.ac: Allow --disable-coverage-flags (for the future benefit of top l...Nathanael Nerode3-19/+33
2004-03-22Fix typo.Eric Botcazou1-1/+1
2004-03-22ulstrasp2.c: Do not pass -m64.Eric Botcazou4-9/+9
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-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 Administrator1-1/+1
2004-03-21pretty-print.c (pp_base_maybe_space): New function.Gabriel Dos Reis9-73/+126
2004-03-21* config/s390/s390.md ("addti3", "subti3"): New insns and splitters.Ulrich Weigand2-0/+62
2004-03-21expmed.c (choose_mult_variant): Pass MULT_COST as argument instead of using r...Ulrich Weigand2-23/+58
2004-03-21alias.c (get_alias_set): Remove handling of PLACEHOLDER_EXPR.Richard Kenner18-391/+260
2004-03-21re PR c++/14616 (disjoint_set_test.cpp from boost does not compile (sizeof))Mark Mitchell4-0/+24