Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Copyright fixes. | law | 2000-02-26 | 1 | -1/+2 |
| | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@32171 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | * c-common.c: PROTO -> PARAMS. | ghazi | 2000-01-12 | 1 | -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-010999 | law | 1999-09-07 | 1 | -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 for | law | 1999-01-27 | 1 | -2/+2 |
| | | | | | | | details. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@24879 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | Copyright fixes. | law | 1999-01-06 | 1 | -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. | law | 1998-06-19 | 1 | -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> | robertl | 1998-05-06 | 1 | -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: | ghazi | 1998-03-20 | 1 | -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 tweaks | mrs | 1996-07-03 | 1 | -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. | kenner | 1996-05-19 | 1 | -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. | kenner | 1996-03-19 | 1 | -2/+4 |
| | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@11554 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | Update FSF address. | kenner | 1995-06-15 | 1 | -1/+2 |
| | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@9959 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | Fix typos in comments. | kenner | 1995-05-16 | 1 | -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 we | kenner | 1993-07-28 | 1 | -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 previous | kenner | 1993-06-27 | 1 | -7/+4 |
| | | | | | | | change. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@4768 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | (save_exprs): New variable. | rms | 1993-06-18 | 1 | -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. | rms | 1993-03-29 | 1 | -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. | kenner | 1993-03-03 | 1 | -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 RCS | rms | 1993-03-02 | 1 | -44/+10 |
| | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3586 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | *** empty log message *** | rms | 1993-02-28 | 1 | -113/+113 |
| | | | | git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3569 138bc75d-0d04-0410-961f-82ee72b054a4 | ||||
* | Initial revision | rms | 1993-02-28 | 1 | -0/+590 |
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@3568 138bc75d-0d04-0410-961f-82ee72b054a4 |