aboutsummaryrefslogtreecommitdiff
path: root/include/llvm-c/Disassembler.h
AgeCommit message (Expand)Author
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