Andreas Jaeger
8dae700b78
* gcc.texi: Mention gcc 2.96 instead of egcs 1.00.
...
From-SVN: r27505
1999-06-13 20:35:26 -06:00
Jeffrey A Law
079bd08eb2
README, [...]: Update name (egcs -> gcc) and version #s (1.1 -> 2.96) as needed.
...
* README, configure.in, gcc.1, gcc.texi: Update name (egcs -> gcc)
and version #s (1.1 -> 2.96) as needed.
* README.g77: Kill way out of date file in the toplevel directory.
Part of the ongoing conversion to the one true gcc.
From-SVN: r27308
1999-06-01 19:37:08 -06:00
Mark Mitchell
f20b5577f8
gcc.texi (Passes): Document branch-shortening.
...
* gcc.texi (Passes): Document branch-shortening.
* invoke.texi (Debugging Options): Document the fact that `-dp'
outputs length information for instructions.
From-SVN: r27167
1999-05-26 09:38:33 +00:00
Toshiyasu Morita
0ea78edbd7
* gcc.texi: Add info on regmove pass
...
From-SVN: r26160
1999-04-03 08:29:41 -07:00
Martin v. Löwis
5197829d3c
gcc.texi (Copy Assignment): New node.
...
* gcc.texi (Copy Assignment): New node.
* gxxint.texi: Remove old discussion on copying virtual bases.
From-SVN: r25992
1999-03-26 00:58:14 +00:00
Jason Merrill
f3fc6b6c45
* gcc.texi (Temporaries): Update.
...
From-SVN: r25987
1999-03-25 16:25:27 -05:00
Alexandre Oliva
4b09b99e82
gcc.texi: Update bug reporting instructions to match current ezmlm list reality.
...
X
* gcc.texi: Update bug reporting instructions to match
current ezmlm list reality.
From-SVN: r25681
1999-03-10 16:22:31 -07:00
Jeffrey A Law
8d31fdf4ba
README.g77, [...]: Update email addresses.
...
* README.g77, gcc.c, gcc.texi: Update email addresses.
* invoke.texi system.h: Likewise.
From-SVN: r25064
1999-02-06 10:20:33 -07:00
Gerald Pfeifer
c2a2650529
gcc.texi (Non-bugs): ``Empty'' loops will be optimized away in the future...
...
* gcc.texi (Non-bugs): ``Empty'' loops will be optimized away in
the future; indeed that already happens in some cases.
From-SVN: r24442
1998-12-30 05:28:05 +00:00
Alexandre Oliva
badcf91620
gcc.texi (Bug Reporting): 40Kb is a soft limit, larger compressed reports are ok and preferred over URLs
...
* gcc.texi (Bug Reporting): 40Kb is a soft limit, larger
compressed reports are ok and preferred over URLs
From-SVN: r24126
1998-12-06 02:01:26 +00:00
Jeff Law
d0b9d6139a
Bring version # and generated files updates over from the branch.
...
From-SVN: r22076
1998-08-29 04:37:48 -06:00
Martin v. Löwis
1eb79505a9
Update Bug Reporting to allow compression, and to recommend --save-temps
...
From-SVN: r21937
1998-08-24 11:10:03 +00:00
Dave Love
daf21dfd80
cpp.texi, gcc.texi: Add @dircategory...
...
* cpp.texi, gcc.texi: Add @dircategory, @direntry meant to
accompany previous Makefile.in (install-info) change.
From-SVN: r20672
1998-06-23 02:35:52 -06:00
Doug Evans
7506f49132
* Global CSE and constant/copy propagation.
...
* Makefile.in (OBJS): Add gcse.o
(STAGESTUFF): Add *.gcse.
(gcse.o): Add dependencies.
(mostlyclean): Remove *.gcse and */*.gcse.
* gcse.c: New file.
* loop.c (loop_optimize): Move call to init_alias_analysis.
* recog.c (validate_replace_src): New function.
* toplev.c (gcse_dump): New global variable.
(flag_gcse, gcse_time): Likewise.
(compile_file): Initialize gcse_time and clean out the gcse dump
file if necessary.
(rest_of_compilation): Call gcse_main as requested. Dump RTL
after gcse if requested.
(main): Enable gcse for -O2 and above. Handle -dG. Enable gcse
dumps for -da.
* gcc.texi: Add gcse related internal documentation.
* invoke.texi: Note new command line options for gcse.
* tm.texi: Document AVOID_CCMODE_COPIES.
* mips.h (AVOID_CCMODE_COPIES): Define.
Co-Authored-By: Jeffrey A Law <law@cygnus.com>
From-SVN: r19901
1998-05-19 18:24:32 -06:00
Jeff Law
f5963e6170
* Check in merge from gcc2. See ChangeLog.12 for details.
...
From-SVN: r19553
1998-05-05 17:18:02 -06:00
Jeff Law
e5e809f419
* Check in merge from gcc2. See ChangeLog.11 and ChangeLog.12
...
for details.
* haifa-sched.c: Mirror recent changes from gcc2.
From-SVN: r18984
1998-04-04 06:32:39 -07:00
Jeff Law
c85f7c16ad
Bring in final gcc-2.8.0 changes.
...
From-SVN: r17355
1998-01-14 13:57:58 -07:00
Jeff Law
956d69504d
Merge from gcc-2.8
...
From-SVN: r16987
1997-12-06 17:31:01 -07:00
Jeff Law
f2d765451e
release branch changes from 11-27 snapshot to egcs-1.0.
...
From-SVN: r16970
1997-12-05 15:13:17 -07:00
Jeff Law
e9a25f70a0
Update mainline egcs to gcc2 snapshot 971021.
...
From-SVN: r16278
1997-11-02 14:19:36 -07:00
Jeffrey A Law
068f1cb8d7
xm-svr4.h (SYS_SIGLIST_DECLARED): Define.
...
* xm-svr4.h (SYS_SIGLIST_DECLARED): Define.
* xm-news.h (SYS_SIGLIST_DECLARED): Likewise.
* gcc.texi: Note that if you define sys_siglist that you should
also define SYS_SIGLIST_DECLARED.
autoconf doesn't handle finding sys_siglist under different names.
From-SVN: r15052
1997-09-02 22:39:26 -06:00
Jeffrey A Law
e3512ac291
collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
...
* collect2.c: Change DONT_DECLARE_SYS_SIGLIST to SYS_SIGLIST_DECLARED.
* mips-tfile.c: Likewise.
* gcc.texi: DONT_DECLARE_SYS_SIGLIST: Remove docs.
* xm-linux.h (DONT_DECLARE_SYS_SIGLIST): Delete definition.
* xm-freebsd.h, xm-bsd386.h, xm-sysv4.h, xm-sol2.h: Likewise.
* configure.in: Check for sys_siglist declaration.
* configure, config.in: Rebuilt.
Fix conflicting sys_siglist decls once and for all.
From-SVN: r15007
1997-09-01 08:57:29 -06:00
Jeff Law
861bb6c1b0
Initial revision
...
From-SVN: r14764
1997-08-11 09:56:58 -06:00