Skip to content
  1. Oct 11, 2009
  2. Oct 10, 2009
  3. Oct 09, 2009
    • Dale Johannesen's avatar
      Use names instead of numbers for some of the magic · 96a5b87a
      Dale Johannesen authored
      constants used in inlining heuristics (especially
      those used in more than one file).  No functional change.
      
      llvm-svn: 83675
      96a5b87a
    • Kevin Enderby's avatar
      Added another bit of the ARM target assembler to llvm-mc to parse register · a2b99107
      Kevin Enderby authored
      lists.  Changed ARMAsmParser::MatchRegisterName to return -1 instead of 0 on
      errors so 0-15 values could be returned as register numbers.  Also added the
      rest of the arm register names to the currently hacked up version to allow more
      testing.  Some changes to ARMAsmParser::ParseOperand to give different errors
      for things not yet supported and some additions to the hacked
      ARMAsmParser::MatchInstruction to allow more testing for now.
      
      llvm-svn: 83673
      a2b99107
    • Dan Gohman's avatar
      isTriviallyReMaterializable checks the · e19c1810
      Dan Gohman authored
      TargetInstrDesc::isRematerializable flag, so it isn't necessary to do
      this check in its callers.
      
      llvm-svn: 83671
      e19c1810
Loading