Skip to content
  1. Aug 14, 2013
  2. Aug 08, 2013
    • Peter Collingbourne's avatar
      DataFlowSanitizer; Clang changes. · c377275a
      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/D966
      
      llvm-svn: 187925
      c377275a
  3. Aug 01, 2013
  4. Jul 25, 2013
  5. Jul 13, 2013
  6. Jun 25, 2013
  7. Jun 21, 2013
  8. Jun 20, 2013
    • Meador Inge's avatar
      CodeGen: Don't set 'PMBuilder.DisableSimplifyLibCalls' · f081d025
      Meador Inge authored
      The simplify-libcalls pass has been removed from LLVM.  Thus
      'PMBuilder.DisableSimplifyLibCalls' does not exist anymore.
      The disabling/enabling of library call simplifications is
      done through the TargetLibraryInfo which is already wired
      up in Clang.
      
      llvm-svn: 184458
      f081d025
  9. Apr 04, 2013
  10. Mar 27, 2013
  11. Mar 26, 2013
  12. Mar 20, 2013
  13. Mar 14, 2013
  14. Mar 07, 2013
  15. Feb 27, 2013
  16. Jan 31, 2013
    • Evgeniy Stepanov's avatar
      [msan] Run more optimizations after MemorySanitizer pass. · 10284671
      Evgeniy Stepanov authored
      MSan instrumentation is driven by the original code. We take every
      incoming instruction and emit another instruction (or ten) next to
      it, operating on the shadow values (but sometimes on the real values,
      too). Two programs in one, essentially. There can be any kinds of
      redundancies in the second one, so we just run whatever is normally
      run at -O2, and then exclude some passes that do not help much with
      benchmarks.
      
      llvm-svn: 174049
      10284671
  17. Jan 28, 2013
  18. Jan 20, 2013
  19. Jan 18, 2013
  20. Jan 07, 2013
  21. Jan 05, 2013
  22. Jan 02, 2013
  23. Dec 28, 2012
  24. Dec 24, 2012
  25. Dec 11, 2012
  26. Dec 10, 2012
  27. Dec 04, 2012
    • Chandler Carruth's avatar
      Sort all of Clang's files under 'lib', and fix up the broken headers · 3a02247d
      Chandler Carruth authored
      uncovered.
      
      This required manually correcting all of the incorrect main-module
      headers I could find, and running the new llvm/utils/sort_includes.py
      script over the files.
      
      I also manually added quite a few missing headers that were uncovered by
      shuffling the order or moving headers up to be main-module-headers.
      
      llvm-svn: 169237
      3a02247d
  28. Dec 03, 2012
  29. Nov 29, 2012
  30. Nov 28, 2012
  31. Nov 23, 2012
  32. Nov 15, 2012
  33. Nov 09, 2012
  34. Nov 05, 2012
  35. Oct 24, 2012
Loading