summaryrefslogtreecommitdiffstats
path: root/llvm/test/LLVMC
Commit message (Collapse)AuthorAgeFilesLines
...
* Simplify LLVMC tests.Daniel Dunbar2009-09-133-10/+12
| | | | llvm-svn: 81659
* The 'forward_as' property did not use its second argument.Mikhail Glushenkov2009-05-061-0/+18
| | | | | | See PR4159 for details. Patch by Martin Nowack! llvm-svn: 71054
* Fix incorrect code generation with ENV.Mikhail Glushenkov2009-05-051-0/+16
| | | | | | See PR4157 for details. Patch by Martin Nowack! llvm-svn: 70973
* Add a comment.Mikhail Glushenkov2009-03-061-0/+1
| | | | llvm-svn: 66278
* Fix a typo that prevents hello.mm from running (and runs hello.m twice).Julien Lerouge2009-02-261-1/+1
| | | | llvm-svn: 65493
* Rename dg.exp to llvmc.exp. This is so I can ignore it during a make check ↵Bill Wendling2009-02-081-0/+0
| | | | | | if I want to. llvm-svn: 64103
* The 'false.c' test must depend on llvm-g++.Mikhail Glushenkov2009-02-082-11/+26
| | | | | | | Also, turn on Objective-C/C++ tests. This should fix http://llvm.org/bugs/show_bug.cgi?id=3499. llvm-svn: 64084
* Add three new option properties.Mikhail Glushenkov2009-01-283-1/+45
| | | | | | Adds new option properties 'multi_val', 'one_or_more' and 'zero_or_one'. llvm-svn: 63172
* Allow hooks with arguments.Mikhail Glushenkov2009-01-211-0/+16
| | | | llvm-svn: 62685
* Use ignore & grep instead of XFAIL.Mikhail Glushenkov2008-12-211-4/+2
| | | | llvm-svn: 61307
* Remove Clang tests since clang is not installed on the buildbots.Mikhail Glushenkov2008-12-093-27/+0
| | | | llvm-svn: 60767
* Add some rudimentary tests for .Mikhail Glushenkov2008-12-093-0/+27
| | | | llvm-svn: 60766
* Make 'extern' an option property.Mikhail Glushenkov2008-12-071-3/+4
| | | | | | Makes (forward) work better. llvm-svn: 60667
* Add some clarifying comments.Mikhail Glushenkov2008-12-071-1/+2
| | | | llvm-svn: 60662
* Add tests for tblgen's LLVMC backend.Mikhail Glushenkov2008-12-077-0/+59
| | | | llvm-svn: 60657
* Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov2008-11-2511-11/+11
| | | | llvm-svn: 60048
* LLVMC2: -emit-llvm stops compilation.Daniel Dunbar2008-11-191-0/+4
| | | | llvm-svn: 59586
* LLVMC2: Teach llvm_gcc_c tool about -include and -fsyntax-only.Daniel Dunbar2008-11-191-0/+9
| | | | | | | - Only focusing on llvm_gcc_c for now, eventually this needs to be refactored so it can be shared via all the gcc-like tools. llvm-svn: 59582
* Add LLVMC2 tool definitions for Objective-C and Objective-C++.Daniel Dunbar2008-11-082-0/+20
| | | | llvm-svn: 58885
* Renaming LLVMC/dg.exp to LLVM/llvmc.expBill Wendling2008-08-141-0/+0
| | | | llvm-svn: 54809
* Fix the -opt switch and add a test case for it.Mikhail Glushenkov2008-05-301-0/+12
| | | | llvm-svn: 51784
* Fix: 'sink' handling was broken.Mikhail Glushenkov2008-05-301-0/+12
| | | | llvm-svn: 51750
* Check if llvm-gcc is available before running tests. Patch by Matthijs Kooijman!Tanya Lattner2008-05-141-1/+8
| | | | llvm-svn: 51108
* Filter option names to escape symbols not allowed as C++ identifiers.Mikhail Glushenkov2008-05-121-0/+12
| | | | | | | Makes it possible to use options with names like "Wa,". Also fixes the -Wall option handling as a side-effect. llvm-svn: 50973
* Move test files around a bit - fixes the reported number of test cases.Mikhail Glushenkov2008-05-065-2/+2
| | | | llvm-svn: 50761
* Use edge weights to choose the right linker based on input language names.Mikhail Glushenkov2008-05-062-2/+2
| | | | llvm-svn: 50759
* Add a --linker command-line option, make all tests pass.Mikhail Glushenkov2008-05-062-3/+3
| | | | llvm-svn: 50755
* Add two (currently failing) tests.Mikhail Glushenkov2008-05-064-0/+45
| | | | llvm-svn: 50752
* Take object file as input and handle files with the same name correctly.Mikhail Glushenkov2008-05-062-2/+1
| | | | llvm-svn: 50749
* First small tests for llvmc2.Mikhail Glushenkov2008-05-064-0/+34
llvm-svn: 50734
OpenPOWER on IntegriCloud