This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from 94e7945 Fix up some enumerate() callsites in LLDB. new aca01cb [debugserver] This is a small cleanup patch to AVX support detection new ca117b9 [debugserver] NFC. Cleanup DNBArchImpl*::GetFPUState()
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: .../debugserver.xcodeproj/project.pbxproj | 8 - tools/debugserver/source/MacOSX/CMakeLists.txt | 1 - tools/debugserver/source/MacOSX/HasAVX.h | 27 -- tools/debugserver/source/MacOSX/HasAVX.s | 50 ---- .../source/MacOSX/i386/DNBArchImplI386.cpp | 151 ++++------- .../source/MacOSX/i386/DNBArchImplI386.h | 1 - .../source/MacOSX/x86_64/DNBArchImplX86_64.cpp | 301 +++++++++------------ .../MacOSX/x86_64/MachRegisterStatesX86_64.h | 4 +- 8 files changed, 180 insertions(+), 363 deletions(-) delete mode 100644 tools/debugserver/source/MacOSX/HasAVX.h delete mode 100644 tools/debugserver/source/MacOSX/HasAVX.s