aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-06-27Daily bump.GCC Administrator2-2/+2
2001-06-27system.h (TARGET_ESC): Move to ...Neil Booth8-74/+150
2001-06-27no preprocessing inside string literalBruce Korb2-4/+11
2001-06-26Add missing documentation.Jim Wilson2-0/+16
2001-06-27cpp.texi, [...]: Use @: where necessary when a full stop does not end a sente...Joseph Myers9-44/+51
2001-06-27gcc.texi, [...]: Remove trailing whitespace.Joseph Myers4-114/+119
2001-06-26c-tree.texi, [...]: Use two spaces after ends of sentences.Joseph Myers10-235/+241
2001-06-26toplev.c (display_help): Fix param thinko.Daniel Berlin3-7/+13
2001-06-26toplev.c (decode_f_option): Adjust setting.Gabriel Dos Reis8-82/+71
2001-06-26* config/i386/sol2.h (CPP_SPEC): Pass -P for .S files.Rainer Orth2-5/+12
2001-06-26Makefile.in (TARGET_H, [...]): New.Neil Booth87-634/+874
2001-06-26glimits.h (USHRT_MAX): Use unsigned suffix if int can not hold it.Vladimir Makarov2-4/+13
2001-06-26diagnostic.h (struct diagnostic_context): Add new field.Gabriel Dos Reis5-19/+38
2001-06-26iris5.h (UNALIGNED_INT_ASM_OP, [...]): Define.Rainer Orth3-1/+15
2001-06-26i386.md (float_truncate splitter, [...]): Add reload_completted; fix operand ...Jan Hubicka4-17/+25
2001-06-26diagnostic.h (diagnostic_prefixing_rule_t): New enum type.Gabriel Dos Reis3-12/+22
2001-06-26Daily bump.GCC Administrator2-2/+2
2001-06-26defaults.h: Default escape sequences to ASCII.Neil Booth41-360/+67
2001-06-26diagnostic.c (digit_buffer): Remove as global.Gabriel Dos Reis3-6/+12
2001-06-25Add ia64-hpux 128-bit long double support.Steve Ellcey11-96/+339
2001-06-25Make parallel builds work.Jim Wilson3-2/+9
2001-06-25bitmap.c (bitmap_last_bit_set): Fix a non-c89 usage (null actual argument to ...Dale Johannesen2-1/+6
2001-06-25* i386.md (movsi_insv_1, movsi_insv_1_rex64): Fix constraints.Jan Hubicka2-2/+6
2001-06-25Daily bump.GCC Administrator2-2/+2
2001-06-25c-tree.texi, [...]: Be more consistent about the use of "GCC" and related terms.Joseph Myers13-180/+196
2001-06-25extend.texi, [...]: Remove uses of @refill.Joseph Myers8-70/+76
2001-06-24* (movsi_insv_1, movsi_insv_1_rex64): Allow immediate operand.Jan Hubicka2-2/+6
2001-06-24builtins.c (expand_builtin_expect_jump): Disable if the expression can't be r...Richard Henderson2-0/+21
2001-06-24Fix oinitialisation of frame pointer in interrupt functions.Nick Clifton3-15/+60
2001-06-24Daily bump.GCC Administrator2-2/+2
2001-06-23crtfastmath.c: New file.Richard Henderson7-9/+72
2001-06-24install-old.texi: Remove more documentation of configure options.Joseph Myers3-77/+49
2001-06-23i386-protos.h (emit_i387_cw_initialization): Declare.Jan Hubicka4-145/+158
2001-06-23zipfile.h: Use GCC_JCF_H instead of JCF_H.Jan van Male2-1/+5
2001-06-23cppmacro.c (make_string_token): Avoid warning.Neil Booth3-9/+25
2001-06-23* flow.c (attempt_auto_inc, try_pre_increment_1): Fix typo.Jan Hubicka2-2/+6
2001-06-23Daily bump.GCC Administrator2-2/+2
2001-06-22flow.c (mark_set_1, [...]): compute REG_FREQ using bb->frequency.Jan Hubicka3-20/+36
2001-06-22predict.c (block_info_def): Add nvisited.Jan Hubicka3-2/+49
2001-06-23gcc.texi: Update documentation of source files of C compiler.Joseph Myers2-10/+34
2001-06-22invoke.texi (-funsafe-math-optimizations): Document its possible effects at l...Richard Henderson2-1/+8
2001-06-22basic-block.h (dump_edge_info): Declare.Diego Novillo5-11/+26
2001-06-22predict.c: (expected_value_to_br_prob): Check for const_true_rtx instead of c...Toshiyasu Morita2-2/+7
2001-06-22crtfastmath.c: New file.David Mosberger4-1/+52
2001-06-22h8300.c (asm_file_start): Remove reference to "release F-1".Toshiyasu Morita2-1/+5
2001-06-22re PR c/3259 (({ }) and -Wall)Joseph Myers5-0/+29
2001-06-22arm.h (struct machine_function): Remove ra_rtx.DJ Delorie9-149/+33
2001-06-22predict.c (estimate_bb_frequencies): Do not handle conditional jumps jumping ...Jan Hubicka3-8/+79
2001-06-22regs.h (struct reg_info_def): Add freq field.Jan Hubicka14-60/+182
2001-06-22optabs.c (emit_libcall_block): When using non-call exceptions, don't mark lib...Andrew Haley2-13/+31