index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm-c
/
Disassembler.h
Age
Commit message (
Expand
)
Author
2012-12-18
Add to the disassembler C API an option to print the disassembled
Kevin Enderby
2012-12-07
Add C API for specifying CPU to the disassembler.
Jim Grosbach
2012-12-05
Added a option to the disassembler to print immediates as hex.
Kevin Enderby
2012-10-22
Add support for annotated disassembly output for X86 and arm.
Kevin Enderby
2012-07-19
Remove tabs.
Bill Wendling
2012-03-21
Organize LLVM C API docs into doxygen modules; add docs
Gregory Szorc
2011-10-04
Adding back support for printing operands symbolically to ARM's new disassembler
Kevin Enderby
2011-05-22
Fix some minor typos and grammar.
Chris Lattner
2011-04-15
Fix a ton of comment typos found by codespell. Patch by
Chris Lattner
2011-04-11
Adding support for printing operands symbolically to llvm's public 'C'
Kevin Enderby
2011-03-29
C-API: Include DataTypes.h instead of stdint.h.
Daniel Dunbar
2011-03-28
Again adding a C API to the disassembler for use by such tools as Darwin's
Kevin Enderby
2011-03-26
Remove the files for r128308 as it is causing a buildbot failure.
Kevin Enderby
2011-03-26
Adding a C API to the disassembler for use by such tools as Darwin's otool(1).
Kevin Enderby