This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from a66a0bff833 [yaml2obj] Fixing opening empty yaml files. new 074bfaec2b1 [llvm-readobj] Fix formatting of unknown note types new 35945918f02 Recommit "[DSE] Preserve basic block ordering using Ordered [...]
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/Analysis/OrderedBasicBlock.h | 8 +++ lib/Analysis/OrderedBasicBlock.cpp | 24 +++++++++ lib/Transforms/Scalar/DeadStoreElimination.cpp | 69 +++++++++++--------------- test/tools/llvm-readobj/note-unknown.s | 28 +++++++++++ tools/llvm-readobj/ELFDumper.cpp | 3 +- 5 files changed, 92 insertions(+), 40 deletions(-) create mode 100644 test/tools/llvm-readobj/note-unknown.s