..
ABI
[LLDB][MIPS] Fix floating point handling in case of thread step-out
2016-05-24 14:52:50 +00:00
Disassembler
Fix a memory leak in InstructionLLVMC where it held onto a strong reference to the DisassemblerLLVMC which in turn had a vector of InstructionSP causing the strong cycle. This is fixed now.
2016-06-07 22:56:40 +00:00
DynamicLoader
second pass over removal of Mutex and Condition
2016-05-19 05:13:57 +00:00
ExpressionParser
Removed the m_decl_objects map from ClangASTContext.
2016-05-23 18:30:59 +00:00
Instruction
Fix ARM instruction emulation tests on big-endian systems
2016-04-14 14:34:19 +00:00
InstrumentationRuntime
[tsan] Prefer mangled name looking up variable declaration for racy address
2016-06-01 21:32:45 +00:00
JITLoader
[JITLoaderGDB] Read jit entry struct manually.
2016-03-23 23:27:23 +00:00
Language
Fix JavaArraySyntheticFrontEnd for non-reference ValueObject.
2016-06-02 00:45:38 +00:00
LanguageRuntime
Don't cache the stret/vrs. non-stret code pointer as static data in the runtime.
2016-05-26 23:49:49 +00:00
MemoryHistory
second pass over removal of Mutex and Condition
2016-05-19 05:13:57 +00:00
ObjectContainer
remove use of Mutex in favour of std::{,recursive_}mutex
2016-05-18 01:59:10 +00:00
ObjectFile
Small further refinement to the check in ObjectFileMachO::ParseSymtab
2016-05-26 04:22:47 +00:00
OperatingSystem
second pass over removal of Mutex and Condition
2016-05-19 05:13:57 +00:00
Platform
Revive the error message from "process load" and SBProcess::LoadImage.
2016-06-08 01:29:21 +00:00
Process
Don't remove PIE executables when using svr4 packets
2016-06-06 15:00:50 +00:00
ScriptInterpreter
Don't crash when OS plug-in returns None from any of the functions we might call.
2016-05-16 20:07:38 +00:00
SymbolFile
Fix a printf warning.
2016-06-03 19:45:05 +00:00
SymbolVendor
Remove autoconf support from source directories.
2016-01-28 22:05:24 +00:00
SystemRuntime
remove use of Mutex in favour of std::{,recursive_}mutex
2016-05-18 01:59:10 +00:00
UnwindAssembly
Now that there are no cycles that cause leaks in the disassembler/instruction classes, we can get rid of the FIXME lines that were working around this issue.
2016-06-07 23:19:00 +00:00
CMakeLists.txt
Fix cmake build.
2015-09-03 04:17:57 +00:00