Skip to content
  1. Oct 12, 2013
    • Sean Callanan's avatar
      Updated IRExecutionUnit to reflect changes in · 3d01e4cf
      Sean Callanan authored
      RTDYLDMemoryManager.
      
      llvm-svn: 192516
      3d01e4cf
    • DeLesley Hutchins's avatar
      Consumed analysis: replace the consumes attribute with a set_typestate · 33a29343
      DeLesley Hutchins authored
      attribute.  Patch by chris.wailes@gmail.com; reviewed and edited by delesley.
      
      llvm-svn: 192515
      33a29343
    • Andrew Kaylor's avatar
      Fixing problems in lli's RemoteMemoryManager. · 6587bcfd
      Andrew Kaylor authored
      This fixes a problem from a previous check-in where a return value was omitted.
      
      Previously the remote/stubs-remote.ll and remote/stubs-sm-pic.ll tests were reporting passes, but they should have been failing.  Those tests attempt to link against an external symbol and remote symbol resolution is not supported.  The old RemoteMemoryManager implementation resulted in local symbols being used for resolution and the child process crashed but the test didn't notice.  With this check-in remote symbol resolution fails, and so the test (correctly) fails.
      
      llvm-svn: 192514
      6587bcfd
    • DeLesley Hutchins's avatar
      Consumed analysis: switch from tests_consumed/unconsumed to a general · 8d41d995
      DeLesley Hutchins authored
      tests_typestate attribute.  Patch by chris.wailes@gmail.com.
      
      llvm-svn: 192513
      8d41d995
    • Richard Trieu's avatar
      Improve the error message for attempting to build a for range loop using a · 08254691
      Richard Trieu authored
      function parameter that has array type.  Such a parameter will be treated as
      a pointer type instead, resulting in a missing begin function error is a
      suggestion to dereference the pointer.  This provides a different,
      more informative diagnostic as well as point to the parameter declaration.
      
      llvm-svn: 192512
      08254691
    • Enrico Granata's avatar
      <rdar://problem/15192088> · 98f13483
      Enrico Granata authored
      gdb-format a (as in p/a) would fail as it needed to set a byte size (unsurprisingly enough)
      This should be acknowledged by the condition check and not cause a failure
      
      llvm-svn: 192511
      98f13483
    • Greg Clayton's avatar
      <rdar://problem/15191078> · 93e2861b
      Greg Clayton authored
      Fixed Module::ResolveSymbolContextForAddress() to be able to also look in the SymbolVendor's SymbolFile's ObjectFile for a more meaningful symbol when a symbol lookup finds a synthetic symbol from the main object file. This will help lookups on MacOSX as the main executable might be stripped, but the dSYM file always has a full symbol table.
      
      llvm-svn: 192510
      93e2861b
    • Rui Ueyama's avatar
      Prune unused local variable. · a1490d61
      Rui Ueyama authored
      llvm-svn: 192509
      a1490d61
  2. Oct 11, 2013
Loading