This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bbb26209395 [TargetLowering] Remove optional arguments passing to makeLibCall new ad39372e52b [ARM] Fix lsrl with a 128/256 bit shift amount or a shift of 32 new 3ffae1923a5 [Support] Improve readNativeFile(Slice) interface new 3d187fdcb77 [X86] Lower the cost of v2i32->v2f64 sint_to_fp under vecto [...]
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/Support/FileSystem.h | 24 +++++----- lib/Support/MemoryBuffer.cpp | 33 +++++++++----- lib/Support/Unix/Path.inc | 50 +++++++-------------- lib/Support/Windows/Path.inc | 75 +++++++++++-------------------- lib/Target/ARM/ARMISelLowering.cpp | 13 +++--- lib/Target/X86/X86TargetTransformInfo.cpp | 18 ++++++++ test/Analysis/CostModel/X86/cast.ll | 4 +- test/Analysis/CostModel/X86/sitofp.ll | 12 ++--- test/CodeGen/ARM/shift_parts.ll | 65 ++++++++++++++++++++++++++- test/CodeGen/Thumb2/mve-abs.ll | 58 +++++++++++------------- test/CodeGen/Thumb2/mve-div-expand.ll | 12 ++--- test/CodeGen/Thumb2/mve-vcvt.ll | 12 ++--- unittests/Support/MemoryBufferTest.cpp | 41 +++++++++++++++++ unittests/Support/Path.cpp | 52 ++++++++++++++------- 14 files changed, 285 insertions(+), 184 deletions(-)