Skip to content
  1. Jan 09, 2010
  2. 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
  3. Jan 05, 2010
  4. Jan 04, 2010
  5. Jan 01, 2010
  6. Dec 26, 2009
  7. Dec 25, 2009
  8. Dec 24, 2009
  9. Dec 23, 2009
  10. 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
  11. 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
  12. Dec 19, 2009
  13. Dec 18, 2009
  14. Dec 17, 2009
  15. Dec 16, 2009
  16. Dec 15, 2009
Loading