| Commit message (Expand) | Author | Age | Files | Lines |
| * | Wrap C APIs with pragmas enforcing -Werror=strict-prototypes | Duncan P. N. Exon Smith | 2019-11-19 | 1 | -6/+3 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+4 |
| * | Split Disassembler.h in two to fix dependencies | David Blaikie | 2018-03-29 | 1 | -146/+1 |
| * | Reapply Support layering fixes. | David Blaikie | 2018-03-21 | 1 | -1/+1 |
| * | Revert "Fix layering between llvm-c and Support by factoring out some typedef... | Jonas Devlieghere | 2018-03-20 | 1 | -1/+37 |
| * | Fix layering between llvm-c and Support by factoring out some typedefs into S... | David Blaikie | 2018-03-20 | 1 | -37/+1 |
| * | Fix Clang-tidy modernize-deprecated-headers warnings in some files; other min... | Eugene Zelenko | 2016-03-28 | 1 | -1/+5 |
| * | Extend C disassembler API to allow specifying target features | Bradley Smith | 2014-09-30 | 1 | -3/+17 |
| * | ARM64: initial backend import | Tim Northover | 2014-03-29 | 1 | -0/+21 |
| * | For the 'C' disassembler API, add a new ReferenceType for the | Kevin Enderby | 2014-01-06 | 1 | -0/+3 |
| * | Add to the disassembler C API output reference types for | Kevin Enderby | 2013-11-01 | 1 | -0/+11 |
| * | include/llvm-c: Whitespace. | NAKAMURA Takumi | 2013-10-23 | 1 | -2/+2 |
| * | [llvm-c][Disassembler] Add an option to print latency information in | Quentin Colombet | 2013-10-02 | 1 | -0/+2 |
| * | [llvm-c][Disassembler] Add an option to reproduce in disassembled output the | Quentin Colombet | 2013-10-01 | 1 | -0/+2 |
| * | Add to the disassembler C API an option to print the disassembled | Kevin Enderby | 2012-12-18 | 1 | -0/+2 |
| * | Add C API for specifying CPU to the disassembler. | Jim Grosbach | 2012-12-07 | 1 | -1/+14 |
| * | Added a option to the disassembler to print immediates as hex. | Kevin Enderby | 2012-12-05 | 1 | -0/+2 |
| * | Add support for annotated disassembly output for X86 and arm. | Kevin Enderby | 2012-10-22 | 1 | -0/+9 |
| * | Remove tabs. | Bill Wendling | 2012-07-19 | 1 | -3/+3 |
| * | Organize LLVM C API docs into doxygen modules; add docs | Gregory Szorc | 2012-03-21 | 1 | -0/+11 |
| * | Adding back support for printing operands symbolically to ARM's new disassembler | Kevin Enderby | 2011-10-04 | 1 | -4/+28 |
| * | Fix some minor typos and grammar. | Chris Lattner | 2011-05-22 | 1 | -40/+31 |
| * | Fix a ton of comment typos found by codespell. Patch by | Chris Lattner | 2011-04-15 | 1 | -3/+3 |
| * | Adding support for printing operands symbolically to llvm's public 'C' | Kevin Enderby | 2011-04-11 | 1 | -0/+43 |
| * | C-API: Include DataTypes.h instead of stdint.h. | Daniel Dunbar | 2011-03-29 | 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/+106 |
| * | Remove the files for r128308 as it is causing a buildbot failure. | Kevin Enderby | 2011-03-26 | 1 | -106/+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/+106 |