- 10 Jan, 2002 39 commits
-
-
* toplev.c: Fix formatting. * tree.c: Likewise. * tree-dump.c: Likewise. * unroll.c: Likewise. * unwind-dw2.c: Likewise. * unwind-dw2-fde.c: Likewise. * unwind-dw2-fde-glibc.c: Likewise. * unwind-sjlj.c: Likewise. From-SVN: r48749
Kazu Hirata committed -
From-SVN: r48748
Joseph Myers committed -
From-SVN: r48747
Kazu Hirata committed -
From-SVN: r48746
Ira Ruben committed -
From-SVN: r48745
Ira Ruben committed -
Also added changlog info for the adding of attributes to inline member functions. Jason Merrill committed the actual patch but forgot to update the changelog. From-SVN: r48744
Ira Ruben committed -
From-SVN: r48743
Ira Ruben committed -
From-SVN: r48742
Kazu Hirata committed -
2002-01-10 David Edelsohn <edelsohn@gnu.org> * alias.c (find_base_value): Add cases for HIGH, PRE_INC, PRE_DEC, POST_INC, POST_DEC, PRE_MODIFY, and POST_MODIFY. (find_base_term): Add cases for TRUNCATE, PRE_MODIFY, and POST_MODIFY. Recurse for any operand of AND as long as constant is non-zero. From-SVN: r48741
David Edelsohn committed -
* gnu/java/rmi/rmic/RMIC.java (parseOptions): Handle --help and --version. Recognize GNU-style long options. Print GNU-style error messages. (usage): Print GNU-style help. Exit with status 0. (error): New method. (run): Print error message if no class names found. (main): Don't print usage on error. From-SVN: r48740
Tom Tromey committed -
* gnu/gcj/convert/Convert.java (version): Use java.vm.name property. (help, version): Use println(), not println(""). From-SVN: r48739
Tom Tromey committed -
From-SVN: r48737
Jason Merrill committed -
From-SVN: r48736
Kazu Hirata committed -
* varasm.c: Fix formatting. * varray.c: Likewise. * vmsdbgout.c: Likewise. * xcoffout.c: Likewise. From-SVN: r48735
Kazu Hirata committed -
cfgcleanup.c (try_forward_edges): Properly initialize nthreaded_edges; update edge probabilities to match. * cfgcleanup.c (try_forward_edges): Properly initialize nthreaded_edges; update edge probabilities to match. From-SVN: r48734
Jan Hubicka committed -
* Makefile.in ($(docdir)/gccint.info, gccint.dvi): Add additional dependencies. * doc/languages.texi, doc/sourcebuild.texi: New files. * doc/configfiles.texi: Make a subsubsection. Update. * doc/configterms.texi: Add @node. Remove warning that this isn't instructions for building GCC. * doc/makefile.texi: Make a subsection. * doc/gccint.texi: Update. From-SVN: r48731
Joseph Myers committed -
From-SVN: r48730
Ira Ruben committed -
From-SVN: r48729
Jan Hubicka committed -
From-SVN: r48727
Jakub Jelinek committed -
From-SVN: r48725
Nicola Pero committed -
From-SVN: r48724
Nicola Pero committed -
* optabs.c (expand_fix): Look for wider integer modes first. * i386.md (mov?f): Avoid the fake const double trick for medium memory model. (min?f*/max?f*): Prohibit memory operands for i387 variant. (fop_df_4): Disable for SSE compilation. From-SVN: r48721
Jan Hubicka committed -
From-SVN: r48719
Dale Johannesen committed -
dwarf2out.c (indirect_string_alloc, [...]): Move prototype into DWARF2_DEBUGGING_INFO conditional block. * dwarf2out.c (indirect_string_alloc, output_indirect_string): Move prototype into DWARF2_DEBUGGING_INFO conditional block. From-SVN: r48718
Graham Stott committed -
* spew.c (YYCHAR): Uppercase macro parameter and add parenthesis. (YYCODE): Likewise. (NAME): Uppercase macro parameter. From-SVN: r48717
Graham Stott committed -
From-SVN: r48716
Richard Henderson committed -
* regrename.c (find_oldest_value_reg): Fix typo in mode change check. (copyprop_hardreg_forward_1): Likewise. Use mode_change_ok. From-SVN: r48715
Richard Henderson committed -
From-SVN: r48714
GCC Administrator committed -
From-SVN: r48712
Kazu Hirata committed -
* Makefile.in (s-gencheck, s-options, s-specs): Handle an empty list correctly. Change loop index $t to $f for consistency with rest of Makefile. From-SVN: r48711
Zack Weinberg committed -
From-SVN: r48710
Hans-Peter Nilsson committed -
2002-01-08 Aldy Hernandez <aldyh@redhat.com> * testuite/gcc.dg/altivec-4.c: Add test for mtvscr, dssall, mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst. From-SVN: r48709
Aldy Hernandez committed -
rs6000.c (altivec_expand_builtin): Add support for mtvscr, dssall, mfvscr, dss, lvsl, lvsr, dstt, dst, dstst, dststt. * config/rs6000/rs6000.c (altivec_expand_builtin): Add support for mtvscr, dssall, mfvscr, dss, lvsl, lvsr, dstt, dst, dstst, dststt. (altivec_init_builtins): Same. (altivec_expand_unop_builtin): Return NULL_RTX on error. (altivec_expand_binop_builtin): Same. (altivec_expand_ternop_builtin): Same. (bdesc_dst): New. * config/rs6000/rs6000.md ("altivec_mtvscr"): New. ("altivec_vctuxs"): Fix typo. ("altivec_vnmsubfp"): Same. ("altivec_dssall"): New. ("altivec_mfvscr"): New. ("altivec_dss"): New. ("altivec_lvsl"): New. ("altivec_lvsr"): New. ("altivec_dstt"): New. ("altivec_dstst"): New. ("altivec_dststt"): New. ("altivec_dst"): New. * config/rs6000/rs6000.h (rs6000_builtins): Add mtvscr, dssall, mfvscr, dss, lvsl, lvsr, dstt, dstst, dststt, dst. From-SVN: r48708
Aldy Hernandez committed -
From-SVN: r48707
Richard Henderson committed -
* gcc.c-torture/execute/20020108-1.c: Rewrite to choose the proper type in which to perform the operation for each size. From-SVN: r48706
Richard Henderson committed -
* config/mmix/mmix.c (mmix_asm_identify_gcc): Remove unused function. * config/mmix/mmix-protos.h (mmix_asm_identify_gcc): Don't prototype. * config/mmix/mmix.c (ASM_IDENTIFY_GCC): Remove unused macro. From-SVN: r48705
Hans-Peter Nilsson committed -
* read-rtl.c: Fix formatting. * real.c: Likewise. * regclass.c: Likewise. * regrename.c: Likewise. * reg-stack.c: Likewise. * reload1.c: Likewise. * reload.c: Likewise. * rtl.c: Likewise. From-SVN: r48704
Kazu Hirata committed -
* gnu/gcj/convert/Convert.java (error): Program is called `jv-convert'. Print GNU-style message. Exit with status 1, not -1. (main): Handle --help and --version. (help): New method. (version): Likewise. From-SVN: r48703
Tom Tromey committed -
* rtlanal.c (find_reg_fusage): Use XEXP instead of SET_DEST to extract items in the expr_list chain. From-SVN: r48702
Kazu Hirata committed
-
- 09 Jan, 2002 1 commit
-
-
From-SVN: r48701
Alan Matsuoka committed
-