summaryrefslogtreecommitdiff
path: root/llvm/include/llvm-c/Disassembler.h
AgeCommit message (Expand)Author
2024-10-18[llvm-c][MC] Expose color printing via LLVMSetDisasmOptions (#112980)Jon Roelofs
2019-11-19Wrap C APIs with pragmas enforcing -Werror=strict-prototypesDuncan P. N. Exon Smith
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-03-29Split Disassembler.h in two to fix dependenciesDavid Blaikie
2018-03-21Reapply Support layering fixes.David Blaikie
2018-03-20Revert "Fix layering between llvm-c and Support by factoring out some typedef...Jonas Devlieghere
2018-03-20Fix layering between llvm-c and Support by factoring out some typedefs into S...David Blaikie
2016-03-28Fix Clang-tidy modernize-deprecated-headers warnings in some files; other min...Eugene Zelenko
2014-09-30Extend C disassembler API to allow specifying target featuresBradley Smith
2014-03-29ARM64: initial backend importTim Northover
2014-01-06For the 'C' disassembler API, add a new ReferenceType for theKevin Enderby
2013-11-01Add to the disassembler C API output reference types forKevin Enderby
2013-10-23include/llvm-c: Whitespace.NAKAMURA Takumi
2013-10-02[llvm-c][Disassembler] Add an option to print latency information inQuentin Colombet
2013-10-01[llvm-c][Disassembler] Add an option to reproduce in disassembled output theQuentin Colombet
2012-12-18Add to the disassembler C API an option to print the disassembledKevin Enderby
2012-12-07Add C API for specifying CPU to the disassembler.Jim Grosbach
2012-12-05Added a option to the disassembler to print immediates as hex.Kevin Enderby
2012-10-22Add support for annotated disassembly output for X86 and arm.Kevin Enderby
2012-07-19Remove tabs.Bill Wendling
2012-03-21Organize LLVM C API docs into doxygen modules; add docsGregory Szorc
2011-10-04Adding back support for printing operands symbolically to ARM's new disassemblerKevin Enderby
2011-05-22Fix some minor typos and grammar.Chris Lattner
2011-04-15Fix a ton of comment typos found by codespell. Patch byChris Lattner
2011-04-11Adding support for printing operands symbolically to llvm's public 'C'Kevin Enderby
2011-03-29C-API: Include DataTypes.h instead of stdint.h.Daniel Dunbar
2011-03-28Again adding a C API to the disassembler for use by such tools as Darwin'sKevin Enderby
2011-03-26Remove the files for r128308 as it is causing a buildbot failure.Kevin Enderby
2011-03-26Adding a C API to the disassembler for use by such tools as Darwin's otool(1).Kevin Enderby