This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3a7f010 [LoopSimplify] Preserve LCSSA when removing edges from unreac [...] new 38ccacb [Examples] Fix some Clang-tidy modernize-use-default and Incl [...] new d4e6a9b [X86] Add knownbits concat_vector test
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: .../BuildingAJIT/Chapter1/KaleidoscopeJIT.h | 1 - .../Kaleidoscope/BuildingAJIT/Chapter1/toy.cpp | 22 +++++++++--- .../BuildingAJIT/Chapter2/KaleidoscopeJIT.h | 7 ++-- .../Kaleidoscope/BuildingAJIT/Chapter2/toy.cpp | 22 +++++++++--- .../BuildingAJIT/Chapter3/KaleidoscopeJIT.h | 6 ++-- .../Kaleidoscope/BuildingAJIT/Chapter3/toy.cpp | 22 +++++++++--- .../BuildingAJIT/Chapter4/KaleidoscopeJIT.h | 9 +++-- .../Kaleidoscope/BuildingAJIT/Chapter4/toy.cpp | 19 +++++++--- .../BuildingAJIT/Chapter5/KaleidoscopeJIT.h | 12 +++++-- .../BuildingAJIT/Chapter5/RemoteJITUtils.h | 8 +++-- .../Kaleidoscope/BuildingAJIT/Chapter5/toy.cpp | 29 ++++++++++----- examples/Kaleidoscope/Chapter2/toy.cpp | 6 +++- examples/Kaleidoscope/Chapter3/toy.cpp | 13 ++++++- examples/Kaleidoscope/Chapter4/toy.cpp | 13 ++++++- examples/Kaleidoscope/Chapter5/toy.cpp | 15 +++++++- examples/Kaleidoscope/Chapter6/toy.cpp | 16 ++++++++- examples/Kaleidoscope/Chapter7/toy.cpp | 19 ++++++++-- examples/Kaleidoscope/Chapter8/toy.cpp | 33 +++++++++++++---- test/CodeGen/X86/known-bits-vector.ll | 41 ++++++++++++++++++++++ 19 files changed, 257 insertions(+), 56 deletions(-)