Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 493 | -13676/+0 |
| | | | | llvm-svn: 33296 | ||||
* | testcase for PR918 | Chris Lattner | 2007-01-16 | 1 | -0/+11 |
| | | | | llvm-svn: 33253 | ||||
* | new testcase for PR1114 | Chris Lattner | 2007-01-16 | 1 | -0/+12 |
| | | | | llvm-svn: 33250 | ||||
* | Added a -mtriple flag to force darwin backend. | Bill Wendling | 2007-01-16 | 1 | -1/+1 |
| | | | | llvm-svn: 33248 | ||||
* | Fix for PR1095: | Bill Wendling | 2007-01-16 | 1 | -0/+26 |
| | | | | | | | | LLVM would miscompile ASM dialects when compiling for PPC. Added dialects for the X86 and PPC backends. It defaults to "0", the first variant of a compound inline asm expression. llvm-svn: 33246 | ||||
* | test darwin too! :) | Chris Lattner | 2007-01-15 | 1 | -1/+2 |
| | | | | llvm-svn: 33241 | ||||
* | new testcase for pr1103 | Chris Lattner | 2007-01-14 | 1 | -0/+464 |
| | | | | llvm-svn: 33188 | ||||
* | For PR1043: | Reid Spencer | 2007-01-13 | 5 | -22/+22 |
| | | | | | | | | 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 | ||||
* | Remove this obsolete test. The CBE will never be able to handle zero argument | Chris Lattner | 2007-01-13 | 1 | -12/+0 |
| | | | | | | vararg functions. llvm-svn: 33174 | ||||
* | Whoops. Give this test some input. Doubly important since its XFAIL. | Reid Spencer | 2007-01-13 | 1 | -1/+1 |
| | | | | llvm-svn: 33173 | ||||
* | This is not an upgrade candidate any more. | Reid Spencer | 2007-01-13 | 1 | -5/+5 |
| | | | | llvm-svn: 33170 | ||||
* | update this to work with recent asmprinter change | Chris Lattner | 2007-01-12 | 1 | -1/+1 |
| | | | | llvm-svn: 33143 | ||||
* | Don't add or sub zero to sp. | Lauro Ramos Venancio | 2007-01-12 | 1 | -0/+10 |
| | | | | llvm-svn: 33142 | ||||
* | Build constants using instructions mov/orr or mvn/eor. | Lauro Ramos Venancio | 2007-01-12 | 3 | -3/+10 |
| | | | | llvm-svn: 33141 | ||||
* | * PIC codegen for X86/Linux has been implemented | Anton Korobeynikov | 2007-01-12 | 8 | -0/+172 |
| | | | | | | | | * PIC-aware internal structures in X86 Codegen have been refactored * Visibility (default/weak) has been added * Docs fixes (external weak linkage, visibility, formatting) llvm-svn: 33136 | ||||
* | Test case for PR1099. | Reid Spencer | 2007-01-09 | 1 | -0/+31 |
| | | | | llvm-svn: 33033 | ||||
* | Add PR number for future reference | Chris Lattner | 2007-01-09 | 1 | -0/+1 |
| | | | | llvm-svn: 33031 | ||||
* | Fix test case. | Evan Cheng | 2007-01-09 | 1 | -1/+1 |
| | | | | llvm-svn: 33030 | ||||
* | Added a test case from PR1075. | Evan Cheng | 2007-01-08 | 1 | -0/+13 |
| | | | | llvm-svn: 33028 | ||||
* | Undo xfail now scheduler deficiency has been fixed. | Evan Cheng | 2007-01-08 | 1 | -2/+1 |
| | | | | llvm-svn: 33027 | ||||
* | new testcase | Chris Lattner | 2007-01-08 | 1 | -0/+9 |
| | | | | llvm-svn: 33023 | ||||
* | Add a test case for PR1086 | Reid Spencer | 2007-01-07 | 1 | -0/+6 |
| | | | | llvm-svn: 32977 | ||||
* | Update test case. | Evan Cheng | 2007-01-05 | 1 | -2/+0 |
| | | | | llvm-svn: 32936 | ||||
* | This test case needs parameter attributes, manually upgrade and don't | Reid Spencer | 2007-01-05 | 1 | -21/+21 |
| | | | | | | run llvm-upgrade. llvm-svn: 32926 | ||||
* | Global variables are not renamed by llvm-upgrade any more. | Reid Spencer | 2007-01-05 | 2 | -5/+5 |
| | | | | llvm-svn: 32925 | ||||
* | Update for change in parameter attribute syntax. | Reid Spencer | 2007-01-05 | 1 | -1/+1 |
| | | | | llvm-svn: 32924 | ||||
* | Update for change in parameter attributes syntax. | Reid Spencer | 2007-01-05 | 1 | -32/+32 |
| | | | | llvm-svn: 32923 | ||||
* | Wrap long RUN: line. | Reid Spencer | 2007-01-05 | 1 | -2/+4 |
| | | | | llvm-svn: 32922 | ||||
* | Globals are not renamed any more. | Reid Spencer | 2007-01-05 | 1 | -1/+1 |
| | | | | llvm-svn: 32921 | ||||
* | This test case needs zext and sext attributes so manually upgrade it and | Reid Spencer | 2007-01-05 | 1 | -13/+13 |
| | | | | | | don't run llvm-upgrade. llvm-svn: 32920 | ||||
* | Changes to parameter attribute syntax. | Reid Spencer | 2007-01-05 | 2 | -2/+2 |
| | | | | llvm-svn: 32919 | ||||
* | Changes to parameter attributes syntax. | Reid Spencer | 2007-01-05 | 1 | -13/+13 |
| | | | | llvm-svn: 32918 | ||||
* | Globals are not being renamed any more. | Reid Spencer | 2007-01-05 | 2 | -2/+2 |
| | | | | llvm-svn: 32917 | ||||
* | This test case has been translated to 2.0 assembly so don't run | Reid Spencer | 2007-01-05 | 1 | -1/+1 |
| | | | | | | llvm-upgrade on it. llvm-svn: 32916 | ||||
* | Give the assembler some input. | Reid Spencer | 2007-01-05 | 1 | -3/+4 |
| | | | | llvm-svn: 32903 | ||||
* | Add a test case for SSE fcopysign using SSE bitwise operations. | Evan Cheng | 2007-01-05 | 1 | -0/+18 |
| | | | | llvm-svn: 32901 | ||||
* | add missing flags | Chris Lattner | 2007-01-04 | 1 | -2/+2 |
| | | | | llvm-svn: 32885 | ||||
* | new testcase | Chris Lattner | 2007-01-04 | 1 | -0/+10 |
| | | | | llvm-svn: 32883 | ||||
* | Add test for constructor and destructor sections. | Lauro Ramos Venancio | 2007-01-04 | 1 | -0/+16 |
| | | | | llvm-svn: 32873 | ||||
* | Add extload(i1) test. | Lauro Ramos Venancio | 2007-01-04 | 1 | -0/+22 |
| | | | | llvm-svn: 32872 | ||||
* | Add test for FCOPYSIGN. | Lauro Ramos Venancio | 2007-01-04 | 1 | -0/+21 |
| | | | | llvm-svn: 32871 | ||||
* | Update test cases that grepped for register names that have now changed | Reid Spencer | 2007-01-03 | 3 | -9/+14 |
| | | | | | | as a result of llvm-upgrade handling collapsed type planes better. llvm-svn: 32849 | ||||
* | It is no longer permissible to have undefined types in function parameters. | Reid Spencer | 2007-01-03 | 1 | -0/+4 |
| | | | | | | Just fix it by defining the type as opaque. llvm-svn: 32838 | ||||
* | Fix this test case. It is no longer permissible to have undefined types | Reid Spencer | 2007-01-03 | 1 | -0/+4 |
| | | | | | | in function parameters. Fix by just defining the type as opaque. llvm-svn: 32837 | ||||
* | Fix this test cases to use parameter attributes for its parameter and | Reid Spencer | 2007-01-03 | 2 | -114/+111 |
| | | | | | | | result types. These tests are checking for sext behavior and it won't happen unless requested with the parameter attribute. llvm-svn: 32828 | ||||
* | This test case previously passed the assembler without error even though | Reid Spencer | 2007-01-02 | 1 | -0/+2 |
| | | | | | | | it used an undefined type name as a parameter argument. This bug in the assembler has been fixed and it is now necessary to define the type. llvm-svn: 32826 | ||||
* | For PR1070: | Reid Spencer | 2007-01-02 | 2 | -10/+10 |
| | | | | | | | | | | 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 | ||||
* | For PR1070: | Reid Spencer | 2007-01-02 | 4 | -18/+26 |
| | | | | | | | Revert previous patch now that llvm-upgrade can handle collapsed type plane conversion properly. llvm-svn: 32814 | ||||
* | Reverse last patch, committed by accident. | Reid Spencer | 2007-01-02 | 1 | -2/+0 |
| | | | | llvm-svn: 32809 | ||||
* | Fix this test case to be legal. There is no ubyte %tmp ever defined! | Reid Spencer | 2007-01-02 | 1 | -0/+2 |
| | | | | llvm-svn: 32808 |