History log of /external/llvm/tools/llvm-c-test/module.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/module.c
f3ef5332fa3f4d5ec72c178a2b19dac363a19383 04-Mar-2016 Pirama Arumuga Nainar <pirama@google.com> Update aosp/master LLVM for rebase to r256229

http://b/26987366

Change-Id: I1f29c4676a8abe633ab5707dded58d846c973d50
/external/llvm/tools/llvm-c-test/module.c
50c5b4680d0a3d1341f0b0d441c7b5dd4e5cd732 25-Oct-2013 Benjamin Kramer <benny.kra@googlemail.com> llvm-c-test: Don't leak memory buffers.

Detected by valgrind.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@193416 91177308-0d34-0410-b5e6-96231b3b80d8
/external/llvm/tools/llvm-c-test/module.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/module.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/module.c