This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 8dce0ebcdac [Documentation] Fix markup problems in X86Usage.rst new 8b9a0b319aa Add missing #includes to Analysis/MustExecute.h new 1c62040a5cf Reapply Support layering fixes. new de69937494c [Docs] Remove some WIP X86 documentation I accidentally lea [...]
The 3 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: CMakeLists.txt | 4 +- docs/CodeGenerator.rst | 6 - docs/CompilerWriterInfo.rst | 2 - docs/X86Usage.rst | 85 ---- docs/index.rst | 4 - include/{llvm/Support => llvm-c}/DataTypes.h.cmake | 12 +- include/llvm-c/Disassembler.h | 2 +- include/llvm-c/Support.h | 2 +- include/llvm-c/Types.h | 2 +- include/llvm/Analysis/MustExecute.h | 7 + include/llvm/{Support => Demangle}/Compiler.h | 2 +- include/llvm/Support/Compiler.h | 501 +-------------------- include/llvm/Support/DataTypes.h | 17 + lib/Demangle/ItaniumDemangle.cpp | 10 +- 14 files changed, 49 insertions(+), 607 deletions(-) delete mode 100644 docs/X86Usage.rst rename include/{llvm/Support => llvm-c}/DataTypes.h.cmake (92%) copy include/llvm/{Support => Demangle}/Compiler.h (99%) create mode 100644 include/llvm/Support/DataTypes.h