This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f0dc005cf08 Make 0 argument getSubtargetImpl functions for the X86, AAr [...] new a8b6c543a8f ARM: fix big-endian 64-bit cmpxchg. new a6974a4e446 [ORE] Remove old "diagnostic hotness" spelling new ecea903af0b [SimplifyCFG] Update the name of switch generated lookup table.
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: include/llvm/IR/LLVMContext.h | 9 ------ lib/IR/LLVMContext.cpp | 7 ----- lib/Target/ARM/ARMISelLowering.cpp | 15 +++++++--- lib/Transforms/Utils/SimplifyCFG.cpp | 10 ++++--- test/CodeGen/ARM/cmpxchg-O0-be.ll | 26 ++++++++++++++++++ .../SimplifyCFG/X86/switch-covered-bug.ll | 2 +- .../Transforms/SimplifyCFG/X86/switch-table-bug.ll | 2 +- .../SimplifyCFG/X86/switch_to_lookup_table.ll | 32 +++++++++++----------- 8 files changed, 61 insertions(+), 42 deletions(-) create mode 100644 test/CodeGen/ARM/cmpxchg-O0-be.ll