| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix leaks in LLVMCreateDisasmCPUFeatures | Scott Linder | 2019-06-26 | 1 | -18/+16 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | Remove trailing space | Fangrui Song | 2018-07-30 | 1 | -2/+2 |
| * | Apply clang-tidy's misc-move-constructor-init throughout LLVM. | Benjamin Kramer | 2016-05-27 | 1 | -9/+7 |
| * | One more batch of self-containing headers. | Benjamin Kramer | 2016-01-27 | 1 | -7/+7 |
| * | Canonicalize header guards into a common format. | Benjamin Kramer | 2014-08-13 | 1 | -2/+2 |
| * | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -9/+8 |
| * | [llvm-c][Disassembler] When printing latency information, fall back to the | Quentin Colombet | 2013-10-03 | 1 | -0/+4 |
| * | [llvm-c][Disassembler] Add an option to print latency information in | Quentin Colombet | 2013-10-02 | 1 | -0/+5 |
| * | Add to the disassembler C API an option to print the disassembled | Kevin Enderby | 2012-12-18 | 1 | -0/+4 |
| * | Sort includes for all of the .h files under the 'lib' tree. These were | Chandler Carruth | 2012-12-04 | 1 | -1/+1 |
| * | Add accessors for all private members of DisasmContext. | Benjamin Kramer | 2012-06-06 | 1 | -0/+8 |
| * | Fixed two leaks in the MC disassembler. The MC | Sean Callanan | 2012-04-06 | 1 | -0/+10 |
| * | The the MC disassembler C API to print in verbose mode. Perhaps there should... | Owen Anderson | 2011-09-15 | 1 | -1/+9 |
| * | Goodbye TargetAsmInfo. This eliminate last bit of CodeGen and Target in llvm-mc. | Evan Cheng | 2011-07-20 | 1 | -11/+1 |
| * | Sink getDwarfRegNum, getLLVMRegNum, getSEHRegNum from TargetRegisterInfo down | Evan Cheng | 2011-07-18 | 1 | -0/+5 |
| * | Give MC/MCDisassembler/Disassembler.h a header guard. | Sebastian Redl | 2011-04-24 | 1 | -0/+6 |
| * | Adding support for printing operands symbolically to llvm's public 'C' | Kevin Enderby | 2011-04-11 | 1 | -1/+1 |
| * | Again adding a C API to the disassembler for use by such tools as Darwin's | Kevin Enderby | 2011-03-28 | 1 | -0/+90 |
| * | Remove the files for r128308 as it is causing a buildbot failure. | Kevin Enderby | 2011-03-26 | 1 | -90/+0 |
| * | Adding a C API to the disassembler for use by such tools as Darwin's otool(1). | Kevin Enderby | 2011-03-26 | 1 | -0/+90 |