This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bde17ff28a2 [WebAssembly] Fix build error in wasm YAML code new 5de619e49ad [CodeGen] Add an -O0 backend pipeline test. NFC. new 756714d0def [CodeGen] Split SafeStack into a LegacyPass and a utility. NFC. new 294ef0b8d64 [CodeGen] Compute DT/LI lazily in SafeStackLegacyPass. NFC. new d5c43cc5c92 [CodeGen] Don't require AA in SDAGISel at -O0.
The 4 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/CodeGen/SelectionDAG.h | 2 +- include/llvm/InitializePasses.h | 2 +- lib/CodeGen/CodeGen.cpp | 2 +- lib/CodeGen/SafeStack.cpp | 172 +++++++++++++---------- lib/CodeGen/SelectionDAG/DAGCombiner.cpp | 18 +-- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.cpp | 16 +-- lib/CodeGen/SelectionDAG/SelectionDAGBuilder.h | 4 +- lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp | 26 ++-- test/CodeGen/X86/O0-pipeline.ll | 68 +++++++++ test/CodeGen/X86/pr32284.ll | 71 +++++----- tools/opt/opt.cpp | 2 +- 11 files changed, 244 insertions(+), 139 deletions(-) create mode 100644 test/CodeGen/X86/O0-pipeline.ll