This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 26fb5a6e6c4 [SparsePropagation] Use SmallVector for work lists new 2e192229994 [SparsePropagation] Let the Instruction work list hold Values. new 4f80a5f9b0b Make the ELFFile constructor private. new daa4acc2eb6 Support: Have directory_iterator::status() return FindFirst [...]
The 3 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/Analysis/SparsePropagation.h | 29 +++--- include/llvm/Object/ELF.h | 12 ++- include/llvm/Object/ELFObjectFile.h | 23 +++-- include/llvm/Support/FileSystem.h | 141 ++++++++++++++++++------------ lib/Support/CachePruning.cpp | 22 ++--- lib/Support/Path.cpp | 19 ++-- lib/Support/Unix/Path.inc | 20 +++-- lib/Support/Windows/Path.inc | 61 ++++++++----- test/Object/Inputs/invalid-buffer.elf | 1 + test/Object/invalid.test | 3 + unittests/Support/Path.cpp | 4 +- 11 files changed, 195 insertions(+), 140 deletions(-) create mode 100644 test/Object/Inputs/invalid-buffer.elf