Mikhail Glushenkov
|
d9ef672a0d
|
The 'forward_as' property did not use its second argument.
See PR4159 for details. Patch by Martin Nowack!
llvm-svn: 71054
|
2009-05-06 01:41:19 +00:00 |
|
Mikhail Glushenkov
|
2b4696b585
|
Fix incorrect code generation with ENV.
See PR4157 for details. Patch by Martin Nowack!
llvm-svn: 70973
|
2009-05-05 12:34:34 +00:00 |
|
Mikhail Glushenkov
|
f49e6643c9
|
Add a comment.
llvm-svn: 66278
|
2009-03-06 17:59:58 +00:00 |
|
Julien Lerouge
|
980b081d2a
|
Fix a typo that prevents hello.mm from running (and runs hello.m twice).
llvm-svn: 65493
|
2009-02-26 00:16:33 +00:00 |
|
Bill Wendling
|
fcbeaa9b99
|
Rename dg.exp to llvmc.exp. This is so I can ignore it during a make check if I want to.
llvm-svn: 64103
|
2009-02-08 22:52:50 +00:00 |
|
Mikhail Glushenkov
|
848de0c1c5
|
The 'false.c' test must depend on llvm-g++.
Also, turn on Objective-C/C++ tests.
This should fix http://llvm.org/bugs/show_bug.cgi?id=3499.
llvm-svn: 64084
|
2009-02-08 11:44:37 +00:00 |
|
Mikhail Glushenkov
|
920118470d
|
Add three new option properties.
Adds new option properties 'multi_val', 'one_or_more' and 'zero_or_one'.
llvm-svn: 63172
|
2009-01-28 03:47:20 +00:00 |
|
Mikhail Glushenkov
|
9153777db7
|
Allow hooks with arguments.
llvm-svn: 62685
|
2009-01-21 13:04:00 +00:00 |
|
Mikhail Glushenkov
|
2cd5897920
|
Use ignore & grep instead of XFAIL.
llvm-svn: 61307
|
2008-12-21 07:47:49 +00:00 |
|
Mikhail Glushenkov
|
25ca49afd4
|
Remove Clang tests since clang is not installed on the buildbots.
llvm-svn: 60767
|
2008-12-09 15:11:45 +00:00 |
|
Mikhail Glushenkov
|
b1adbf1413
|
Add some rudimentary tests for .
llvm-svn: 60766
|
2008-12-09 14:41:27 +00:00 |
|
Mikhail Glushenkov
|
c75a4df77c
|
Make 'extern' an option property.
Makes (forward) work better.
llvm-svn: 60667
|
2008-12-07 16:47:12 +00:00 |
|
Mikhail Glushenkov
|
a60c58c6dc
|
Add some clarifying comments.
llvm-svn: 60662
|
2008-12-07 16:44:15 +00:00 |
|
Mikhail Glushenkov
|
d676237550
|
Add tests for tblgen's LLVMC backend.
llvm-svn: 60657
|
2008-12-07 16:41:50 +00:00 |
|
Mikhail Glushenkov
|
89bfeb825b
|
Since the old llvmc was removed, rename llvmc2 to llvmc.
llvm-svn: 60048
|
2008-11-25 21:38:12 +00:00 |
|
Daniel Dunbar
|
9c71cd5448
|
LLVMC2: -emit-llvm stops compilation.
llvm-svn: 59586
|
2008-11-19 04:15:56 +00:00 |
|
Daniel Dunbar
|
60f1563256
|
LLVMC2: Teach llvm_gcc_c tool about -include and -fsyntax-only.
- 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
|
2008-11-19 02:59:00 +00:00 |
|
Daniel Dunbar
|
a525d7b3f6
|
Add LLVMC2 tool definitions for Objective-C and Objective-C++.
llvm-svn: 58885
|
2008-11-08 03:25:47 +00:00 |
|
Bill Wendling
|
e49fbb12fe
|
Renaming LLVMC/dg.exp to LLVM/llvmc.exp
llvm-svn: 54809
|
2008-08-14 23:37:58 +00:00 |
|
Mikhail Glushenkov
|
9db02580c5
|
Fix the -opt switch and add a test case for it.
llvm-svn: 51784
|
2008-05-30 19:56:27 +00:00 |
|
Mikhail Glushenkov
|
4d71bea2c9
|
Fix: 'sink' handling was broken.
llvm-svn: 51750
|
2008-05-30 06:23:29 +00:00 |
|
Tanya Lattner
|
ecd5a9390a
|
Check if llvm-gcc is available before running tests. Patch by Matthijs Kooijman!
llvm-svn: 51108
|
2008-05-14 16:32:44 +00:00 |
|
Mikhail Glushenkov
|
18508c5df4
|
Filter option names to escape symbols not allowed as C++ identifiers.
Makes it possible to use options with names like "Wa,".
Also fixes the -Wall option handling as a side-effect.
llvm-svn: 50973
|
2008-05-12 16:33:06 +00:00 |
|
Mikhail Glushenkov
|
5a403195b3
|
Move test files around a bit - fixes the reported number of test cases.
llvm-svn: 50761
|
2008-05-06 18:16:20 +00:00 |
|
Mikhail Glushenkov
|
3534026221
|
Use edge weights to choose the right linker based on input language names.
llvm-svn: 50759
|
2008-05-06 18:15:12 +00:00 |
|
Mikhail Glushenkov
|
78aa308f84
|
Add a --linker command-line option, make all tests pass.
llvm-svn: 50755
|
2008-05-06 18:13:00 +00:00 |
|
Mikhail Glushenkov
|
ffc7ee62c0
|
Add two (currently failing) tests.
llvm-svn: 50752
|
2008-05-06 18:11:21 +00:00 |
|
Mikhail Glushenkov
|
dc50e8c5fa
|
Take object file as input and handle files with the same name correctly.
llvm-svn: 50749
|
2008-05-06 18:10:20 +00:00 |
|
Mikhail Glushenkov
|
40b652c238
|
First small tests for llvmc2.
llvm-svn: 50734
|
2008-05-06 17:24:54 +00:00 |
|