Skip to content
  1. Jun 20, 2013
    • David Blaikie's avatar
      DebugInfo: don't use location lists when the location covers the whole function anyway · ea2605dc
      David Blaikie authored
      Fix up three tests - one that was relying on abbreviation number,
      another relying on a location list in this case (& testing raw asm,
      changed that to use dwarfdump on the debug_info now that that's where
      the location is), and another which was added in r184368 - exposing a
      bug in that fix that is exposed when we emit the location inline rather
      than through a location list. Fix that bug while I'm here.
      
      llvm-svn: 184387
      ea2605dc
    • Argyrios Kyrtzidis's avatar
      [Support/CrashRecoveryContext] Make sure CrashRecoveryContext does not clear... · f1d8f52a
      Argyrios Kyrtzidis authored
      [Support/CrashRecoveryContext] Make sure CrashRecoveryContext does not clear the thread-local "CurrentContext"
      in the "parent" thread, when we are using CrashRecoveryContext::RunSafelyOnThread.
      
      When using CrashRecoveryContext::RunSafelyOnThread, we would set a CrashRecoveryContextImpl* to a thread-local variable
      for the "child" thread, but CrashRecoveryContext would erroneously clear it in the "parent" thread.
      
      The result was that if CrashRecoveryContext::RunSafelyOnThread was called again in the "child" thread it would mess up
      crash-recovery for its parent.
      
      A test for this will be added in the clang repository.
      rdar://14204560
      
      llvm-svn: 184380
      f1d8f52a
    • Bill Wendling's avatar
      This is now a duplicate. · 7ed41106
      Bill Wendling authored
      llvm-svn: 184376
      7ed41106
    • Bill Wendling's avatar
      Make the comparison operators non-member functions. · cce21cc3
      Bill Wendling authored
      llvm-svn: 184373
      cce21cc3
  2. Jun 19, 2013
  3. Jun 18, 2013
Loading