1. 13 Sep, 2000 1 commit
  2. 12 Sep, 2000 37 commits
  3. 11 Sep, 2000 2 commits
    • flow.c (split_block): Fix update of registers live at end of split block. · 97ca9316
      	* flow.c (split_block): Fix update of registers live at
      	end of split block.
      
      From-SVN: r36343
      Michael Hayes committed
    • i386.md (add?i_3, add?i_5): New. · d90ffc8d
      
      	* i386.md (add?i_3, add?i_5): New.
      	(add?i_4): Rename from add?i_3;  Fix compare pattern.
      	(sub?i_3, xor?i_3, ior?i_3): New.
      
      	* genrecog.c (write_tree): Output code to clear insn_extract cache.
      	* genattrtab.c (write_attr_case): Gen call to extract_insn_cache
      	instead of extract_insn and extract_constrain_insn_cache instead of
      	extract_insn and constrain_operands.
      	* recog.c (extract_insn_cached, extract_constrain_insn_cached):
      	New functions.
      	(extract_insn): Clear which_alternative.
      	(constrain_operands): Set which_alternative to -1 when failed.
      	* recog.h (extract_constrain_insn_cached, extract_insn_cached):
      	Declare.
      
      From-SVN: r36342
      Jan Hubicka committed