- 15 Oct, 1999 20 commits
-
-
* genrecog.c (message_with_line): Prototype. (validate_pattern): Pass along the set for the dest, not a flag. Fix non-lvalue message. Don't warn for VOIDmode SET_DEST of CALL. Check for PC/CC0 as sources. (nodes_identical): Check for children position match before allowing the combination. * rtl.c (read_rtx): Track line number across \\\n. From-SVN: r30010
Richard Henderson committed -
* mips.h (SPECIAL_MODE_PREDICATES): New. * mips.md (*) Use nonimmediate_operand not general_operand for outputs. (movdi+1, movsi+1): Add output reload constraint. (casesi_internal): Likewise. Fix commentary. (return_internal): Use pmode_register_operand. From-SVN: r30009
Richard Henderson committed -
* 1750a.md (movstrqi): Add missing output reload constraint. (call_value): Likewise. * a29k.md (cpxxx patterns): Add missing match_operator mode. (jmpfdec): Add missing inout reload constraint. * elxsi.md (addsi patterns): Add missing output reload constraint. (move from sp): Use @ alternates. (call_value): No constraint on output. * fr30.md (movsi_pop): Add missing output reload constraint. (movsf_constant_store): Likewise. (splits): Remove constraints. (subsi3): Add missing mode. * i370.md (cmpstrsi+1): Add missing output reload constraint. (call_value): Likewise. * i960.md (cmpinc/cmpdec patterns): Add inout reload constraints. * m32r.h (PREDICATE_CODES): Add seth_add3_operand. * m32r.md (movsicc_internal): Add output reload constraint. (movstrsi_internal): Add inout reload constraints. * m88k.h (reg_names): Don't declare. (SPECIAL_MODE_PREDICATES): New. * m88k.md (*): Use register_operand not reg_or_0_operand on destinations. * mn10200.h (PREDICATE_CODES): New. * ns32k.md (ffs pattern): Add output reload constraint. * pdp11.md (sob pattern): Add inout reload constraint. * sh.md (splits): Remove constraints. (indirect_jump_scratch, fpu_switch): Add output reload constraint. * v850.md (pattern_is_ok_for_epilogue): Likewise. * vax.md (jgequ pattern): Add inout reload constraint. From-SVN: r30008
Richard Henderson committed -
* libtool-version: Catch up by incrementing current. * configure.host: Disable use of GCJ_PROPERTIES for mips-tx39. * configure, include/config.h.in: Rebuilt. * acconfig.h (DISABLE_GETENV_PROPERTIES): Undefine. * configure.in: Added --disable-getenv-properties and new define `DISABLE_GETENV_PROPERTIES'. * prims.cc (PROCESS_GCJ_PROPERTIES): Define. (next_property_key): New function. (next_property_value): New function. (process_gcj_properties): New function. (JvRunMain): Call process_gcj_properties. (_JvRunMain): Ditto. * java/lang/natSystem.cc (init_properties): Set properties defined in GCJ_PROPERTIES. Also add 1.2 style versioning properties. * include/java-props.h: New file. * java/lang/natSystem.cc (init_properties): Add new properties to conform with Java Product Versioning Specification. From-SVN: r30007
Anthony Green committed -
* configure.in (djgpp): Revert previous patch. * configure: Rebuit. * config/i386/djgpp.h: Revert previous patch. From-SVN: r30006
Jeffrey A Law committed -
* fixinc/inclhack.def: Restore patch lost during last merge of "no_bogosity" branch. * fixinc/inclhack.sh, fixinc/fixincl.x: Rebuilt. From-SVN: r30005
Loren J. Rittle committed -
* fixincludes: Add a HPUX 11 fix for inttypes.h. * fixinc/inclhack.def: Same. * fixinc/inclhack.sh, fixinc/fixincl.sh, fixinc/fixincl.x: Regenerate. From-SVN: r30004
Gavin Romig-Koch committed -
* pa.md (post_stw+1): Use pmode_register_operand. (dcacheflush, icacheflush): Likewise. From-SVN: r30003
Richard Henderson committed -
* alpha.h (GO_IF_LEGITIMATE_SIMPLE_ADDRESS): Accept ADDRESSOF as the base of a PLUS. From-SVN: r30002
Richard Henderson committed -
* fold-const.c (fold): Convert (or (not arg0) (not arg1)) to (not (and (arg0) (arg1))). Similary for and. From-SVN: r30001
Jan Hubicka committed -
* config/c4x/c4x.md: Define mode for remaining unspec operators. * config/c4x/c4x.c (dst_operand): Use nonimmediate_operand. From-SVN: r30000
Michael Hayes committed -
From-SVN: r29999
Richard Henderson committed -
* fold-const.c (fold): Move bit_rotate code to the EXPR_PLUS case, falltrought to assocate code. Convert XOR to OR in code like (a&c1)^(a&c2) where c1 and c2 don't have bits in common. * combine.c (simplify_logical): Convert XOR to IOR if operands have no bits in common; remove XOR to ROTATE conversion. From-SVN: r29998
Jan Hubicka committed -
From-SVN: r29997
Michael Hayes committed -
* config/c4x/c4x.c (dst_operand): New. (PREDICATE_CODES): Update. * config/c4x/c4x.h (dst_operand): Declare it. * config/c4x/c4x.md: Define mode for each unspec usage. (move patterns): Use dst_operand predicate instead of src_operand. (movqi_update, movqf_update): Delete. From-SVN: r29996
Michael Hayes committed -
* recog.c (pmode_register_operand): New. * recog.h: Declare it. * genrecog.c (pred_codes): Likewise. (special_mode_pred_table): Likewise. (validate_pattern): Don't warn no mode for address_operand. * print-rtl.c (print_rtx) [LABEL_REF]: Only do full subexpression if the operand is not insn-like. From-SVN: r29995
Richard Henderson committed -
* fold-const.c (fold): Handle more simplifications allowed by IEEE. Co-Authored-By: Sylvian Pion <Sylvain.Pion@sophia.inria.fr> From-SVN: r29994
Jeffrey A Law committed -
* sparc.md (*): Use {nonimmediate,register}_operand as appropriate instead of general_operand in a SET_DEST. Use const_double_operand instead of an explicit test against CONST_DOUBLE. (movsf_const_lo): Add missing register mode. (goto_handler_and_restore): Add auxiliary test for Pmode. (flush): Adjust to use address_operand. (return_sf_no_fpu): Add missing output constraint. From-SVN: r29993
Richard Henderson committed -
* rs6000.md (call_value_indirect_aix32): Use wildcard match_operand for call return value. (call_value_indirect_aix64, call_value_indirect_nt): Likewise. From-SVN: r29992
Richard Henderson committed -
* toplev.c (main): Only warn about options for other languages. * collect2.c (main): Pass -w to sub-gcc. From-SVN: r29991
Jason Merrill committed
-
- 14 Oct, 1999 20 commits
-
-
* flow.c (propagate_block): Use free_EXPR_LIST_list instead of zapping mem_set_list. (invalidate_mems_from_autoinc): Use free_EXPR_LIST_node. (mark_set_1, mark_used_regs): Likewise. From-SVN: r29990
Richard Henderson committed -
* flow.c (propagate_block): Add call-clobbered registers to significant too. From-SVN: r29989
Richard Henderson committed -
From-SVN: r29988
Jason Merrill committed -
From-SVN: r29987
Jason Merrill committed -
From-SVN: r29986
Richard Earnshaw committed -
From-SVN: r29985
Tom Tromey committed -
From-SVN: r29984
Richard Henderson committed -
From-SVN: r29983
Richard Henderson committed -
* execute/memcheck/memcheck.exp: Make sure a remote host is equipped with driver.h and driver.o so it can actually compile and run the tests. From-SVN: r29982
Brendan Kehoe committed -
jcf-dump.c (print_constant, [...]): Don't call a variadic function with a non-literal format string. * jcf-dump.c (print_constant, disassemble_method): Don't call a variadic function with a non-literal format string. * parse-scan.y (report_main_declaration): Likewise. * parse.h (ERROR_CAST_NEEDED_TO_INTEGRAL): Likewise. * parse.y (read_import_dir, patch_assignment, patch_binop, patch_array_ref): Likewise. * typeck.c (build_java_array_type): Likewise. * verify.c (verify_jvm_instructions): Likewise. From-SVN: r29981
Kaveh R. Ghazi committed -
* invoke.texi: Label -Wbad-function-cast, -Wmissing-prototypes, -Wnested-externs, -Wstrict-prototypes, and -Wtraditional as C only options. Also add a new item "C-only Warning Options" to the option summary. From-SVN: r29980
Gerald Pfeifer committed -
* libgcc2.c (__do_global_dtors): Protect __deregister_frame_info from multiple calls. From-SVN: r29979
Gavin Romig-Koch committed -
* i386.md (call value patterns): Move to the end of the file. (prologue_set_got, prologue_get_pc): Use register_operand for op 0. From-SVN: r29978
Richard Henderson committed -
* configure.in (djgpp configuration): Define extra_objects.. * configure: Rebuilt. * config/i386/djgpp.h (CTORS_SECTION_ASM_OP): Define. (DTORS_SECTION_ASM_OP): Define. (INIT_SECTION_ASM_OP): Define. (FINI_SECTION_ASM_OP): Define. (DATA_SECTION_ASM_OP): Define. (TEXT_SECTION_ASM_OP): Define. (EH_FRAME_SECTION_ASM_OP): Define. (LINK_COMMAND_SPEC): Remove -Tdjgpp.djl. (STARTFILE_SPEC): Add crtbegin.o. (ENDFILE_SPEC): Define and add crtend.o. Move argument -Tdjgpp.djl to here from LINK_COMMAND_SPEC. (DO_GLOBAL_CTORS_BODY): Define. (CRTSTUFF_USE_FINI_SECTION): Define (HAS_INIT_SECTION): Delete. From-SVN: r29977
Mark Elbrecht committed -
From-SVN: r29976
Richard Henderson committed -
From-SVN: r29975
Andreas Schwab committed -
* genrecog.c (validate_pattern): Condense the destination non-lvalue message. From-SVN: r29974
Richard Henderson committed -
1999-10-13 Andrew Haley <aph@cygnus.com> * class.c (finish_struct_1): Force alignment of non-bitfields to BITS_PER_UNIT. From-SVN: r29973
Andrew Haley committed -
* i386.h (SPECIAL_MODE_PREDICATES): New. * i386.md (movstricthi_1): Use nonimmediate_operand for op 0. (movqi_1, movdi_1, movdi_2, some splits): Likewise. (addsi_lea_3): Add missing mode for op 3. (prologue_set_got, prologue_get_pc): Add missing modes. (*) Add missing output reload constraints. From-SVN: r29972
Richard Henderson committed -
* alpha.md (call-1): Supply missing mode for operator. (*): Add missing output reload constraints. Remove constraints from define_splits. From-SVN: r29971
Richard Henderson committed
-