Skip to content
  1. Nov 28, 2011
  2. Nov 15, 2011
  3. Nov 14, 2011
    • Nick Lewycky's avatar
      Add support for tsan annotations (thread sanitizer, a valgrind-based tool). · fe856110
      Nick Lewycky authored
      These annotations are disabled entirely when either ENABLE_THREADS is off, or
      building a release build. When enabled, they add calls to functions with no
      statements to ManagedStatic's getters.
      
      Use these annotations to inform tsan that the race used inside ManagedStatic
      initialization is actually benign. Thanks to Kostya Serebryany for helping
      write this patch!
      
      llvm-svn: 144567
      fe856110
  4. Jul 02, 2011
  5. Nov 29, 2010
  6. Mar 15, 2010
Loading