Skip to content
  1. Oct 27, 2011
  2. Oct 26, 2011
    • Rafael Espindola's avatar
      Run test with -verify-machineinstrs. · f5a15529
      Rafael Espindola authored
      Patch by Sanjoy Das.
      
      llvm-svn: 143066
      f5a15529
    • Sean Callanan's avatar
      Extended the IR interpreter to handle the variables · d2cb626a
      Sean Callanan authored
      "_cmd", "this", and "self".  These variables are handled
      differently from all other external variables used by
      the expression.  Other variables are used indirectly
      through the $__lldb_arg operand; only _cmd, this, and
      self are passed directly through the ABI.
      
      There are two modifications:
      
       - I added a function to ClangExpressionDeclMap that
         retrives the value of one of these variables by name;
         and
      
       - I made IRInterpreter fetch these values when needed,
         and ensured that the proper level of indirection is
         used.
      
      llvm-svn: 143065
      d2cb626a
    • Rafael Espindola's avatar
      Fixes an issue reported by -verify-machineinstrs. · b3285224
      Rafael Espindola authored
      Patch by Sanjoy Das.
      
      llvm-svn: 143064
      b3285224
Loading