• Home
  • History
  • Annotate
  • only in /external/llvm/tools/llvm-c-test/
History log of /external/llvm/tools/llvm-c-test/
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
cd81d94322a39503e4a3e87b6ee03d4fcb3465fb 21-Jul-2014 Stephen Hines <srhines@google.com> Update LLVM for rebase to r212749.

Includes a cherry-pick of:
r212948 - fixes a small issue with atomic calls

Change-Id: Ib97bd980b59f18142a69506400911a6009d9df18
ndroid.mk
075c621d834af7ffc32d2067fadb147cc1758b99 02-Jun-2014 Chris Wailes <chriswailes@google.com> Adds the ability to run the llvm test suite in-tree.

This was accomplished by building additional tools and hand-generating
several files that are auto-generated by the configuration system when
LLVM is built out-of-tree. The LTO, Interpreter, and DebugInfo libraries
are now being compiled, and several source files were added to existing
compilation targets.

To run these tests you must first run build/envsetup.sh and have used
lunch to select a target. You can then launch the test script by running:

cd $ANDROID_BUILD_TOP/external/llvm && ./android_test.sh

Bug: 15433215

Change-Id: I43d87de0a4620cdd46c8d0f825dd4428e8409702
ndroid.mk
dce4a407a24b04eebc6a376f8e62b41aaa7b071f 29-May-2014 Stephen Hines <srhines@google.com> Update LLVM for 3.5 rebase (r209712).

Change-Id: I149556c940fb7dc92d075273c87ff584f400941f
bject.c
36b56886974eae4f9c5ebc96befd3e7bfe5de338 24-Apr-2014 Stephen Hines <srhines@google.com> Update to LLVM 3.5a.

Change-Id: Ifadecab779f128e62e430c2b4f6ddd84953ed617
MakeLists.txt
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
odule.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
alc.c
isassemble.c
odule.c
bject.c
argets.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
MakeLists.txt
akefile
alc.c
isassemble.c
elpers.c
nclude-all.c
lvm-c-test.h
ain.c
odule.c
bject.c
argets.c