1. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  2. 4740a73 Added the "frame diagnose" command and use its output to make crash info better. by Sean Callanan · 9 years ago
  3. 16ff860 remove use of Mutex in favour of std::{,recursive_}mutex by Saleem Abdulrasool · 9 years ago
  4. d38f4d2 DisassemblerLLVMC now gets the disassembler comments for an instruction by Sean Callanan · 10 years ago
  5. 45a4014 Fix Clang-tidy modernize-use-override warnings in include/lldb/Disassembler and OperatingSystem; other minor fixes. by Eugene Zelenko · 10 years ago
  6. 8dd3fdb Revert r250872 in source/Plugins/Disassembler to fix MSVC builds failures. by Eugene Zelenko · 10 years ago
  7. 4c3f2b9 Fix Clang-tidy modernize-use-override warnings in some files in source/Plugins; other minor fixes. by Eugene Zelenko · 10 years ago
  8. 7f3daed [MIPS] Avoid breakpoint in delay slot by Bhushan D. Attarde · 10 years ago
  9. 501a781 [LLDB][MIPS] Detect MIPS application specific extensions like micromips by Jaydeep Patil · 10 years ago
  10. 276a930 [LLDB][MIPS] Emulation of MIPS64 floating-point branch instructions by Mohit K. Bhakkad · 10 years ago
  11. a3e4ceb Remove trailing spaces by Sylvestre Ledru · 11 years ago
  12. d79ae05 New settings: target.use-hex-immediates and target.hex-immediates-style by Daniel Malea · 12 years ago
  13. 57abc5d <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 12 years ago
  14. 7b0992d After discussing with Chris Lattner, we require C++11, so lets get rid of the macros and just use C++11. by Greg Clayton · 12 years ago
  15. e01e07b 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 · 12 years ago
  16. 3faf47c <rdar://problem/11730263> by Greg Clayton · 13 years ago
  17. 0f063ba Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 13 years ago
  18. c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
  19. ba812f4 <rdar://problem/11330621> by Greg Clayton · 13 years ago
  20. 95e5c63 Added a new disassembler plugin, DisassemblerLLVMC, by Sean Callanan · 14 years ago