Skip to content
  1. Jun 24, 2014
    • Daniel Sanders's avatar
      [asan] adding support of 32-bit address sanitizer for MIPS · 4dc8a78b
      Daniel Sanders authored
      Summary: The patch supports both the clang cross-compiler and native compiler
      
      Patch by Kumar Sukhani <Kumar.Sukhani@imgtec.com>
      
      Test Plan:
      Kumar had the following asan test results when compiled on a MIPS board:
      
        Expected Passes    : 96
        Expected Failures  : 2
        Unsupported Tests  : 84
        Unexpected Passes  : 4
        Unexpected Failures: 19
      
      The list of unexpected failures can be found in the review.
      
      Reviewers: kcc, petarj, dsanders
      
      Reviewed By: kcc
      
      Subscribers: farazs, kcc, llvm-commits
      
      Differential Revision: http://reviews.llvm.org/D4208
      
      llvm-svn: 211587
      4dc8a78b
  2. Jun 03, 2014
  3. May 30, 2014
  4. May 29, 2014
    • Greg Fitzgerald's avatar
      Revert "light up sanitizers for ARM" · c1146ec5
      Greg Fitzgerald authored
      This commit broke the Windows build, where CMAKE_C_COMPILER can
      compile and link with -march=armv7-a but the just-built-clang
      cannot.
      
      llvm-svn: 209851
      c1146ec5
    • Greg Fitzgerald's avatar
      light up sanitizers for ARM · 32685ec5
      Greg Fitzgerald authored
      You can expect the sanitizers to be built under any of the following conditions:
      
      1) CMAKE_C_COMPILER is GCC built to cross-compile to ARM
      2) CMAKE_C_COMPILER is Clang built to cross-compile to ARM (ARM is default target)
      3) CMAKE_C_COMPILER is Clang and CMAKE_C_FLAGS contains -target and --sysroot
      
      Differential Revision: http://reviews.llvm.org/D3794
      
      llvm-svn: 209835
      32685ec5
  5. May 28, 2014
  6. May 21, 2014
    • Greg Fitzgerald's avatar
      XFAIL ptrace test on arm · 1733b5e2
      Greg Fitzgerald authored
      The patch adds better target_triple and target_arch defaults for lit tests,
      which allows us to XFAIL tests based on architecture.
      
      Was:
        target_triple = LLVM_DEFAULT_TARGET_TRIPLE
        target_arch = HOST_ARCH
      
      Now:
        target_triple = COMPILER_RT_TEST_TARGET_TRIPLE
                      , otherwise LLVM_DEFAULT_TARGET_TRIPLE
        target_arch = first item in COMPILER_RT_TEST_TARGET_TRIPLE
      
      Differential Revision: http://reviews.llvm.org/D3855
      
      llvm-svn: 209256
      1733b5e2
  7. May 14, 2014
  8. May 13, 2014
  9. May 12, 2014
  10. Apr 01, 2014
  11. Mar 31, 2014
  12. Mar 27, 2014
  13. Mar 18, 2014
  14. Mar 14, 2014
  15. Mar 13, 2014
  16. Mar 06, 2014
  17. Mar 05, 2014
  18. Feb 28, 2014
  19. Feb 27, 2014
  20. Feb 26, 2014
  21. Feb 24, 2014
  22. Feb 19, 2014
Loading