aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC
Commit message (Expand)AuthorAgeFilesLines
* Remove -llvmc-temp-hack from tblgen.Mikhail Glushenkov2010-10-232-8/+8
* llvmc: Add a test for the -c flag.Mikhail Glushenkov2010-10-151-0/+10
* Comments.Mikhail Glushenkov2010-10-142-0/+4
* Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner2010-10-062-2/+2
* llvmc: Support '-emit-llvm -S' with -opt.Mikhail Glushenkov2010-09-222-0/+8
* llvmc: Allow multiple output languages.Mikhail Glushenkov2010-09-211-0/+27
* llvmc: make -x work with unknown suffixes.Mikhail Glushenkov2010-09-152-1/+10
* Test: Fix LLVMC tests on CMake.Michael J. Spencer2010-08-3018-18/+18
* llvmc: Make syntax more consistent.Mikhail Glushenkov2010-08-2315-14/+43
* llvmc: Fix alias generation.Mikhail Glushenkov2010-08-201-0/+24
* Update LLVMC tests for r111620.Benjamin Kramer2010-08-202-4/+4
* Update tests.Mikhail Glushenkov2010-08-157-51/+7
* One more XFAIL.Mikhail Glushenkov2010-08-131-0/+1
* More XFAILs.Mikhail Glushenkov2010-08-132-0/+2
* Add an XFAIL.Mikhail Glushenkov2010-08-131-0/+3
* Remove -fexceptions from llvmc tests.Mikhail Glushenkov2010-08-1317-17/+17
* llvmc: fix two tests, remove XFAILs.Mikhail Glushenkov2010-08-132-6/+1
* Test for the -filelist fix.Mikhail Glushenkov2010-07-011-0/+3
* XFAIL tests from LLVMC on valgrind or valgrind+leak-checking. WeJeffrey Yasskin2010-03-2126-0/+26
* Remove `ignore` from LLVMC/TestWarnings.td. This avoidsJeffrey Yasskin2010-03-191-1/+1
* Update the test suite.Mikhail Glushenkov2010-02-2313-21/+21
* LLVMC/MultiplePluginPriorities.td: Generally XFAIL this test for now, it isDaniel Dunbar2010-02-221-0/+4
* Revert r96130 ("Forward parameter options as '-option=param'").Mikhail Glushenkov2010-02-151-1/+1
* Forward parameter options as '-option=parameter'.Mikhail Glushenkov2010-02-131-1/+1
* Re-disable for Darwin; I was mistaken to think this was fixed.Dale Johannesen2010-02-091-0/+3
* This test passes now on ppc darwin, so reenable it.Dale Johannesen2010-02-031-3/+0
* XFAIL for PPC Darwin.Bill Wendling2010-02-021-0/+3
* Revert commit 94666 (ddunbar) [Suppress clang warning about unused arguments].Duncan Sands2010-01-2717-17/+17
* Suppress clang warning about unused arguments.Daniel Dunbar2010-01-2717-17/+17
* Remove an XFAIL.Daniel Dunbar2009-12-231-1/+0
* Allow (set_option SwitchOption, true).Mikhail Glushenkov2009-12-231-2/+7
* XFAIL these tests on powerpc, under the assumption that no one cares. If you ...Daniel Dunbar2009-12-211-0/+1
* Make 'set_option' work with list options.Mikhail Glushenkov2009-12-181-1/+6
* Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov2009-12-171-5/+16
* Convert llvmc tests to FileCheck.Mikhail Glushenkov2009-12-1513-24/+41
* Support hook invocation from 'append_cmd'.Mikhail Glushenkov2009-12-152-0/+52
* Validate the generated C++ code in llvmc tests.Mikhail Glushenkov2009-12-1516-9/+25
* Pipe 'grep' output to 'count'.Mikhail Glushenkov2009-12-151-2/+2
* Allow $CALL(Hook, '$INFILE') for non-join tools.Mikhail Glushenkov2009-12-151-0/+13
* Add a test for the 'init' option property.Mikhail Glushenkov2009-12-141-0/+22
* Implement 'forward_value' and 'forward_transformed_value'.Mikhail Glushenkov2009-12-072-0/+42
* Cleanup some unused RUN lines.Daniel Dunbar2009-11-083-6/+0
* Add a test for OptionPreprocessor.Mikhail Glushenkov2009-10-251-0/+42
* Disallow multiple instances of PluginPriority.Mikhail Glushenkov2009-10-171-0/+10
* Input files should go before all other options.Mikhail Glushenkov2009-10-085-5/+5
* Fix a small issue with recent changes to this code.Mikhail Glushenkov2009-09-132-12/+7
* tests: Use %abs_tmp instead of ./%t to make these tests portable to 'lit'.Daniel Dunbar2009-09-139-9/+9
* Sink llvm-gcc dependent tests into distinct subdirs.Daniel Dunbar2009-09-1317-21/+25
* Rewrite tests to not use Tcl substitution.Daniel Dunbar2009-09-1311-11/+11
* Simplify LLVMC tests.Daniel Dunbar2009-09-133-10/+12