Skip to content
  1. Feb 04, 2013
  2. Feb 01, 2013
  3. Jan 31, 2013
  4. Jan 30, 2013
  5. Jan 29, 2013
  6. Jan 28, 2013
  7. Jan 25, 2013
  8. Jan 24, 2013
  9. Jan 23, 2013
  10. Jan 21, 2013
  11. Jan 20, 2013
  12. Jan 18, 2013
  13. Jan 17, 2013
    • Jakob Stoklund Olesen's avatar
      Revert r172719, r172721-172723, and r172725. · 7956e009
      Jakob Stoklund Olesen authored
      The r172719 patch broke the build on Mac, the others depended on it.
      
      compiler-rt/lib/asan/asan_interceptors.cc:78:13: error: unused function
            'SetThreadName' [-Werror,-Wunused-function]
            static void SetThreadName(const char *name) {
      
      Orignal headlines:
      
        [asan] attempting to fix the Mac build
        [asan] restructure read/pread/pread64 tests
        [sanitizer] move write/pwrite/pwrite64 interceptors to common
        [msan] start using common interceptors in msan
        [tsan] move prctl interceptor from asan to common_interceptors thus enabling it for tsan too
      
      llvm-svn: 172763
      7956e009
    • Peter Collingbourne's avatar
      Have ReExec read environment from /proc/self/environ · 6600516a
      Peter Collingbourne authored
      It is possible for ReExec to be called before the C standard library
      has initialised itself sufficiently for execv to work properly.
      Fix this by parsing the environment ourselves and using execve.
      
      Differential Revision: http://llvm-reviews.chandlerc.com/D304
      
      llvm-svn: 172748
      6600516a
Loading