aboutsummaryrefslogtreecommitdiffstats
path: root/test/LLVMC
Commit message (Expand)AuthorAgeFilesLines
* 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
* The 'forward_as' property did not use its second argument.Mikhail Glushenkov2009-05-061-0/+18
* Fix incorrect code generation with ENV.Mikhail Glushenkov2009-05-051-0/+16
* Add a comment.Mikhail Glushenkov2009-03-061-0/+1
* Fix a typo that prevents hello.mm from running (and runs hello.m twice).Julien Lerouge2009-02-261-1/+1
* Rename dg.exp to llvmc.exp. This is so I can ignore it during a make check if...Bill Wendling2009-02-081-0/+0
* The 'false.c' test must depend on llvm-g++.Mikhail Glushenkov2009-02-082-11/+26
* Add three new option properties.Mikhail Glushenkov2009-01-283-1/+45
* Allow hooks with arguments.Mikhail Glushenkov2009-01-211-0/+16
* Use ignore & grep instead of XFAIL.Mikhail Glushenkov2008-12-211-4/+2
* Remove Clang tests since clang is not installed on the buildbots.Mikhail Glushenkov2008-12-093-27/+0
* Add some rudimentary tests for .Mikhail Glushenkov2008-12-093-0/+27
* Make 'extern' an option property.Mikhail Glushenkov2008-12-071-3/+4
* Add some clarifying comments.Mikhail Glushenkov2008-12-071-1/+2
* Add tests for tblgen's LLVMC backend.Mikhail Glushenkov2008-12-077-0/+59
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-2511-11/+11
* LLVMC2: -emit-llvm stops compilation.Daniel Dunbar2008-11-191-0/+4
* LLVMC2: Teach llvm_gcc_c tool about -include and -fsyntax-only.Daniel Dunbar2008-11-191-0/+9
* Add LLVMC2 tool definitions for Objective-C and Objective-C++.Daniel Dunbar2008-11-082-0/+20
* Renaming LLVMC/dg.exp to LLVM/llvmc.expBill Wendling2008-08-141-0/+0
* Fix the -opt switch and add a test case for it.Mikhail Glushenkov2008-05-301-0/+12
* Fix: 'sink' handling was broken.Mikhail Glushenkov2008-05-301-0/+12
* Check if llvm-gcc is available before running tests. Patch by Matthijs Kooijman!Tanya Lattner2008-05-141-1/+8
* Filter option names to escape symbols not allowed as C++ identifiers.Mikhail Glushenkov2008-05-121-0/+12
* Move test files around a bit - fixes the reported number of test cases.Mikhail Glushenkov2008-05-065-2/+2
* Use edge weights to choose the right linker based on input language names.Mikhail Glushenkov2008-05-062-2/+2
* Add a --linker command-line option, make all tests pass.Mikhail Glushenkov2008-05-062-3/+3
* Add two (currently failing) tests.Mikhail Glushenkov2008-05-064-0/+45
* Take object file as input and handle files with the same name correctly.Mikhail Glushenkov2008-05-062-2/+1
* First small tests for llvmc2.Mikhail Glushenkov2008-05-064-0/+34