Skip to content
  1. Feb 26, 2014
  2. Feb 20, 2014
  3. Feb 19, 2014
  4. Feb 18, 2014
  5. Feb 14, 2014
  6. Jan 31, 2014
    • Renato Golin's avatar
      Sorting ARM Sources alphabetically · b760aa67
      Renato Golin authored
      llvm-svn: 200552
      b760aa67
    • Renato Golin's avatar
      Enable compilation of RT on ARM · 66e2b70e
      Renato Golin authored
      Adding the ARM RT sources to the CMake files, and enabling some
      sanitizers to also build on ARM. This is far from supported or
      production quality, but enabling it to build will get us errors
      that we can actually fix.
      
      Having said that, the Compiler-RT and the Asan libraries are
      know to work on some variations of ARM.
      
      llvm-svn: 200546
      66e2b70e
  7. Nov 17, 2013
  8. Nov 15, 2013
  9. Sep 02, 2013
  10. Aug 27, 2013
  11. Aug 08, 2013
    • Peter Collingbourne's avatar
      DataFlowSanitizer; compiler-rt changes. · 5cbab07d
      Peter Collingbourne authored
      DataFlowSanitizer is a generalised dynamic data flow analysis.
      
      Unlike other Sanitizer tools, this tool is not designed to detect a
      specific class of bugs on its own.  Instead, it provides a generic
      dynamic data flow analysis framework to be used by clients to help
      detect application-specific issues within their own code.
      
      Differential Revision: http://llvm-reviews.chandlerc.com/D967
      
      llvm-svn: 187924
      5cbab07d
  12. Jun 22, 2013
  13. Jun 06, 2013
  14. May 22, 2013
  15. May 20, 2013
  16. Mar 25, 2013
  17. Mar 19, 2013
  18. Feb 22, 2013
  19. Jan 20, 2013
  20. Jan 18, 2013
  21. Dec 11, 2012
  22. Nov 16, 2012
  23. Oct 09, 2012
  24. Sep 24, 2012
  25. Sep 19, 2012
  26. Sep 13, 2012
  27. Sep 11, 2012
  28. Aug 24, 2012
  29. Aug 22, 2012
  30. Aug 10, 2012
  31. Jul 25, 2012
  32. Jun 25, 2012
    • Chandler Carruth's avatar
      Another big step toward a viable CMake build system for CompilerRT, · c78ad00c
      Chandler Carruth authored
      ASan, and friends.
      
      This explicitly switches the CompilerRT CMake build to require CMake
      version 2.8.8 or newer which provides first-class support for "object"
      libraries which consist of a pile of '.o' files -- exactly what is
      desired for composing runtime libraries. I've gone ahead and switched to
      using this.
      
      I've also added the interception library which I missed initially. And
      I've added proper dependencies between the various libraries. With this,
      I'm able to build archives for asan that appear to contain all of the
      necessary .o files.
      
      The final tweak here is to start setting up the compile flags and macro
      defines expected by ASan and its helper libraries. These may not be
      entirely correct currently, they're based loosely on my reading of the
      old Makefiles. However, they can be tweaked more easily now that they're
      wired up properly.
      
      llvm-svn: 159129
      c78ad00c
Loading