1. bc16b92 The DisassemblerLLVMC has a retain cycle - the InstructionLLVMC's contained in its instruction by Jim Ingham · 11 years ago
  2. 238fab3 Fixed IRExecutionUnit so that it looks up addresses by Sean Callanan · 11 years ago
  3. 779e6ac Fixed IRExecutionUnit build failures due to changes by Sean Callanan · 11 years ago
  4. 102b2c2 After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 11 years ago
  5. 81a96aa Since we use C++11, we should switch over to using std::unique_ptr when C++11 is being used. To do this, we follow what we have done for shared pointers and we define a STD_UNIQUE_PTR macro that can be used and it will "do the right thing". Due to some API differences in std::unique_ptr and due to the fact that we need to be able to compile without C++11, we can't use move semantics so some code needed to change so that it can compile with either C++. by Greg Clayton · 11 years ago
  6. a6686e3 Flipped the big switch: LLDB now uses the new by Sean Callanan · 11 years ago
  7. faafd19 Audited the existing Materializer code to ensure by Sean Callanan · 11 years ago
  8. 0b3cb0e Fixed the way we allocate executable memory on by Sean Callanan · 11 years ago
  9. 9e6f6a6 Factored out memory access into the target process by Sean Callanan · 11 years ago
  10. d4f95f3 <rdar://problem/11730263> by Greg Clayton · 11 years ago
  11. 952e9dc <rdar://problem/13521159> by Greg Clayton · 11 years ago
  12. 914e147 Fixed a problem where inline assembly errors caused LLDB to crash. by Sean Callanan · 11 years ago
  13. 8202fe2 Updated the IRExecutionUnit to keep local copies by Sean Callanan · 11 years ago
  14. 1cf3da8 Refactored the expression parser so that the IR by Sean Callanan · 11 years ago