aboutsummaryrefslogtreecommitdiff
path: root/test/LLVMC
AgeCommit message (Expand)Author
2010-10-23Remove -llvmc-temp-hack from tblgen.Mikhail Glushenkov
2010-10-15llvmc: Add a test for the -c flag.Mikhail Glushenkov
2010-10-14Comments.Mikhail Glushenkov
2010-10-06Generalize tblgen's dag parsing logic to handle arbitrary expressionsChris Lattner
2010-09-22llvmc: Support '-emit-llvm -S' with -opt.Mikhail Glushenkov
2010-09-21llvmc: Allow multiple output languages.Mikhail Glushenkov
2010-09-15llvmc: make -x work with unknown suffixes.Mikhail Glushenkov
2010-08-30Test: Fix LLVMC tests on CMake.Michael J. Spencer
2010-08-23llvmc: Make syntax more consistent.Mikhail Glushenkov
2010-08-20llvmc: Fix alias generation.Mikhail Glushenkov
2010-08-20Update LLVMC tests for r111620.Benjamin Kramer
2010-08-15Update tests.Mikhail Glushenkov
2010-08-13One more XFAIL.Mikhail Glushenkov
2010-08-13More XFAILs.Mikhail Glushenkov
2010-08-13Add an XFAIL.Mikhail Glushenkov
2010-08-13Remove -fexceptions from llvmc tests.Mikhail Glushenkov
2010-08-13llvmc: fix two tests, remove XFAILs.Mikhail Glushenkov
2010-07-01Test for the -filelist fix.Mikhail Glushenkov
2010-03-21XFAIL tests from LLVMC on valgrind or valgrind+leak-checking. WeJeffrey Yasskin
2010-03-19Remove `ignore` from LLVMC/TestWarnings.td. This avoidsJeffrey Yasskin
2010-02-23Update the test suite.Mikhail Glushenkov
2010-02-22LLVMC/MultiplePluginPriorities.td: Generally XFAIL this test for now, it isDaniel Dunbar
2010-02-15Revert r96130 ("Forward parameter options as '-option=param'").Mikhail Glushenkov
2010-02-13Forward parameter options as '-option=parameter'.Mikhail Glushenkov
2010-02-09Re-disable for Darwin; I was mistaken to think this was fixed.Dale Johannesen
2010-02-03This test passes now on ppc darwin, so reenable it.Dale Johannesen
2010-02-02XFAIL for PPC Darwin.Bill Wendling
2010-01-27Revert commit 94666 (ddunbar) [Suppress clang warning about unused arguments].Duncan Sands
2010-01-27Suppress clang warning about unused arguments.Daniel Dunbar
2009-12-23Remove an XFAIL.Daniel Dunbar
2009-12-23Allow (set_option SwitchOption, true).Mikhail Glushenkov
2009-12-21XFAIL these tests on powerpc, under the assumption that no one cares. If you ...Daniel Dunbar
2009-12-18Make 'set_option' work with list options.Mikhail Glushenkov
2009-12-17Add a 'set_option' action for use in OptionPreprocessor.Mikhail Glushenkov
2009-12-15Convert llvmc tests to FileCheck.Mikhail Glushenkov
2009-12-15Support hook invocation from 'append_cmd'.Mikhail Glushenkov
2009-12-15Validate the generated C++ code in llvmc tests.Mikhail Glushenkov
2009-12-15Pipe 'grep' output to 'count'.Mikhail Glushenkov
2009-12-15Allow $CALL(Hook, '$INFILE') for non-join tools.Mikhail Glushenkov
2009-12-14Add a test for the 'init' option property.Mikhail Glushenkov
2009-12-07Implement 'forward_value' and 'forward_transformed_value'.Mikhail Glushenkov
2009-11-08Cleanup some unused RUN lines.Daniel Dunbar
2009-10-25Add a test for OptionPreprocessor.Mikhail Glushenkov
2009-10-17Disallow multiple instances of PluginPriority.Mikhail Glushenkov
2009-10-08Input files should go before all other options.Mikhail Glushenkov
2009-09-13Fix a small issue with recent changes to this code.Mikhail Glushenkov
2009-09-13tests: Use %abs_tmp instead of ./%t to make these tests portable to 'lit'.Daniel Dunbar
2009-09-13Sink llvm-gcc dependent tests into distinct subdirs.Daniel Dunbar
2009-09-13Rewrite tests to not use Tcl substitution.Daniel Dunbar
2009-09-13Simplify LLVMC tests.Daniel Dunbar