- 12 Dec, 1999 1 commit
-
-
* i386-protos.h (output_387_binary_op, output_fix_trunc, output_fp_compare): Constify a char*. * i386.c (ix86_split_to_parts, ix86_safe_length_prefix): Add static prototypes. (override_options, ix86_comp_type_attributes, print_operand, output_387_binary_op, output_fix_trunc, output_fp_compare): Constify a char*. (ix86_sched_reorder): Mark parameter `clock_var' with ATTRIBUTE_UNUSED. * i386.h (DEBUG_PRINT_REG): Constify a char*. From-SVN: r30869
Kaveh R. Ghazi committed
-
- 11 Dec, 1999 3 commits
-
-
* class.c (get_vtable_name): Use a literal format string and VTABLE_NAME_PREFIX macro instead of VTABLE_NAME_FORMAT. (prepare_fresh_vtable): Likewise. * cp-tree.h (VTABLE_NAME_PREFIX): Define this instead of VTABLE_NAME_FORMAT. * decl.c (make_rtl_for_local_static): Remove unused variable `type'. * init.c (build_vec_init): Initialize variable `try_body'. * lex.c (yyerror): Don't call a variadic function with a non-literal format string. * optimize.c (optimize_function): Call memset, not bzero. * pt.c (for_each_template_parm_r): Add static prototype. From-SVN: r30868
Kaveh R. Ghazi committed -
* typeck.c (apply_chill_array_layout, apply_chill_field_layout): Avoid the use of ANSI string concatenation. * expr.c (chill_expand_case_expr): Likewise. From-SVN: r30867
Kaveh R. Ghazi committed -
From-SVN: r30866
Jeff Law committed
-
- 10 Dec, 1999 13 commits
-
-
* configure.in: Fix typo for "-64" in 64bit as check. * configure: Rebuilt. From-SVN: r30865
Ben Collins committed -
* longlong.h (__sparc_v9__): Use %rDIGIT instead of %DIGIT where appropriate. From-SVN: r30864
Jakub Jelinek committed -
* c-parse.in (string): With -Wtraditional, warn if ANSI string concatenation is utilized. * invoke.texi (-Wtraditional): Document it. From-SVN: r30863
Kaveh R. Ghazi committed -
* flow.c (flow_loops_dump): Avoid ANSI string concatenation. Cast a ptrdiff_t to long and pass it to printf with %ld. From-SVN: r30862
Kaveh R. Ghazi committed -
* config/m68k/m68k.h (CONDITIONAL_REGISTER_USAGE): If we have no 68881, we have no 68881 registers at all. (HARD_REGNO_MODE_OK): It is always OK to put a MODE_FLOAT value in a 68881 register if it is available. From-SVN: r30861
Geoff Keating committed -
* config/arm/arm.md (*mulsidi3adddi, *umulsidi3adddi): New patterns for long long multiply-accumulate. From-SVN: r30860
Clinton Popetz committed -
1999-11-17 Andrew Haley <aph@cygnus.com> * parse.h (BUILD_THROW): Add support for sjlj-exceptions. decl.c (init_decl_processing): Add _Jv_Sjlj_Throw. expr.c (build_java_athrow): Add support for sjlj-exceptions. java-tree.h: Ditto. jcf-write.c: Ditto. From-SVN: r30859
Andrew Haley committed -
From-SVN: r30858
Bernd Schmidt committed -
* config/sparc/sparc.c (fp_sethi_p, fp_mov_p, fp_high_losum_p): New functions. * config/sparc/sparc-protos.h: Add them. * config/sparc/sparc.h: Add them to PREDICATE_CODES. (EXTRA_CONSTRAINT_BASE): New macro, handling Q, R, and S constraints which use those helpers. (EXTRA_CONSTRAINT): Use this new macro. * md.texi: Update sparc target constraints documentation. * config/sparc/sparc.md (clear_sf, clear_sfp, movsf_const_intreg, movsf_const_high, movsf_const_lo, movsf_insn): Delete. (movsf_insn_novis_liveg0, movsf_insn_novis_noliveg0, movsf_insn_vis, movsf_lo_sum, movsf_high): New patterns. (movsf high/lo_sum split): Rework for new patterns. (movsf expander): Allow storing fp_zero to memory if ! live_g0. From-SVN: r30857
David S. Miller committed -
From-SVN: r30856
Jeff Law committed -
* c-common.c (c_common_nodes_and_builtins): Create __builtin_ptrdiff_t and __builtin_size_t. From-SVN: r30855
Gavin Romig-Koch committed -
From-SVN: r30854
Jeffrey A Law committed -
regclass.c (globalize_reg): Re-instate test that allows fixed registers to be declared as a variable even... * regclass.c (globalize_reg): Re-instate test that allows fixed registers to be declared as a variable even after functions are defined. * testsuite/gcc.dg/991209-1.c: New test. From-SVN: r30853
J"orn Rennecke committed
-
- 09 Dec, 1999 17 commits
-
-
* i386.md (cpu attribute): Add "athlon". (athlon_decode): New attribute. (Athlon scheduling units definitions): New. (fcmp and shld patterns): Set athlon_decode to "vector". * i386.c (athlon_cost): New. (m_ATHLON): New. (x86_use_leave, x86_push_memory, x86_movx, x86_cmove, x86_deep_branch, x86_use_sahf): Set for Athlon. (x86_use_fiop): Unset for Athlon. (override_options): Define Athlon alignments and "athlon" name. (x86_adjust_cost): Penalize AGI and delayed latencies for Athlon. * i386.h (TARGET_ATHLON): New. (enum processor_type): Add PROCESSOR_ATHLON. (TARGET_CPU_DEFAULT_SPEC): Set to "-D__tune_athlon__" for CPU_DEFAULT==6 (TARGET_CPP_CPU_SPECS): Set -D__tune_athlon__ for Athlon. From-SVN: r30852
Jan Hubicka committed -
* loop.c (record_biv): Declare parameter as int. * config/i386/i386-protos.h: Declare long_memory_operand. From-SVN: r30851
Andreas Jaeger committed -
* except.c (expand_throw): Add static attribute to match prototype. * Makefile.in (semantics.o): Add dependency on output.h. * semantics.c: Include output.h for declaration of make_function_rtl. From-SVN: r30850
Andreas Jaeger committed -
* decl.c (init_decl_processing): Reenable inlining on trees. (finish_function): Likewise. * expr.c (cplus_expand_expr): Don't handle AGGR_INIT_EXPR here. * semantics.c (simplify_aggr_init_exprs): New function. (expand_body): Use it. * tree.c (walk_tree): Special-case TARGET_EXPRs since they sometimes present the same sub-tree twice. From-SVN: r30849
Mark Mitchell committed -
* tree.c (copy_node): Do zero the TREE_CHAIN, even for an EXPR_WITH_FILE_LOCATION. From-SVN: r30848
Mark Mitchell committed -
* include/posix-threads.h (_Jv_PthreadCheckMonitor): Handle case where no recursive mutexes exist. Fixes PR libgcj/117. From-SVN: r30847
Tom Tromey committed -
* config/sparc/sparc.h (PROMOTE_FOR_CALL_ONLY): Define. * calls.c (precompute_arguments): Make sure initial_value contains value pseudo which CSE expects. * cse.c (struct set): New entry orig_src. (cse_insn): Set it early on entry, use it for libcall EQUIV note replacement. From-SVN: r30846
Jakub Jelinek committed -
> * decl.c (init_decl_processing): Mark throw_node as a noreturn > function with side effects. > (init_decl_processing): Mark all memory allocating DECLs with > DECL_IS_MALLOC. From-SVN: r30845
Anthony Green committed -
From-SVN: r30844
Jan Hubicka committed -
From-SVN: r30843
Jan Hubicka committed -
* combine.c (try_combine, distribute_notes): Remove REG_N_REFS updating code. From-SVN: r30842
Jan Hubicka committed -
* config/sparc/linux64.h (TARGET_DEFAULT): Make -mapp-regs default on linux64 again. * config/sparc/t-linux64: Add mno-app-regs and non-medlow code models for multilibing. * genmultilib: Accept | as alternative separator within a set in MULTILIB_OPTIONS. From-SVN: r30841
Jakub Jelinek committed -
* dump.c (dequeue_and_dump): Abbreviate `class' as `cls', not `csl'. * semantics.c (finish_switch_cond): Do conversions here, not ... * typeck.c (c_expand_start_case): Here. * semantics.c (do_poplevel): Remove unused variable. From-SVN: r30840
Mark Mitchell committed -
From-SVN: r30839
Jeff Law committed -
From-SVN: r30838
Nathan Sidwell committed -
From-SVN: r30837
Richard Henderson committed -
* longlong.h: Merge in changes from glibc. Also don't clobber %g2 register in 32bit SPARC assembly, so that -mno-app-regs libgcc can be compiled. * libgcc2.c: Add defines so that the updated longlong.h can be used in libgcc2.a. Also, make sure on most architectures (at least on all which have optimized code in longlong.h defined for) {SI,W}_TYPE_SIZE is suitable for preprocessor tests. From-SVN: r30836
Jakub Jelinek committed
-
- 08 Dec, 1999 6 commits
-
-
From-SVN: r30834
Bernd Schmidt committed -
* config/sparc/sparc.h (SPARC_SETHI_P): Don't look at topmost 32 bits if TARGET_ARCH32. From-SVN: r30833
Jakub Jelinek committed -
* config/sparc/sparc.c (ultra_cmove_results_ready_p, ultra_fpmode_conflict_exists, ultra_flush_pipeline): Typo fix. From-SVN: r30832
Jakub Jelinek committed -
* config/sparc/sol2-64.h: Same as sol2-sld-64.h, except that `-m EMULATION' is added to non-default LINK_ARCH_SPECs. * configure.in: Use sol2-64.h instead of sol2-sld-64.h if linker is GNU ld. * configure: Rebuilt. From-SVN: r30830
Alexandre Oliva committed -
* alpha.c (secondary_reload_class): For !BWX, sub-simode outputs require a register. From-SVN: r30829
Richard Henderson committed -
* Makefile.in (FPBIT_FUNCS, DPBIT_FUNCS): Add _sf_to_usi _df_to_usi. Required by some targets, so US_SOFTWARE_GOFAST calls to functions like dptoul will be resolved. (libgcc2.a): Make sure that the object files from DPBIT are named differently (prefix `_dp') from those that would be coming from FPBIT. From-SVN: r30828
Brendan Kehoe committed
-