This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository lldb.
from f80490e40 Fixed the OS X build after Error -> Status rename. new c037154d0 Remove an expensive lock from Timer
The 1 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/lldb/Core/Timer.h | 17 +++++- source/API/SystemInitializerFull.cpp | 3 +- source/Commands/CommandObjectTarget.cpp | 4 +- source/Core/Disassembler.cpp | 4 +- source/Core/Mangled.cpp | 4 +- source/Core/Module.cpp | 34 ++++++----- source/Core/Timer.cpp | 71 ++++++++++------------ source/Host/common/Symbols.cpp | 7 ++- source/Initialization/SystemInitializerCommon.cpp | 6 +- source/Interpreter/CommandInterpreter.cpp | 10 +-- .../ObjC/AppleObjCRuntime/AppleObjCRuntimeV2.cpp | 3 +- .../BSD-Archive/ObjectContainerBSDArchive.cpp | 3 +- source/Plugins/ObjectFile/ELF/ObjectFileELF.cpp | 3 +- .../Plugins/ObjectFile/Mach-O/ObjectFileMachO.cpp | 4 +- .../Python/ScriptInterpreterPython.cpp | 13 ++-- .../Plugins/SymbolFile/DWARF/DWARFCompileUnit.cpp | 3 +- .../Plugins/SymbolFile/DWARF/DWARFDebugAranges.cpp | 3 +- source/Plugins/SymbolFile/DWARF/DWARFDebugLine.cpp | 4 +- .../SymbolFile/DWARF/DWARFDebugPubnames.cpp | 6 +- .../Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp | 31 ++++++---- .../SymbolFile/DWARF/SymbolFileDWARFDebugMap.cpp | 9 ++- .../Plugins/SymbolVendor/ELF/SymbolVendorELF.cpp | 4 +- source/Symbol/DWARFCallFrameInfo.cpp | 3 +- source/Symbol/ObjectFile.cpp | 11 ++-- source/Symbol/Symtab.cpp | 24 +++++--- source/Target/Target.cpp | 3 +- source/Target/TargetList.cpp | 8 +-- unittests/Core/TimerTest.cpp | 17 ++++-- 28 files changed, 184 insertions(+), 128 deletions(-)