This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from ddeab36df73 [lanai] Add computeKnownBitsForTargetNode for Lanai. new d35f86ef8f1 Suppress all uses of LLVM_END_WITH_NULL. NFC. new ddb4f9c38b0 Fix the Endianness bug by adding the little endian UTF marker.
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/ADT/STLExtras.h | 12 ++++++ include/llvm/IR/Constants.h | 10 ++++- include/llvm/IR/DerivedTypes.h | 29 +++++++++++-- include/llvm/Support/Compiler.h | 6 --- lib/CodeGen/SjLjEHPrepare.cpp | 4 +- lib/IR/Constants.cpp | 15 +------ lib/IR/Instructions.cpp | 6 +-- lib/IR/Module.cpp | 1 - lib/IR/Type.cpp | 44 ------------------- lib/Object/COFFObjectFile.cpp | 2 - lib/Target/AArch64/AArch64ISelLowering.cpp | 2 +- lib/Target/ARM/ARMISelLowering.cpp | 4 +- lib/Target/X86/X86ISelLowering.cpp | 5 +-- .../Instrumentation/AddressSanitizer.cpp | 19 ++++----- .../Instrumentation/DataFlowSanitizer.cpp | 8 ++-- .../Instrumentation/EfficiencySanitizer.cpp | 49 ++++++++++------------ lib/Transforms/Utils/EscapeEnumerator.cpp | 3 +- lib/Transforms/Utils/ModuleUtils.cpp | 12 +++--- lib/Transforms/Utils/SimplifyLibCalls.cpp | 6 +-- lib/Transforms/Utils/ValueMapper.cpp | 9 ++-- tools/bugpoint/ExtractFunction.cpp | 3 +- tools/llvm-readobj/COFFDumper.cpp | 8 ++++ unittests/ExecutionEngine/Orc/OrcTestCommon.h | 2 +- unittests/IR/TypeBuilderTest.cpp | 30 +++++++------ 24 files changed, 130 insertions(+), 159 deletions(-)