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