- 01aa534 When a Cortex-M3 target is selected (armv7m), force disassembly to be in by Jason Molenda · 12 years ago
- cc791bb Fix "source list -n printf" on Linux (printf is symbol alias for __printf) by Michael Sartain · 12 years ago
- d63d0a8 Update to new API. by Bill Wendling · 12 years ago
- 7805935 Added a parameter for relocation info to keep lldb in step with llvm due to r182625, by Ashok Thirumurthi · 12 years ago
- 7a89d6f Also pass the MCRegInfo to createMCAsmInfo. Follow the modification introduced in commit r181680 of llvm by Sylvestre Ledru · 12 years ago
- 57abc5d <rdar://problem/13854277> <rdar://problem/13594769> by Greg Clayton · 12 years ago
- a80ea12 <rdar://problem/13751683> by Greg Clayton · 13 years ago
- 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 · 13 years ago
- 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 · 13 years ago
- 3faf47c <rdar://problem/11730263> by Greg Clayton · 13 years ago
- 32ce20c DoesBranch needs to compute the instruction if it isn't already done. by Jim Ingham · 13 years ago
- 787d162 Misc. clang build warning fixes. by Matt Kopec · 13 years ago
- 0f063ba Convert from the C-based LLVM Disassembler shim to the full MC Disassembler API's. by Jim Ingham · 13 years ago
- c7bece56 <rdar://problem/13069948> by Greg Clayton · 13 years ago
- d01b295 Resolve printf formatting warnings on Linux: by Daniel Malea · 13 years ago
- 9e6cffc A patch that allows for mach-o architectures to be specified as "<number>-<number>" where the first number is the cpu type and the second is the cpu subtype. Also added code to allow use of mach-o architectures that aren't in our tables so that symbolication and static file introspection (crashlogs) can work with them. by Greg Clayton · 13 years ago
- 1f74607 <rdar://problem/11757916> by Greg Clayton · 13 years ago
- cd4ae1a Changed the Opcode::GetData() API so that it didn't by Sean Callanan · 13 years ago
- 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
- 5c97c2f Improved raw disassembly output for Thumb. by Sean Callanan · 13 years ago
- 7e6d4e5 Instructions generated by a disassembler can now by Sean Callanan · 13 years ago
- ba812f4 <rdar://problem/11330621> by Greg Clayton · 13 years ago
- c8e0c24 Expose GetAddressClass() from both the SBAddress and SBInstruction so clients can tell the difference between ARM/Thumb opcodes when disassembling ARM. by Greg Clayton · 14 years ago
- d1411e1 Cleaned up code that was getting SBData for an SBInstruction. by Greg Clayton · 14 years ago
- 62ecb9b Improved detection of ARM branch instructions to by Sean Callanan · 14 years ago
- 2b54db7 Fixed a leak in the LLVM disassembler where we by Sean Callanan · 14 years ago
- e6eeef0 Order ivar initializers to how they're declared in the class. by Bill Wendling · 14 years ago
- 745af46 Resolved two problems in the disassembler: by Sean Callanan · 14 years ago
- 3f85b32 Fixed a bug in the disassembler where we did by Sean Callanan · 14 years ago
- f8712de Since we are having issues with the new LLVM MC disassembler, we can have by Greg Clayton · 14 years ago
- 7725a46 Added a function to the disassembler that checks by Sean Callanan · 14 years ago
- 6f298a6 Updated LLVM to take some fixes that make the Intel disassembler usable. by Sean Callanan · 14 years ago
- 9b44acd Fix compile error for DisassemblerLLVMC.cpp. by Johnny Chen · 14 years ago
- 95e5c63 Added a new disassembler plugin, DisassemblerLLVMC, by Sean Callanan · 14 years ago