This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 00648c2f76a [BDCE] Optimize find+insert with early insert new 6ac86cddcf3 [IR][ARM] Add function pointer alignment to datalayout
The 1 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 | 100 ++++++++++++++++++++++++++++++++++++ unittests/IR/DataLayoutTest.cpp | 47 +++++++++++++++++ unittests/IR/FunctionTest.cpp | 25 +++++++++ 10 files changed, 260 insertions(+), 8 deletions(-) create mode 100644 unittests/IR/DataLayoutTest.cpp