Skip to content
  1. Feb 13, 2010
  2. Feb 12, 2010
  3. Feb 11, 2010
  4. Feb 10, 2010
  5. Feb 09, 2010
  6. Feb 03, 2010
  7. Jan 30, 2010
  8. Jan 29, 2010
  9. Jan 26, 2010
  10. Jan 23, 2010
  11. Jan 15, 2010
  12. Jan 14, 2010
    • Chris Lattner's avatar
      Split the TargetAsmParser "ParseInstruction" interface in half: · f29c0b68
      Chris Lattner authored
      the new ParseInstruction method just parses and returns a list of
      target operands.  A new MatchInstruction interface is used to
      turn the operand list into an MCInst.
      
      This requires new/deleting all the operands, but it also gives 
      targets the ability to use polymorphic operands if they want to. 
      
      llvm-svn: 93469
      f29c0b68
  13. Jan 11, 2010
  14. Jan 09, 2010
  15. Jan 06, 2010
    • Duncan Sands's avatar
      Partially address a README by having functionattrs consider calls to · 78376ad7
      Duncan Sands authored
      memcpy, memset and other intrinsics that only access their arguments
      to be readnone if the intrinsic's arguments all point to local memory.
      This improves the testcase in the README to readonly, but it could in
      theory be made readnone, however this would involve more sophisticated
      analysis that looks through the memcpy.
      
      llvm-svn: 92829
      78376ad7
  16. Jan 05, 2010
  17. Jan 04, 2010
Loading