This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 13f0c80 Don't modify archive members unless really needed. new 97a57b3 Make default value for disable-licm-promotion in licm explicit. new 167b16d [Support] Add a function to check if a file resides locally.
The 2 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/Support/FileSystem.h | 26 +++++++++++++ include/llvm/Support/MemoryBuffer.h | 20 +++++----- lib/Support/MemoryBuffer.cpp | 34 ++++++++--------- lib/Support/Unix/Path.inc | 66 +++++++++++++++++++++++++++++++-- lib/Support/Windows/Path.inc | 74 +++++++++++++++++++++++++++++++++++++ lib/Transforms/Scalar/LICM.cpp | 3 +- unittests/Support/Path.cpp | 22 +++++++++++ 7 files changed, 213 insertions(+), 32 deletions(-)