| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
| |
llvm-svn: 33296
|
| |
|
|
| |
llvm-svn: 33281
|
| |
|
|
|
|
|
|
| |
Bye, Bye Booly. Remove the use of the bool type from non-upgraded test
cases and from grep expressions. The parser doesn't accept it and the
asm writer doesn't produce it any more.
llvm-svn: 33183
|
| |
|
|
| |
llvm-svn: 33162
|
| |
|
|
| |
llvm-svn: 32952
|
| |
|
|
| |
llvm-svn: 32951
|
| |
|
|
| |
llvm-svn: 32943
|
| |
|
|
| |
llvm-svn: 32915
|
| |
|
|
|
|
| |
suite has a test for renaming of global variables.
llvm-svn: 32914
|
| |
|
|
|
|
|
| |
conflict after upgrade resulting from collapsed type planes. The test now
checks to make sure llvm-upgrade produces appropriate warning messages.
llvm-svn: 32913
|
| |
|
|
|
|
| |
llvm-upgrade is irrelevant for this test case.
llvm-svn: 32912
|
| |
|
|
|
|
| |
definitions. The assembler should produce an error on this input.
llvm-svn: 32819
|
| |
|
|
|
|
|
|
|
|
| |
Tweak the RUN: lines of these tests to accommodate the renaming of
variables done by llvm-upgrade. The renaming occurs as a result of avoiding
name collisons for collapsed type planes. Conflicting names have a .u
(unsigned) or .s (signed) suffix added. This patch updates the grep
expression to accommodate the new names.
llvm-svn: 32815
|
| |
|
|
|
|
| |
semantics are retained.
llvm-svn: 32813
|
| |
|
|
|
|
|
| |
Add a test case to ensure that llvm-upgrade retains correct semantics
for the previous definition of "cast to bool" which compared against null.
llvm-svn: 32812
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Update the test suite to accommodate the change from signed integer types
to signless integer types. The changes were of only a few kinds:
1. Make sure llvm-upgrade is run on the source which does the bulk of the
changes automatically.
2. Change things like "grep 'int'" to "grep 'i32'"
3. In several tests bitcasting caused the same name to be reused in the
same type plane. These had to be manually fixed. The fix was (generally)
to leave the bitcast and provide the instruction with a new name. This
should not affect the semantics of the test. In a few cases, the
bitcasts were known to be superfluous and irrelevant to the test case
so they were removed.
4. One test case uses a bytecode file which needed to be updated to the
latest bytecode format.
llvm-svn: 32789
|
| |
|
|
|
|
| |
for upcoming changes to the llvm assembly grammar.
llvm-svn: 32768
|
| |
|
|
| |
llvm-svn: 32403
|
| |
|
|
| |
llvm-svn: 32402
|
| |
|
|
| |
llvm-svn: 32130
|
| |
|
|
| |
llvm-svn: 32115
|
| |
|
|
|
|
|
|
|
|
| |
The long awaited CAST patch. This introduces 12 new instructions into LLVM
to replace the cast instruction. Corresponding changes throughout LLVM are
provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the
exception of 175.vpr which fails only on a slight floating point output
difference.
llvm-svn: 31931
|
| |
|
|
|
|
|
| |
older features will be dropped soon and these test cases must not rely
on the upgrade capability.
llvm-svn: 31896
|
| |
|
|
| |
llvm-svn: 30653
|
| |
|
|
| |
llvm-svn: 28500
|
| |
|
|
| |
llvm-svn: 27635
|
| |
|
|
|
|
|
|
| |
with srcdir = objdir to see what's okay and what's cruft. So, in goes a
bunch of .cvsignore files to shut cvs up about known output from running
"make check".
llvm-svn: 27009
|
| |
|
|
| |
llvm-svn: 25111
|
| |
|
|
| |
llvm-svn: 24994
|
| |
|
|
|
|
|
|
| |
Implement the suggested check to ensure that out-of-range float constants
don't get accepted by LLVM accidentally. Adjust the supporting test cases
as well.
llvm-svn: 24963
|
| |
|
|
| |
llvm-svn: 24902
|
| |
|
|
| |
llvm-svn: 21702
|
| |
|
|
| |
llvm-svn: 20734
|
| |
|
|
| |
llvm-svn: 20341
|
| |
|
|
| |
llvm-svn: 20088
|
| |
|
|
| |
llvm-svn: 19964
|
| |
|
|
| |
llvm-svn: 19285
|
| |
|
|
| |
llvm-svn: 19281
|
| |
|
|
|
|
| |
testcases.
llvm-svn: 18609
|
| |
|
|
|
|
|
| |
Make sure that floating point constant values outside the range of a float
cannot be assigned to a constant.
llvm-svn: 18582
|
| |
|
|
| |
llvm-svn: 18533
|
| |
|
|
| |
llvm-svn: 18529
|
| |
|
|
| |
llvm-svn: 18304
|
| |
|
|
| |
llvm-svn: 18020
|
| |
|
|
|
|
| |
run specific tests (located in some subdirectory of Regression)
llvm-svn: 17712
|
| |
|
|
| |
llvm-svn: 17571
|
| |
|
|
| |
llvm-svn: 17570
|
| |
|
|
| |
llvm-svn: 17556
|
| |
|
|
| |
llvm-svn: 17528
|
| |
|
|
| |
llvm-svn: 17514
|