Daniel Dunbar
|
4274685b63
|
Pass '-mcpu' 'FOO' instead of '-mcpu=FOO'.
llvm-svn: 89498
|
2009-11-20 22:21:52 +00:00 |
Chris Lattner
|
9b24e8aba6
|
daniel really wants this in the testsuite.
llvm-svn: 84354
|
2009-10-17 20:37:18 +00:00 |
Mike Stump
|
11289f4280
|
Remove tabs, and whitespace cleanups.
llvm-svn: 81346
|
2009-09-09 15:08:12 +00:00 |
Eli Friedman
|
07bbeca406
|
PR4339: make sure to properly extend/trunc the index of a vector element
insert/extract; the relevant instructions are defined to take only an
i32.
llvm-svn: 73005
|
2009-06-06 19:09:26 +00:00 |
Eli Friedman
|
7c7a0e86ae
|
Fix silly mistake in test.
llvm-svn: 67897
|
2009-03-28 03:14:28 +00:00 |
Eli Friedman
|
e381f7e3e9
|
Misc small fixes/cleanups/comment changes.
llvm-svn: 67895
|
2009-03-28 02:45:41 +00:00 |
Daniel Dunbar
|
a45cf5b6b0
|
Rename clang to clang-cc.
Tests and drivers updated, still need to shuffle dirs.
llvm-svn: 67602
|
2009-03-24 02:24:46 +00:00 |
Douglas Gregor
|
d42a0fb41b
|
Upgrade the "excess elements in array initializer" warning to an
error, since both C99 and C++ consider it an error. For reference, GCC
makes this a warning while G++ makes it an error.
llvm-svn: 63435
|
2009-01-30 22:26:29 +00:00 |
Chris Lattner
|
75441a3870
|
eliminate some random .ll file outputs
llvm-svn: 63117
|
2009-01-27 18:56:08 +00:00 |
Daniel Dunbar
|
19d84c3c51
|
Update a number of CodeGen tests to not create .ll files in the test
directory.
- Removed .ll from the svn:ignore lists to try and prevent this.
- Added svn:ignore on test/Misc/Output
llvm-svn: 55104
|
2008-08-21 02:51:29 +00:00 |
Eli Friedman
|
f7fe41656c
|
Fix constant vector init for initializer lists with an incomplete list
of elements.
llvm-svn: 51769
|
2008-05-30 12:02:14 +00:00 |
Anders Carlsson
|
6fa0813186
|
Add RUN line.
llvm-svn: 46663
|
2008-02-02 04:49:12 +00:00 |
Anders Carlsson
|
53fef5d9d6
|
Add trailing newline.
llvm-svn: 46652
|
2008-02-01 23:27:51 +00:00 |
Anders Carlsson
|
0b05d041f2
|
Only OCU vectors can be splatted.
llvm-svn: 46651
|
2008-02-01 23:17:55 +00:00 |