Skip to content
  1. Jun 08, 2016
  2. Jun 07, 2016
  3. Jun 06, 2016
  4. Jun 04, 2016
    • Chandler Carruth's avatar
      [llvm-profdata] Revert r271709 and the 3 subsequent commits - the code · 0c30f89c
      Chandler Carruth authored
      and/or tests aren't working on Windows currently.
      
      There seems to be some problem with quoting the file paths. I don't
      understand the test structure here or the code well enough to try to
      come up with a way to correctly handle paths with back slashes in them,
      and this has caused the Windows builds to be failing for 7 hours now, so
      I'm reverting the whole thing to bring them back to life. Sorry for the
      disruption, but a couple of these were bug fixes anyways that can be
      folded into a fresh commit.
      
      Reverts the following patches:
      
      r271756: Clean up the way we create the input filenames buffer (NFC)
      r271748: Fix use-after-free from discarded MemoryBuffer (NFC)
      r271710: Fix option description (NFC)
      r271709: Add option to ingest filepaths from a file
      llvm-svn: 271760
      0c30f89c
    • Vedant Kumar's avatar
      [llvm-profdata] Clean up the way we create the input filenames buffer (NFC) · f771a050
      Vedant Kumar authored
      Create the buffer before calling parseInputFilenamesFile(), and add a
      comment explaining why this is done.
      
      Thanks to David Li for the suggestion!
      
      llvm-svn: 271756
      f771a050
    • Vedant Kumar's avatar
      [llvm-profdata] Fix use-after-free from discarded MemoryBuffer (NFC) · 8a3d7178
      Vedant Kumar authored
      Thanks to Justin Bogner for pointing this out!
      
      Caught by ASAN.
      
      llvm-svn: 271748
      8a3d7178
  5. Jun 03, 2016
  6. Jun 02, 2016
Loading