This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from b11b60da2d9 [InterleavedAccessAnalysis] Fix integer overflow in insertMember. new c5b260d2d38 Rollback of rL355585. new 6d9292403bd [Sanitizer] Add 'dispatch' feature to be used in compiler-rt tests
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: docs/LangRef.rst | 8 --- include/llvm/IR/DataLayout.h | 23 ------ lib/IR/ConstantFold.cpp | 28 ++------ lib/IR/DataLayout.cpp | 20 ------ lib/IR/Value.cpp | 12 ++-- lib/Target/ARM/ARMTargetMachine.cpp | 4 -- unittests/IR/CMakeLists.txt | 1 - unittests/IR/ConstantsTest.cpp | 101 --------------------------- unittests/IR/DataLayoutTest.cpp | 47 ------------- unittests/IR/FunctionTest.cpp | 25 ------- utils/gn/secondary/compiler-rt/test/BUILD.gn | 1 + 11 files changed, 9 insertions(+), 261 deletions(-) delete mode 100644 unittests/IR/DataLayoutTest.cpp