1. 672d2c1 Remove comments after header includes. by Jonas Devlieghere · 7 years ago
  2. 5b06c22 Remove manual byte counting from Opcode::Dump by Raphael Isemann · 7 years ago
  3. 0509724 Reflow paragraphs in comments. by Adrian Prantl · 7 years ago
  4. 2f3df61 iwyu fixes for lldbCore. by Zachary Turner · 8 years ago
  5. 666cc0b Move DataBuffer / DataExtractor and friends from Core -> Utility. by Zachary Turner · 9 years ago
  6. 01c3243 Remove dependencies from Utility to Core and Target. by Zachary Turner · 9 years ago
  7. bf9a773 Move classes from Core -> Utility. by Zachary Turner · 9 years ago
  8. b9c1b51 *** This commit represents a complete reformatting of the LLDB source code by Kate Stone · 9 years ago
  9. 8918372 Fix Clang-tidy modernize-use-nullptr warnings in some files in source/Core; other minor fixes. by Eugene Zelenko · 10 years ago
  10. 9ccb970 Make lldb::endian::InlHostByteOrder() private. by Bruce Mitchener · 10 years ago
  11. 3985c8c sanitise sign comparisons by Saleem Abdulrasool · 11 years ago
  12. 9035996 Handle endianness in the Opcode class by Ed Maste · 12 years ago
  13. db3c60e Remove EOL whitespace and redundant break statement by Ed Maste · 12 years ago
  14. d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
  15. cd4ae1a Changed the Opcode::GetData() API so that it didn't by Sean Callanan · 13 years ago
  16. 79101b5 Fixed an error in the thumb opcode encoding. We need the 32 bit thumb instructions to be encoded as a 32 bit value for the EmulateARM code. by Greg Clayton · 13 years ago
  17. 5c97c2f Improved raw disassembly output for Thumb. by Sean Callanan · 13 years ago
  18. ba812f4 <rdar://problem/11330621> by Greg Clayton · 13 years ago
  19. d1411e1 Cleaned up code that was getting SBData for an SBInstruction. by Greg Clayton · 13 years ago
  20. 8f7180b Added more functionality to the public API to allow for better by Greg Clayton · 14 years ago
  21. 357132e Added the ability to get the min and max instruction byte size for by Greg Clayton · 15 years ago
  22. 1080edbc Cleaned up the Disassembler code a bit more. You can now request a disassembler by Greg Clayton · 15 years ago
  23. 0ae9627 Made the lldb_private::Opcode struct into a real boy... I mean class. by Greg Clayton · 15 years ago