This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 446c2e7b477 [x86] Add the test for folding stack spills into pextrw. new 801b4cef3c3 Add a dominanance check interface that uses caching for ins [...]
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: .../llvm/Transforms/Utils/OrderedInstructions.h | 51 +++++++++++++++++ lib/Transforms/Utils/CMakeLists.txt | 1 + lib/Transforms/Utils/OrderedInstructions.cpp | 33 +++++++++++ unittests/Transforms/Utils/CMakeLists.txt | 1 + unittests/Transforms/Utils/OrderedInstructions.cpp | 65 ++++++++++++++++++++++ 5 files changed, 151 insertions(+) create mode 100644 include/llvm/Transforms/Utils/OrderedInstructions.h create mode 100644 lib/Transforms/Utils/OrderedInstructions.cpp create mode 100644 unittests/Transforms/Utils/OrderedInstructions.cpp