aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-04-04configure.in (gcc_cv_as_leb128): Tweek minor number extraction.Richard Henderson3-2/+7
2001-04-04expr.h: Remove #ifdef FUNCTION_CONVERSION_BUG logic.Zack Weinberg5-34/+9
2001-04-04Partially revert previous changeBernd Schmidt2-1/+20
2001-04-04When splitting insns, properly update label usage countsHerman A.J. ten Brugge2-0/+40
2001-04-04recog.c (validate_replace_rtx_1): Instead of aborting just make sure the chan...Jakub Jelinek4-1/+32
2001-04-04optimize.c (expand_call_inline): Only add newly inlined statements into inlin...Jakub Jelinek2-1/+6
2001-04-04Daily bump.GCC Administrator2-2/+2
2001-04-04rtl.h (set_noop_p): Declare.John Wehle8-54/+52
2001-04-04cp-tree.h (OPERATOR_ASSIGN_FORMAT): Remove.Mark Mitchell7-78/+108
2001-04-04DWARF2 frame notes for hppa.Alan Modra3-166/+284
2001-04-03configure.in (gcc_cv_as_leb128): Reject gas before 2.11.Richard Henderson3-20/+45
2001-04-04POTFILES.in: Remove all the files deleted by the xm-host.h purge...Zack Weinberg2-71/+5
2001-04-03rtl.h (LCT_THROW): New.Richard Henderson4-9/+30
2001-04-04ansidecl.h: All logic from gcc/gansidecl.h moved here.Zack Weinberg19-378/+341
2001-04-03decl2.c (import_export_decl): Don't call import_export_class when processing ...Mark Mitchell3-14/+28
2001-04-03i386.c (ix86_force_to_memory, [...]): Update for 64bit.Jan Hubicka2-40/+86
2001-04-03xm-beos.h, [...]: Delete.Zack Weinberg13-137/+17
2001-04-03boehm.c (PROCEDURE_OBJECT_DESCRIPTOR): Set to use `build_int_2.'Alexandre Petit-Bianco2-7/+14
2001-04-03Use byte offsets in SUBREGs instead of words.Jakub Jelinek64-872/+1639
2001-04-03configure.in (target_subdir): Use target_alias, not target.Alexandre Oliva3-267/+281
2001-04-03crtn.asm (init, fini): Restore r15 from r14, not the other way round.Alexandre Oliva3-6/+12
2001-04-03instantiate1.C: Adjust to accommodate peculiarities of the SH.Alexandre Oliva3-11/+33
2001-04-03Move ChangeLog entry where it belongs.Jakub Jelinek2-5/+5
2001-04-03TARGET_NO_SPACE_REGS no longer affects call sequences.Alan Modra4-149/+135
2001-04-03Daily bump.GCC Administrator2-2/+2
2001-04-03configure.in (gcc_cv_as_leb128): Correct name of cache variable.Geoffrey Keating3-14/+33
2001-04-03Rewrite hppa profiling support.Alan Modra4-112/+152
2001-04-03com.c (duplicate_decls): Fix thinko in lazy DECL_RTL patch of 2001-03-04.Toon Moene2-1/+6
2001-04-03Makefile.in ($(HOST_PREFIX_1)errors.o, [...]): Depend on $(SYSTEM_H).Kaveh R. Ghazi2-7/+13
2001-04-03dwarf2out.c (dwarf2out_frame_debug_expr): Move errant HIGH and LO_SUM cases t...Alan Modra2-14/+19
2001-04-03expr.c (pop_type_0): Save the result of the first lang_printable_name call in...Zack Weinberg2-3/+15
2001-04-02except.h (lang_eh_type_covers): Mark extern.Richard Henderson2-2/+7
2001-04-02fp-cmp-1.c: Renamed nan to dnan.Rainer Orth4-24/+30
2001-04-02lex.c (ffelex_hash_): Avoid eating one whole line after #line.Jakub Jelinek4-0/+23
2001-04-02genattr.c, [...]: Wrap generated header in multiple-include guard.Zack Weinberg7-26/+63
2001-04-02configure.in: Don't check for putenv.Kaveh R. Ghazi5-57/+18
2001-04-02ifcvt.c (noce_emit_move_insn): New.Jakub Jelinek4-11/+72
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