This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3ae5d6c4c48 [DAG] Pull out ComputeNumSignBits call to make debugging ea [...] new b97b21f6246 Copy the C++ kaleidoscope tutorial into a subdirectory and [...] new e0a373b5570 remove some unhelpful language from the tutorial
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: docs/tutorial/LangImpl10.rst | 9 +- .../{ => MyFirstLanguageFrontend}/LangImpl01.rst | 109 +-------------------- .../{ => MyFirstLanguageFrontend}/LangImpl02.rst | 0 .../{ => MyFirstLanguageFrontend}/LangImpl03.rst | 0 .../{ => MyFirstLanguageFrontend}/LangImpl04.rst | 0 .../LangImpl05-cfg.png | Bin .../{ => MyFirstLanguageFrontend}/LangImpl05.rst | 0 .../{ => MyFirstLanguageFrontend}/LangImpl06.rst | 0 .../{ => MyFirstLanguageFrontend}/LangImpl07.rst | 0 .../{ => MyFirstLanguageFrontend}/LangImpl08.rst | 0 .../{ => MyFirstLanguageFrontend}/LangImpl09.rst | 0 .../{ => MyFirstLanguageFrontend}/LangImpl10.rst | 9 +- docs/tutorial/MyFirstLanguageFrontend/index.rst | 104 ++++++++++++++++++++ 13 files changed, 113 insertions(+), 118 deletions(-) copy docs/tutorial/{ => MyFirstLanguageFrontend}/LangImpl01.rst (53%) copy docs/tutorial/{ => MyFirstLanguageFrontend}/LangImpl02.rst (100%) copy docs/tutorial/{ => MyFirstLanguageFrontend}/LangImpl03.rst (100%) copy docs/tutorial/{ => MyFirstLanguageFrontend}/LangImpl04.rst (100%) copy docs/tutorial/{ => MyFirstLanguageFrontend}/LangImpl05-cfg.png (100%) copy docs/tutorial/{ => MyFirstLanguageFrontend}/LangImpl05.rst (100%) copy docs/tutorial/{ => MyFirstLanguageFrontend}/LangImpl06.rst (100%) copy docs/tutorial/{ => MyFirstLanguageFrontend}/LangImpl07.rst (100%) copy docs/tutorial/{ => MyFirstLanguageFrontend}/LangImpl08.rst (100%) copy docs/tutorial/{ => MyFirstLanguageFrontend}/LangImpl09.rst (100%) copy docs/tutorial/{ => MyFirstLanguageFrontend}/LangImpl10.rst (97%) create mode 100644 docs/tutorial/MyFirstLanguageFrontend/index.rst