aboutsummaryrefslogtreecommitdiff
path: root/gcc/c-iterate.c
AgeCommit message (Collapse)AuthorFilesLines
1999-09-06Merge in gcc2-ss-010999Jeff Law1-1/+1
From-SVN: r29150
1999-01-26Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forJeffrey A Law1-2/+2
details. From-SVN: r24879
1999-01-06Copyright fixes.Jeff Law1-1/+1
From-SVN: r24535
1998-06-19Makefile.in (c-iterate.o): Depend on expr.h.Jeff Law1-3/+5
* Makefile.in (c-iterate.o): Depend on expr.h. * c-iterate.c: Include "expr.h". (expand_expr): Use proper values when calling the function. From-SVN: r20610
1998-05-06toplev.h: New file.Robert Lipe1-0/+1
Mon May 4 01:32:20 1998 Robert Lipe <robertl@dgii.com> * toplev.h: New file. Protypes for functions in toplev.c. * tree.h, rtl.h: Deleted protos for functions in toplev.c. * c-common.c, c-convert.c, c-decl.c, c-iterate.c, c-lex.c, c-parse.in, c-parse.y, c-pragma.c, c-typeck.c, calls.c, convert.c, dwarf2out.c, except.c, expr.c, final.c, fold-const.c, function.c, hash.c, profile.c, real.c, reg-stack.c, regclass.c, reload.c, reload1.c, stmt.c, stor-layout.c, tlink.c, tree.c, varasm.c: include it. From-SVN: r19568
1998-03-20Major cutover to using system.h:Kaveh R. Ghazi1-2/+4
* Makefile.in (alias.o, bitmap.o, c-aux-info.o, c-common.o, c-decl.o, c-iterate.o, c-lang.o, c-lex.o, c-pragma.o, c-typeck.o, caller-save.o, calls.o, collect2.o, combine.o, cse.o, dbxout.o, dwarf2out.o, dwarfout.o, emit-rtl.o, except.o, explow.o, expmed.o, expr.o, final.o, flow.o, function.o, getpwd.o, global.o, integrate.o, jump.o, local-alloc.o, loop.o, optabs.o, pexecute.o, prefix.o, print-rtl.o, print-tree.o, profile.o, real.o, recog.o, reg-stack.o, regclass.o, regmove.o, reload.o, reload1.o, reorg.o, rtl.o, rtlanal.o, sdbout.o, stmt.o, stor-layout.o, stupid.o, tlink.o, toplev.o, tree.o, unroll.o, varasm.o, xcoffout.o): Depend on system.h. * alias.c, bitmap.c, c-aux-info.c, c-common.c, c-decl.c, c-iterate.c, c-lang.c, c-lex.c, c-pragma.c, c-typeck.c, caller-save.c, calls.c, collect2.c, combine.c, cse.c, dbxout.c, dwarf2out.c, dwarfout.c, emit-rtl.c, except.c, explow.c, expmed.c, expr.c, final.c, flow.c, function.c, gcc.c, getpwd.c, global.c, integrate.c, jump.c, local-alloc.c, loop.c, optabs.c, pexecute.c, prefix.c, print-rtl.c, print-tree.c, profile.c, real.c, recog.c, reg-stack.c, regclass.c, regmove.c, reload.c, reload1.c, reorg.c, rtl.c, rtlanal.c, sched.c, sdbout.c, stmt.c, stor-layout.c, stupid.c, tlink.c, toplev.c, tree.c, unroll.c, varasm.c, xcoffout.c: Include system.h. Organize include ordering so that stdarg/varargs comes before other system headers. Remove spurious casts of functions assured of a prototype in system.h. From-SVN: r18726
1996-07-03formatting tweaksMike Stump1-6/+6
From-SVN: r12390
1996-05-19Add prototypes for all static functions.Richard Kenner1-15/+16
From-SVN: r12041
1996-03-18(iterator_loop_epilogue): Don't clear DECL_RTL for a static decl.Richard Kenner1-2/+4
From-SVN: r11554
1995-06-15Update FSF address.Richard Kenner1-1/+2
From-SVN: r9959
1995-05-16Fix typos in comments.Richard Kenner1-2/+2
From-SVN: r9711
1993-07-28(iterator_loop_{pro,epi}logue): Set TREE_SIDE_EFFECTS on the MODIFY_EXPRs we ↵Richard Kenner1-6/+10
make. (iterator_loop_{pro,epi}logue): Set TREE_SIDE_EFFECTS on the MODIFY_EXPRs we make. Pass const0_rtx as TARGET to expand_expr. From-SVN: r5032
1993-06-27(collect_iterators, case SAVE_EXPR): Simplify code added in previousRichard Kenner1-7/+4
change. From-SVN: r4768
1993-06-18(save_exprs): New variable.Richard Stallman1-3/+18
(collect_iterators): Don't process a SAVE_EXPR twice. (iterator_expand): Clear save_exprs. From-SVN: r4693
1993-03-29(collect_iterators): Cast tree code to int for indexing.Richard Stallman1-1/+1
From-SVN: r3913
1993-03-02(collect_iterators): Handle simple expressions quickly.Richard Kenner1-0/+23
Don't try to interpret operands that are RTL as if they were trees. From-SVN: r3616
1993-03-02entered into RCSRichard Stallman1-44/+10
From-SVN: r3586
1993-02-28*** empty log message ***Richard Stallman1-113/+113
From-SVN: r3569
1993-02-28Initial revisionRichard Stallman1-0/+590
From-SVN: r3568