aboutsummaryrefslogtreecommitdiff
path: root/test/LLVMC
AgeCommit message (Expand)Author
2009-05-06The 'forward_as' property did not use its second argument.Mikhail Glushenkov
2009-05-05Fix incorrect code generation with ENV.Mikhail Glushenkov
2009-03-06Add a comment.Mikhail Glushenkov
2009-02-26Fix a typo that prevents hello.mm from running (and runs hello.m twice).Julien Lerouge
2009-02-08Rename dg.exp to llvmc.exp. This is so I can ignore it during a make check if...Bill Wendling
2009-02-08The 'false.c' test must depend on llvm-g++.Mikhail Glushenkov
2009-01-28Add three new option properties.Mikhail Glushenkov
2009-01-21Allow hooks with arguments.Mikhail Glushenkov
2008-12-21Use ignore & grep instead of XFAIL.Mikhail Glushenkov
2008-12-09Remove Clang tests since clang is not installed on the buildbots.Mikhail Glushenkov
2008-12-09Add some rudimentary tests for .Mikhail Glushenkov
2008-12-07Make 'extern' an option property.Mikhail Glushenkov
2008-12-07Add some clarifying comments.Mikhail Glushenkov
2008-12-07Add tests for tblgen's LLVMC backend.Mikhail Glushenkov
2008-11-25Since the old llvmc was removed, rename llvmc2 to llvmc.Mikhail Glushenkov
2008-11-19LLVMC2: -emit-llvm stops compilation.Daniel Dunbar
2008-11-19LLVMC2: Teach llvm_gcc_c tool about -include and -fsyntax-only.Daniel Dunbar
2008-11-08Add LLVMC2 tool definitions for Objective-C and Objective-C++.Daniel Dunbar
2008-08-14Renaming LLVMC/dg.exp to LLVM/llvmc.expBill Wendling
2008-05-30Fix the -opt switch and add a test case for it.Mikhail Glushenkov
2008-05-30Fix: 'sink' handling was broken.Mikhail Glushenkov
2008-05-14Check if llvm-gcc is available before running tests. Patch by Matthijs Kooijman!Tanya Lattner
2008-05-12Filter option names to escape symbols not allowed as C++ identifiers.Mikhail Glushenkov
2008-05-06Move test files around a bit - fixes the reported number of test cases.Mikhail Glushenkov
2008-05-06Use edge weights to choose the right linker based on input language names.Mikhail Glushenkov
2008-05-06Add a --linker command-line option, make all tests pass.Mikhail Glushenkov
2008-05-06Add two (currently failing) tests.Mikhail Glushenkov
2008-05-06Take object file as input and handle files with the same name correctly.Mikhail Glushenkov
2008-05-06First small tests for llvmc2.Mikhail Glushenkov