- Jan 17, 2007
-
-
Reid Spencer authored
llvm-svn: 33281
-
- Jan 13, 2007
-
-
Reid Spencer authored
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
-
Reid Spencer authored
llvm-svn: 33162
-
- Jan 06, 2007
-
-
Reid Spencer authored
llvm-svn: 32952
-
Reid Spencer authored
llvm-svn: 32951
-
Reid Spencer authored
llvm-svn: 32943
-
- Jan 05, 2007
-
-
Reid Spencer authored
llvm-svn: 32915
-
Reid Spencer authored
suite has a test for renaming of global variables. llvm-svn: 32914
-
Reid Spencer authored
conflict after upgrade resulting from collapsed type planes. The test now checks to make sure llvm-upgrade produces appropriate warning messages. llvm-svn: 32913
-
Reid Spencer authored
llvm-upgrade is irrelevant for this test case. llvm-svn: 32912
-
- Jan 02, 2007
-
-
Reid Spencer authored
definitions. The assembler should produce an error on this input. llvm-svn: 32819
-
Reid Spencer authored
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
-
Reid Spencer authored
semantics are retained. llvm-svn: 32813
-
Reid Spencer authored
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
-
- Dec 31, 2006
-
-
Reid Spencer authored
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
-
- Dec 29, 2006
-
-
Reid Spencer authored
for upcoming changes to the llvm assembly grammar. llvm-svn: 32768
-
- Dec 09, 2006
-
-
Reid Spencer authored
llvm-svn: 32403
-
Reid Spencer authored
llvm-svn: 32402
-
- Dec 02, 2006
-
-
Reid Spencer authored
llvm-svn: 32130
-
Reid Spencer authored
llvm-svn: 32115
-
- Nov 27, 2006
-
-
Reid Spencer authored
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
-
- Nov 23, 2006
-
-
Reid Spencer authored
older features will be dropped soon and these test cases must not rely on the upgrade capability. llvm-svn: 31896
-
- Sep 28, 2006
-
-
Reid Spencer authored
llvm-svn: 30653
-
- May 26, 2006
-
-
Chris Lattner authored
llvm-svn: 28500
-
- Apr 12, 2006
-
-
Tanya Lattner authored
llvm-svn: 27635
-
- Mar 24, 2006
-
-
Reid Spencer authored
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
-
- Jan 05, 2006
-
-
Chris Lattner authored
llvm-svn: 25111
-
- Dec 23, 2005
-
-
Chris Lattner authored
llvm-svn: 24994
-
- Dec 22, 2005
-
-
Reid Spencer authored
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
-
- Dec 21, 2005
-
-
Chris Lattner authored
llvm-svn: 24902
-
- May 06, 2005
-
-
Chris Lattner authored
llvm-svn: 21702
-
- Mar 21, 2005
-
-
Chris Lattner authored
llvm-svn: 20734
-
- Feb 27, 2005
-
-
Chris Lattner authored
llvm-svn: 20341
-
- Feb 09, 2005
-
-
Chris Lattner authored
llvm-svn: 20088
-
- Feb 01, 2005
-
-
Chris Lattner authored
llvm-svn: 19964
-
- Jan 05, 2005
-
-
Chris Lattner authored
llvm-svn: 19285
-
- Jan 04, 2005
-
-
Chris Lattner authored
llvm-svn: 19281
-
- Dec 08, 2004
-
-
Chris Lattner authored
llvm-svn: 18609
-
- Dec 06, 2004
-
-
Reid Spencer authored
Make sure that floating point constant values outside the range of a float cannot be assigned to a constant. llvm-svn: 18582
-
- Dec 05, 2004
-
-
Chris Lattner authored
llvm-svn: 18533
-