Skip to content
  1. Mar 26, 2013
  2. Mar 25, 2013
  3. Mar 21, 2013
    • Dmitry Vyukov's avatar
      tsan: use a single background thread for memory profiler and memory flush (and... · 78693730
      Dmitry Vyukov authored
      tsan: use a single background thread for memory profiler and memory flush (and later for symbolizer flush)
      
      llvm-svn: 177627
      78693730
    • Richard Smith's avatar
      Split ubsan runtime into three pieces (compiler-rt part): · e86b7b0b
      Richard Smith authored
       * libclang_rt-san-* is sanitizer_common, and is linked in only if no other
         sanitizer runtime is present.
       * libclang_rt-ubsan-* is the piece of the runtime which doesn't depend on
         a C++ ABI library, and is always linked in.
       * libclang_rt-ubsan_cxx-* is the piece of the runtime which depends on a
         C++ ABI library, and is only linked in when linking a C++ binary.
      
      The Darwin ubsan runtime is unchanged.
      
      For more details, see Clang change r177605.
      
      llvm-svn: 177606
      e86b7b0b
  4. Mar 20, 2013
  5. Mar 19, 2013
  6. Mar 18, 2013
  7. Mar 15, 2013
  8. Mar 14, 2013
Loading