summaryrefslogtreecommitdiffstats
path: root/llvm/include/llvm-c/Disassembler.h
Commit message (Expand)AuthorAgeFilesLines
* Split Disassembler.h in two to fix dependenciesDavid Blaikie2018-03-291-146/+1
* Reapply Support layering fixes.David Blaikie2018-03-211-1/+1
* Revert "Fix layering between llvm-c and Support by factoring out some typedef...Jonas Devlieghere2018-03-201-1/+37
* Fix layering between llvm-c and Support by factoring out some typedefs into S...David Blaikie2018-03-201-37/+1
* Fix Clang-tidy modernize-deprecated-headers warnings in some files; other min...Eugene Zelenko2016-03-281-1/+5
* Extend C disassembler API to allow specifying target featuresBradley Smith2014-09-301-3/+17
* ARM64: initial backend importTim Northover2014-03-291-0/+21
* For the 'C' disassembler API, add a new ReferenceType for theKevin Enderby2014-01-061-0/+3
* Add to the disassembler C API output reference types forKevin Enderby2013-11-011-0/+11
* include/llvm-c: Whitespace.NAKAMURA Takumi2013-10-231-2/+2
* [llvm-c][Disassembler] Add an option to print latency information inQuentin Colombet2013-10-021-0/+2
* [llvm-c][Disassembler] Add an option to reproduce in disassembled output theQuentin Colombet2013-10-011-0/+2
* Add to the disassembler C API an option to print the disassembledKevin Enderby2012-12-181-0/+2
* Add C API for specifying CPU to the disassembler.Jim Grosbach2012-12-071-1/+14
* Added a option to the disassembler to print immediates as hex.Kevin Enderby2012-12-051-0/+2
* Add support for annotated disassembly output for X86 and arm.Kevin Enderby2012-10-221-0/+9
* Remove tabs.Bill Wendling2012-07-191-3/+3
* Organize LLVM C API docs into doxygen modules; add docsGregory Szorc2012-03-211-0/+11
* Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby2011-10-041-4/+28
* Fix some minor typos and grammar.Chris Lattner2011-05-221-40/+31
* Fix a ton of comment typos found by codespell. Patch byChris Lattner2011-04-151-3/+3
* Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby2011-04-111-0/+43
* C-API: Include DataTypes.h instead of stdint.h.Daniel Dunbar2011-03-291-1/+1
* Again adding a C API to the disassembler for use by such tools as Darwin'sKevin Enderby2011-03-281-0/+106
* Remove the files for r128308 as it is causing a buildbot failure.Kevin Enderby2011-03-261-106/+0
* Adding a C API to the disassembler for use by such tools as Darwin's otool(1).Kevin Enderby2011-03-261-0/+106
OpenPOWER on IntegriCloud