summaryrefslogtreecommitdiff
path: root/gcc/c-iterate.c
Commit message (Collapse)AuthorAgeFilesLines
* Copyright fixes.law2000-02-261-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32171 138bc75d-0d04-0410-961f-82ee72b054a4
* * c-common.c: PROTO -> PARAMS.ghazi2000-01-121-11/+11
| | | | | | | | | | | | | | | | | | | * c-common.h: Likewise. * c-decl.c: Likewise. * c-iterate.c: Likewise. * c-lang.c: Likewise. * c-lex.c: Likewise. * c-lex.h: Likewise. * c-parse.in: Likewise. * c-pragma.c: Likewise. * c-pragma.h: Likewise. * c-tree.h: Likewise. * c-typeck.c: Likewise. * objc/objc-act.c: Likewise. * objc/objc-act.h: Likewise. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@31362 138bc75d-0d04-0410-961f-82ee72b054a4
* Merge in gcc2-ss-010999law1999-09-071-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@29150 138bc75d-0d04-0410-961f-82ee72b054a4
* Merge in gcc2 snapshot 19980929. See gcc/ChangeLog and gcc/FSFChangeLog forlaw1999-01-271-2/+2
| | | | | | | details. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24879 138bc75d-0d04-0410-961f-82ee72b054a4
* Copyright fixes.law1999-01-061-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24535 138bc75d-0d04-0410-961f-82ee72b054a4
* * Makefile.in (c-iterate.o): Depend on expr.h.law1998-06-191-3/+5
| | | | | | | | * c-iterate.c: Include "expr.h". (expand_expr): Use proper values when calling the function. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@20610 138bc75d-0d04-0410-961f-82ee72b054a4
* Mon May 4 01:32:20 1998 Robert Lipe <robertl@dgii.com>robertl1998-05-061-0/+1
| | | | | | | | | | | | | | * 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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@19568 138bc75d-0d04-0410-961f-82ee72b054a4
* Major cutover to using system.h:ghazi1998-03-201-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. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@18726 138bc75d-0d04-0410-961f-82ee72b054a4
* formatting tweaksmrs1996-07-031-6/+6
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12390 138bc75d-0d04-0410-961f-82ee72b054a4
* Add prototypes for all static functions.kenner1996-05-191-15/+16
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@12041 138bc75d-0d04-0410-961f-82ee72b054a4
* (iterator_loop_epilogue): Don't clear DECL_RTL for a static decl.kenner1996-03-191-2/+4
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11554 138bc75d-0d04-0410-961f-82ee72b054a4
* Update FSF address.kenner1995-06-151-1/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9959 138bc75d-0d04-0410-961f-82ee72b054a4
* Fix typos in comments.kenner1995-05-161-2/+2
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9711 138bc75d-0d04-0410-961f-82ee72b054a4
* (iterator_loop_{pro,epi}logue): Set TREE_SIDE_EFFECTS on the MODIFY_EXPRs wekenner1993-07-281-6/+10
| | | | | | | | make. Pass const0_rtx as TARGET to expand_expr. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@5032 138bc75d-0d04-0410-961f-82ee72b054a4
* (collect_iterators, case SAVE_EXPR): Simplify code added in previouskenner1993-06-271-7/+4
| | | | | | | change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4768 138bc75d-0d04-0410-961f-82ee72b054a4
* (save_exprs): New variable.rms1993-06-181-3/+18
| | | | | | | | (collect_iterators): Don't process a SAVE_EXPR twice. (iterator_expand): Clear save_exprs. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4693 138bc75d-0d04-0410-961f-82ee72b054a4
* (collect_iterators): Cast tree code to int for indexing.rms1993-03-291-1/+1
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3913 138bc75d-0d04-0410-961f-82ee72b054a4
* (collect_iterators): Handle simple expressions quickly.kenner1993-03-031-0/+23
| | | | | | | Don't try to interpret operands that are RTL as if they were trees. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3616 138bc75d-0d04-0410-961f-82ee72b054a4
* entered into RCSrms1993-03-021-44/+10
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3586 138bc75d-0d04-0410-961f-82ee72b054a4
* *** empty log message ***rms1993-02-281-113/+113
| | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3569 138bc75d-0d04-0410-961f-82ee72b054a4
* Initial revisionrms1993-02-281-0/+590
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3568 138bc75d-0d04-0410-961f-82ee72b054a4