Skip to content
  1. Feb 10, 2010
  2. Feb 09, 2010
  3. Feb 03, 2010
  4. Jan 30, 2010
  5. Jan 29, 2010
  6. Jan 26, 2010
  7. Jan 23, 2010
  8. Jan 15, 2010
  9. 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
  10. Jan 11, 2010
  11. Jan 09, 2010
  12. 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
  13. Jan 05, 2010
  14. Jan 04, 2010
  15. Jan 01, 2010
  16. Dec 25, 2009
  17. Dec 24, 2009
  18. Dec 23, 2009
  19. Dec 22, 2009
    • Sean Callanan's avatar
      Fixes to the X86 disassembler: · 36eab808
      Sean Callanan authored
      Made LEA memory operands emit only 4 MCInst operands.
      Made the scale operand equal 1 for instructions that have no
      SIB byte.
      
      llvm-svn: 91919
      36eab808
  20. Dec 21, 2009
    • David Greene's avatar
      · dbf70742
      David Greene authored
      Fix a bug in !subst where TableGen would go and resubstitute text it had
      just substituted.  This could cause infinite looping in certain
      pathological cases.
      
      llvm-svn: 91843
      dbf70742
  21. Dec 19, 2009
Loading