History log of /external/llvm/tools/llvm-c-test/disassemble.c
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
de2d8694e25a814696358e95141f4b1aa4d8847e 20-Sep-2016 Pirama Arumuga Nainar <pirama@google.com> Update aosp/master LLVM for rebase to r275480

Bug: http://b/31320715

This merges commit 7dcf7f03e005379ef2f06db96aa93f06186b66d5 from
aosp/dev.

Test: Build AOSP and run RenderScript tests (host tests for slang and
libbcc, RsTest, CTS)

Change-Id: Iaf3738f74312d875e69f61d604ac058f381a2a1a
/external/llvm/tools/llvm-c-test/disassemble.c
37ed9c199ca639565f6ce88105f9e39e898d82d0 01-Dec-2014 Stephen Hines <srhines@google.com> Update aosp/master LLVM for rebase to r222494.

Change-Id: Ic787f5e0124df789bd26f3f24680f45e678eef2d
/external/llvm/tools/llvm-c-test/disassemble.c
90fd79a222652126ee7d85f3afb2cd85aa51b2f9 23-Oct-2013 NAKAMURA Takumi <geek4civic@gmail.com> llvm-c-test: Make them C89-compliant.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193254 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-c-test/disassemble.c
2bef1a6b25d938210547cd0f5ba4a08abdad2583 23-Oct-2013 Anders Waldenborg <anders@0x63.nu> Add llvm-c-test tool for testing llvm-c

This provides rudimentary testing of the llvm-c api.

The following commands are implemented:

* --module-dump
Read bytecode from stdin - print ir

* --module-list-functions
Read bytecode from stdin - list summary of functions

* --module-list-globals
Read bytecode from stdin - list summary of globals

* --targets-list
List available targets

* --object-list-sections
Read object file from stdin - list sections

* --object-list-symbols
Read object file from stdin - list symbols (like nm)

* --disassemble
Read lines of triple, hex ascii machine code from stdin - print disassembly

* --calc
Read lines of name, rpn from stdin - print generated module ir

Differential-Revision: http://llvm-reviews.chandlerc.com/D1776



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193233 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-c-test/disassemble.c