aboutsummaryrefslogtreecommitdiff
path: root/gcc
AgeCommit message (Expand)AuthorFilesLines
2001-05-21Daily bump.GCC Administrator2-2/+2
2001-05-21dwarf2out.c (DEBUG_FRAME_SECTION): Rename from FRAME_SECTION.Richard Henderson2-4/+9
2001-05-20dwarf2out.c (DEBUG_ABBREV_SECTION, [...]): Rename from s/DEBUG_//.Richard Henderson5-63/+87
2001-05-20New test.Richard Henderson2-0/+16
2001-05-20optabs.c (emit_cmp_and_jump_insns): Don't swap commutative operands unless th...Richard Henderson2-3/+11
2001-05-21fold-const.c (tree_expr_nonnegative_p): Detect more non-negative cases.Kaveh R. Ghazi5-0/+107
2001-05-21re PR other/930 (Out of date docs for C99 features as extensions)Joseph Myers2-51/+131
2001-05-20expr.c (expand_expr, [...]): Don't fold constant access if EXPAND_CONST_ADDRE...Richard Kenner2-28/+31
2001-05-20* stmt.c (expand_decl): Set mode, alignment, and sizes for CONST_DECL.Richard Kenner2-5/+19
2001-05-20sched-deps.c (sched_analyze_insn): Force volatile memory reads to be output b...Richard Henderson2-0/+18
2001-05-20* Makefile.in (dwarf2asm.o): Depend on $(TREE_H).Richard Henderson2-2/+6
2001-05-20att.h (ASM_SHORT, ASM_LONG): Add trailing \t.Richard Henderson20-103/+100
2001-05-20* invoke.texi: Add more options to summary list.Joseph Myers2-4/+9
2001-05-20re PR other/567 ("make dvi" fails)Joseph Myers4-8/+16
2001-05-20re PR c++/2781 (bad code generated for reference call with -O2 (regression fr...Nathan Sidwell4-1/+88
2001-05-20pt.c (determine_specialization): Ignore artificial functions.Kriang Lerdsuwanakij4-0/+21
2001-05-20re PR c/2291 (Pedantic may be too pedantic)Joseph Myers3-101/+207
2001-05-20m68hc11.c (m68hc11_override_options): Ignore the -fpic and -fPIC options, cle...Stephane Carrez2-8/+27
2001-05-20hashtable.c (calc_hash): Fix HASHSTEP definition.Neil Booth4-10/+8
2001-05-20Daily bump.GCC Administrator2-2/+2
2001-05-20Makefile.in (OBJS, [...]): Update.Neil Booth29-669/+799
2001-05-20except.c (dw2_build_landing_pads): Use word_mode, not Pmode, as ncessary.Richard Henderson7-63/+221
2001-05-19* jump.c (mark_jump_label): Tidy previous change.Mark Mitchell2-14/+10
2001-05-19open stdin for those building with a closed one.Bruce Korb2-1/+2
2001-05-19Do not use two warnings when one will doBruce Korb2-13/+9
2001-05-19jump.c (jump_optimize_1): Tidy.Mark Mitchell3-9/+1362
2001-05-19re PR c/166 (C syntax problem in gcc)Joseph Myers4-10/+48
2001-05-19Make-lang.in: Have $(MAKEINFO) look into the parent directory for includes.Toon Moene3-48/+48
2001-05-19defaults.h (TARGET_ALLOWS_PROFILING_WITHOUT_FRAME_POINTER): New macro.Mark Mitchell5-0/+62
2001-05-19recog.c (general_operand): Modify last change to allow it if reload has compl...Richard Kenner2-2/+11
2001-05-19recog.c (general_operand): Prohibit nonzero subreg bytes on subregs containin...Jan Hubicka2-150/+90
2001-05-19Daily bump.GCC Administrator2-2/+2
2001-05-19regrename.c (regrename_optimize): frame pointer register can use a few hardregs.Denis Chertykov2-3/+13
2001-05-18decl2.c (finish_objects): Use the original SYMBOL_REF from the function decla...Diego Novillo2-1/+6
2001-05-18add emacs magic commentJason Merrill1-1/+1
2001-05-18fixJason Merrill1-1/+1
2001-05-18* README.DWARF: Move into dwarfout.c.Jason Merrill3-575/+547
2001-05-18* gcc.c-torture/compile/20010518-1.c: New test.Stan Shebs2-0/+209
2001-05-18rs6000.c (secondary_reload_class): Fix Darwin specific misuse of r0 as a relo...Dale Johannesen2-11/+21
2001-05-18combine.c (combine_simplify_rtx): Clear op0_mode if simplification suceeded.Jan Hubicka2-1/+6
2001-05-18genrecog.c (enum decision_type): Add DT_elt_zero-wide_safe.Richard Kenner2-14/+30
2001-05-18Merge in proper ChangeLogRichard Kenner1-1/+2
2001-05-18/tmp/plRichard Kenner2-9/+20
2001-05-18configure.in (gcc_cv_as_eh_frame): Cope with old assemblers.Stan Shebs3-9/+16
2001-05-18jvspec.c (lang_specific_pre_link): Re-arrange the linker command line so the ...Per Bothner2-1/+20
2001-05-18Changes needed for java/jvspec.cPer Bothner3-2/+14
2001-05-18* config/pa/som.h (EXCEPTION_SECTION): Define.Jeffrey A Law2-1/+11
2001-05-18dwarf2out.c: Add dw_loc_list_ref, a reference to a location list.Daniel Berlin2-8/+217
2001-05-18re PR c++/2526 (internal compiler error (version 2.95.3 and 3.0))Nathan Sidwell5-13/+55
2001-05-18gcse.c (try_replace_reg): First try global replace, later try to simplify the...Jan Hubicka2-58/+28