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