Skip to content
  1. Aug 09, 2012
  2. Aug 08, 2012
  3. Aug 07, 2012
  4. Aug 06, 2012
  5. Aug 02, 2012
  6. Aug 01, 2012
  7. Jul 31, 2012
    • Alexey Samsonov's avatar
      First tiny move towards integrating AddressSanitizer regressions test into... · 7b2f36e9
      Alexey Samsonov authored
      First tiny move towards integrating AddressSanitizer regressions test into LLVM lit-based testing infrastructure.
      The goal is to be able to run ASan tests by simply running "make check-asan" command from CMake build tree:
      * tests should use fresh clang binary from current build tree.
      * tests should use the same RUN-lines syntax as llvm/clang reg tests.
      
      Next steps:
      - restricting tests to machines where target is equal to host, i.e. where we can produce working binaries.
      - moving AddressSanitizer unit tests to lit as well.
      
      llvm-svn: 161050
      7b2f36e9
    • Alexander Potapenko's avatar
      Factor out the main() function. · 8aae9557
      Alexander Potapenko authored
      llvm-svn: 161046
      8aae9557
    • Alexey Samsonov's avatar
      [Sanitizer] Wrapper around llvm::DIContext from LLVM DebugInfo library. If a... · 500e9963
      Alexey Samsonov authored
      [Sanitizer] Wrapper around llvm::DIContext from LLVM DebugInfo library. If a macro SANITIZER_USES_LLVM_LIBS is defined (by default it is not), then sanitizer runtime includes llvm headers and tries to use LLVM libs for in-process symbolization. To make it functional, we have to link with these LLVM libs - either pass them to linker from Clang driver, or link them into static ASan runtime when we build it.
      
      llvm-svn: 161045
      500e9963
  8. Jul 30, 2012
  9. Jul 28, 2012
  10. Jul 27, 2012
  11. Jul 26, 2012
  12. Jul 25, 2012
Loading