Skip to content
  1. Feb 19, 2014
    • Alexey Samsonov's avatar
      [CMake] Use host compiler to build unittests in standalone mode · 150d62aa
      Alexey Samsonov authored
      llvm-svn: 201672
      150d62aa
    • Evgeniy Stepanov's avatar
      [asan] Ensure that stack is limited before attempting to overflow it. · cc8e58bc
      Evgeniy Stepanov authored
      Very bad things happen otherwise.
      
      llvm-svn: 201670
      cc8e58bc
    • Alexey Samsonov's avatar
      [CMake] Introduce COMPILER_RT_INCLUDE_TESTS option · cd8535a9
      Alexey Samsonov authored
      llvm-svn: 201666
      cd8535a9
    • Evgeniy Stepanov's avatar
      [asan] Improve stack overflow detection. · 2274ba77
      Evgeniy Stepanov authored
      There are more cases when those manifest as an access below SP.
      
      llvm-svn: 201664
      2274ba77
    • Alexey Samsonov's avatar
      [CMake] Add the way to run tests in standalone build. · aa980c76
      Alexey Samsonov authored
      1) Depend on llvm-config (configured in LLVM_CONFIG_PATH) to
      get necessary LLVM source/binary directories.
      2) Add basic support for running lit tests (check-xsan commands).
      For now this "support" is far from what we want:
        * unit tests are not built currently.
        * lit tests use Clang/compiler-rt from LLVM build directory,
          not the host compiler or just-built compiler-rt libraries.
      
      We should make a choice on the way we intend ti run compiler-rt lit testsuite:
      a) use either Clang from LLVM build tree, or the host compiler.
      b) use either just-built runtimes, or the runtimes shipped with the
      host compiler.
      
      Using just-built runtimes is tricky - we have to know where to put them, so that
      Clang/GCC driver would pick them up (and not overwrite the existing runtimes).
      Using a host compiler instead of Clang from LLVM build tree will give us a chance to
      run lit tests under GCC (which already has support for several sanitizers).
      
      That is, I tend to make the following choice: if we're in a standalone compiler-rt
      build, use host compiler with its set of runtime libraries to run lit tests.
      This will effectively decouple "make compiler-rt" and "make check-compiler-rt" in
      a standalone build - the latter wouldn't invoke the former. Note that if we decide
      to fix LLVM/Clang/compiler-rt build system so that it would configure/build
      compiler-rt with just-built Clang (as we do in Makefile-based build), this will not
      be a problem - we can add a dependency to ensure that clang/compiler-rt are rebuilt
      before running compiler-rt tests.
      
      llvm-svn: 201656
      aa980c76
    • Evgeniy Stepanov's avatar
      [asan] Disable asm instrumentation and tests on Mac. · caaaac8c
      Evgeniy Stepanov authored
      Move asm tests to their own file.
      
      llvm-svn: 201653
      caaaac8c
    • Evgeniy Stepanov's avatar
      [asan] Fix build on ARM. · 182319f7
      Evgeniy Stepanov authored
      llvm-svn: 201652
      182319f7
    • Evgeniy Stepanov's avatar
      [asan] Added assembly functions for x86/amd64 asan. · 2169c6bb
      Evgeniy Stepanov authored
      These are runtime support functions for inline assembly instrumentation.
      This is a re-submit of r201402.
      
      Patch by Yuri Gorshenin.
      
      llvm-svn: 201650
      2169c6bb
    • Alexey Samsonov's avatar
      [CMake] Rudimentary support for standalone CompilerRT build system. · de4ef2a0
      Alexey Samsonov authored
      This change allows to build compiler-rt libraries separately from
      LLVM/Clang (path to LLVM build directory should be specified at
      configure time). Running tests is not yet supported.
      
      llvm-svn: 201647
      de4ef2a0
  2. Feb 18, 2014
  3. Feb 17, 2014
  4. Feb 14, 2014
Loading