This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from bf812938af7 Fixing outdated comment [NFC] new 5fc394e8719 Fix use-after-frees on memory allocated in a Recycler. new 4b3567dbfc0 [Recycler] Add asan/msan annotations. new b2a1e2499a0 [CodeExtractor] Remove a bunch of unneeded constructors. new a90b36e98b1 [Thumb-1] Fix corner cases for compressed jump tables
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/Support/ArrayRecycler.h | 4 ++++ include/llvm/Support/Recycler.h | 4 ++++ include/llvm/Transforms/Utils/CodeExtractor.h | 16 ---------------- lib/CodeGen/GlobalISel/Legalizer.cpp | 6 +++++- lib/CodeGen/SelectionDAG/SelectionDAG.cpp | 7 +++++-- lib/Target/ARM/ARMConstantIslandPass.cpp | 16 ++++++++++++---- lib/Target/ARM/ARMISelDAGToDAG.cpp | 6 +++--- lib/Target/PowerPC/PPCISelDAGToDAG.cpp | 4 ++-- lib/Target/X86/X86ISelDAGToDAG.cpp | 5 +++-- lib/Transforms/Utils/CodeExtractor.cpp | 24 ------------------------ 10 files changed, 38 insertions(+), 54 deletions(-)