aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-04-02fold-const.c (fold): Before optimizing unsigned comparison with 0x7fffffffU...Jakub Jelinek4-1/+26
2001-04-02* c-tree.texi: Document representation of wide strings.Joseph Myers2-1/+13
2001-04-02Daily bump.GCC Administrator2-2/+2
2001-04-01* except.h (expand_builtin_dwarf_fp_regnum): Declare.Richard Henderson2-0/+5
2001-04-01i386.md: remove obsoleted comments.Jan Hubicka2-12/+18
2001-04-01Daily bump.GCC Administrator2-2/+2
2001-03-31* config/avr/libgcc.S (__mulhi3): Optimize previous change.Marek Michalkiewicz2-2/+5
2001-03-31Daily bump.GCC Administrator2-2/+2
2001-03-30Prevent hoisting code from generating uninitialized accesses.Bernd Schmidt2-3/+20
2001-03-30i386.c (ix86_split_long_move): Use change address to compensate stack pointer...Jan Hubicka2-2/+11
2001-03-30Daily bump.GCC Administrator2-2/+2
2001-03-29i386.md (sse_movdfcc_eq): Fix constraint (sse_mov?fcc splitter): Use operands...Jan Hubicka2-5/+10
2001-03-29i386.c (ix86_expand_setcc): Support 64bit.Jan Hubicka3-12/+107
2001-03-29* libgcc2.c [L__main]: Include unwind-dw2-fde.h instead of frame.h.Richard Henderson2-1/+5
2001-03-29mn10300.md (cmpsi): Fix first alternative's output template.Matthew Hiller2-4/+19
2001-03-28Makefile.in (cs-tconfig.h): Depend on CONFIG_H, not GCONFIG_H.Richard Henderson2-2/+7
2001-03-28Fix abort when passing 1.0L as unnamed argument.Jim Wilson2-2/+7
2001-03-28* g++.old-deja/g++.other/eh4.C: Fix typo.Loren J. Rittle2-1/+5
2001-03-28* g++.dg/special/ecos.exp (conpr-1.C): Do not write in $srcdir.Loren J. Rittle2-3/+7
2001-03-28expr.c (pop_type_0): Call `concat' rather than building the string manually.Kaveh R. Ghazi3-25/+24
2001-03-28toplev.h (fatal_error): Add ATTRIBUTE_NORETURN.Kaveh R. Ghazi4-3/+13
2001-03-28re PR java/2066 (Source parser segfault in resolve_package)Alexandre Petit-Bianco2-2/+9
2001-03-28jvgenmain.c (do_mangle_classname): End string constant with '\0'.Jeffrey Oldham2-0/+5
2001-03-28Revert cflags patch.DJ Delorie2-2/+5
2001-03-2820010328-1.c: New test.Philip Blundell2-0/+84
2001-03-28libgcc.S (__mulhi3): Correct tests to exit the loop when multiplier or multip...Marek Michalkiewicz2-1/+8
2001-03-28Fix missing barrier problemBernd Schmidt2-95/+175
2001-03-28Make hash values more randomBernd Schmidt2-13/+5
2001-03-28rs6000.h (EPILOGUE_USES): Use TARGET_AIX, not TARGET_TOC for special toc rest...Richard Henderson3-2/+9
2001-03-28sparc.c (eligible_for_epilogue_delay): False if current_function_calls_eh_ret...Richard Henderson4-10/+35
2001-03-28rs6000.c (rs6000_stack_info): Allocate space for eh_return data registers.Richard Henderson4-105/+146
2001-03-28i386.c (general_no_elim_operand): Disallow virtual regs.Richard Henderson5-48/+199
2001-03-28alpha.c (alpha_sa_mask): Add EH_RETURN_DATA_REGNOs.Richard Henderson5-28/+93
2001-03-28IA-64 ABI Exception Handling.Richard Henderson65-7287/+6444
2001-03-28java-tree.h (throw_node): Define as a single member of java_global_trees inst...Richard Henderson7-28/+32
2001-03-28decl.c (end_java_method): Do not save and restore flag_non_call_exceptions.Richard Henderson4-24/+12
2001-03-28decl.c (struct named_label_list): Rename eh_region to in_try_scope, add in_ca...Richard Henderson5-24/+60
2001-03-28Daily bump.GCC Administrator2-2/+2
2001-03-28regmove.c (perhaps_ends_bb_p): Use can_throw_internal to reduce false positives.Richard Henderson2-4/+13
2001-03-27stmt.c (expand_return): Remove always true predicate.Richard Henderson2-39/+8
2001-03-27sched-deps.c (sched_analyze_insn): Consolidate scheduling barrier code.Richard Henderson2-46/+43
2001-03-27rtlanal.c (rtx_addr_can_trap_p): Virtual registers cannot trap.Richard Henderson2-5/+22
2001-03-27except.c (can_throw_internal): Rename from can_throw.Richard Henderson4-8/+11
2001-03-27integrate.c (copy_insn_list): Use returnjump_p.Richard Henderson2-22/+39
2001-03-27function.h (struct function): Move all boolean valued fields to single bit fi...Richard Henderson2-83/+92
2001-03-27flow.c (cleanup_cfg): Take no argument.Richard Henderson5-13/+15
2001-03-27flow.c (tidy_fallthru_edges): Don't combine complex edges.Richard Henderson3-7/+37
2001-03-27Remove flag_new_exceptions.Richard Henderson7-26/+16
2001-03-27combine.c (distribute_notes): If non-call exceptions, put the note on the tra...Richard Henderson2-0/+22
2001-03-27except.h (flag_non_call_exceptions): Move ...Richard Henderson3-4/+6