| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | Fix LLDB to build with top of tree LLVM/Clang. | Greg Clayton | 2014-04-14 | 1 | -5/+3 |
| * | lldb arm64 import. | Jason Molenda | 2014-03-29 | 1 | -1/+1 |
| * | Replace uses of OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-07 | 1 | -2/+1 |
| * | Stop leaking MCRegisterInfo. | Jean-Daniel Dupas | 2013-12-29 | 1 | -1/+2 |
| * | Handle endianness in the Opcode class | Ed Maste | 2013-12-09 | 1 | -12/+14 |
| * | For logical backtrace work, lldb needs to track Module unloads etc & symoblic... | Greg Clayton | 2013-12-06 | 1 | -0/+1 |
| * | Roll back the changes I made in r193907 which created a new Frame | Jason Molenda | 2013-11-04 | 1 | -1/+1 |
| * | Add a new base class, Frame. It is a pure virtual function which | Jason Molenda | 2013-11-02 | 1 | -1/+1 |
| * | Add definitions for "armv6m", which indicates a Cortex-M0 processor. | Jason Molenda | 2013-09-27 | 1 | -2/+8 |
| * | Moved the static s_regex into a function body to allow it to be lazily initia... | Greg Clayton | 2013-08-27 | 1 | -7/+2 |
| * | MingW compilation (windows). Includes various refactoring to improve portabil... | Virgile Bello | 2013-08-23 | 1 | -15/+10 |
| * | New settings: target.use-hex-immediates and target.hex-immediates-style | Daniel Malea | 2013-08-07 | 1 | -6/+26 |
| * | When a Cortex-M3 target is selected (armv7m), force disassembly to be in | Jason Molenda | 2013-07-22 | 1 | -9/+22 |
| * | Fix "source list -n printf" on Linux (printf is symbol alias for __printf) | Michael Sartain | 2013-07-11 | 1 | -1/+1 |
| * | Update to new API. | Bill Wendling | 2013-06-18 | 1 | -1/+1 |
| * | Added a parameter for relocation info to keep lldb in step with llvm due to r... | Ashok Thirumurthi | 2013-05-24 | 1 | -4/+13 |
| * | Also pass the MCRegInfo to createMCAsmInfo. Follow the modification introduce... | Sylvestre Ledru | 2013-05-13 | 1 | -2/+2 |
| * | <rdar://problem/13854277> | Greg Clayton | 2013-05-10 | 1 | -16/+5 |
| * | <rdar://problem/13751683> | Greg Clayton | 2013-05-03 | 1 | -2/+12 |
| * | After discussing with Chris Lattner, we require C++11, so lets get rid of the... | Greg Clayton | 2013-04-18 | 1 | -1/+1 |
| * | Since we use C++11, we should switch over to using std::unique_ptr when C++11... | Greg Clayton | 2013-04-18 | 1 | -1/+5 |
| * | <rdar://problem/11730263> | Greg Clayton | 2013-03-28 | 1 | -101/+99 |
| * | DoesBranch needs to compute the instruction if it isn't already done. | Jim Ingham | 2013-03-13 | 1 | -5/+55 |
| * | Misc. clang build warning fixes. | Matt Kopec | 2013-03-12 | 1 | -1/+1 |
| * | Convert from the C-based LLVM Disassembler shim to the full MC Disassembler A... | Jim Ingham | 2013-03-02 | 1 | -132/+227 |
| * | <rdar://problem/13069948> | Greg Clayton | 2013-01-25 | 1 | -4/+4 |
| * | Resolve printf formatting warnings on Linux: | Daniel Malea | 2012-11-29 | 1 | -2/+2 |
| * | A patch that allows for mach-o architectures to be specified as "<number>-<nu... | Greg Clayton | 2012-09-19 | 1 | -4/+6 |
| * | <rdar://problem/11757916> | Greg Clayton | 2012-08-29 | 1 | -0/+1 |
| * | Changed the Opcode::GetData() API so that it didn't | Sean Callanan | 2012-08-07 | 1 | -1/+1 |
| * | Fixed an error in the thumb opcode encoding. We need the 32 bit thumb instruc... | Greg Clayton | 2012-08-07 | 1 | -3/+4 |
| * | Improved raw disassembly output for Thumb. | Sean Callanan | 2012-08-06 | 1 | -4/+5 |
| * | Instructions generated by a disassembler can now | Sean Callanan | 2012-08-01 | 1 | -0/+2 |
| * | <rdar://problem/11330621> | Greg Clayton | 2012-05-10 | 1 | -334/+310 |
| * | Expose GetAddressClass() from both the SBAddress and SBInstruction so clients... | Greg Clayton | 2012-04-13 | 1 | -2/+2 |
| * | Cleaned up code that was getting SBData for an SBInstruction. | Greg Clayton | 2012-04-11 | 1 | -22/+37 |
| * | Improved detection of ARM branch instructions to | Sean Callanan | 2012-04-10 | 1 | -6/+4 |
| * | Fixed a leak in the LLVM disassembler where we | Sean Callanan | 2012-04-06 | 1 | -0/+10 |
| * | Order ivar initializers to how they're declared in the class. | Bill Wendling | 2012-04-06 | 1 | -1/+1 |
| * | Resolved two problems in the disassembler: | Sean Callanan | 2012-03-22 | 1 | -5/+7 |
| * | Fixed a bug in the disassembler where we did | Sean Callanan | 2012-03-22 | 1 | -29/+38 |
| * | Since we are having issues with the new LLVM MC disassembler, we can have | Greg Clayton | 2012-03-22 | 1 | -2/+2 |
| * | Added a function to the disassembler that checks | Sean Callanan | 2012-03-02 | 1 | -2/+92 |
| * | Updated LLVM to take some fixes that make the | Sean Callanan | 2012-02-23 | 1 | -19/+7 |
| * | Fix compile error for DisassemblerLLVMC.cpp. | Johnny Chen | 2012-02-20 | 1 | -1/+2 |
| * | Added a new disassembler plugin, DisassemblerLLVMC, | Sean Callanan | 2012-02-17 | 1 | -0/+580 |