summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CodeGen
Commit message (Collapse)AuthorAgeFilesLines
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-17493-13676/+0
| | | | llvm-svn: 33296
* testcase for PR918Chris Lattner2007-01-161-0/+11
| | | | llvm-svn: 33253
* new testcase for PR1114Chris Lattner2007-01-161-0/+12
| | | | llvm-svn: 33250
* Added a -mtriple flag to force darwin backend.Bill Wendling2007-01-161-1/+1
| | | | llvm-svn: 33248
* Fix for PR1095:Bill Wendling2007-01-161-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 Lattner2007-01-151-1/+2
| | | | llvm-svn: 33241
* new testcase for pr1103Chris Lattner2007-01-141-0/+464
| | | | llvm-svn: 33188
* For PR1043:Reid Spencer2007-01-135-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 argumentChris Lattner2007-01-131-12/+0
| | | | | | vararg functions. llvm-svn: 33174
* Whoops. Give this test some input. Doubly important since its XFAIL.Reid Spencer2007-01-131-1/+1
| | | | llvm-svn: 33173
* This is not an upgrade candidate any more.Reid Spencer2007-01-131-5/+5
| | | | llvm-svn: 33170
* update this to work with recent asmprinter changeChris Lattner2007-01-121-1/+1
| | | | llvm-svn: 33143
* Don't add or sub zero to sp.Lauro Ramos Venancio2007-01-121-0/+10
| | | | llvm-svn: 33142
* Build constants using instructions mov/orr or mvn/eor.Lauro Ramos Venancio2007-01-123-3/+10
| | | | llvm-svn: 33141
* * PIC codegen for X86/Linux has been implementedAnton Korobeynikov2007-01-128-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 Spencer2007-01-091-0/+31
| | | | llvm-svn: 33033
* Add PR number for future referenceChris Lattner2007-01-091-0/+1
| | | | llvm-svn: 33031
* Fix test case.Evan Cheng2007-01-091-1/+1
| | | | llvm-svn: 33030
* Added a test case from PR1075.Evan Cheng2007-01-081-0/+13
| | | | llvm-svn: 33028
* Undo xfail now scheduler deficiency has been fixed.Evan Cheng2007-01-081-2/+1
| | | | llvm-svn: 33027
* new testcaseChris Lattner2007-01-081-0/+9
| | | | llvm-svn: 33023
* Add a test case for PR1086Reid Spencer2007-01-071-0/+6
| | | | llvm-svn: 32977
* Update test case.Evan Cheng2007-01-051-2/+0
| | | | llvm-svn: 32936
* This test case needs parameter attributes, manually upgrade and don'tReid Spencer2007-01-051-21/+21
| | | | | | run llvm-upgrade. llvm-svn: 32926
* Global variables are not renamed by llvm-upgrade any more.Reid Spencer2007-01-052-5/+5
| | | | llvm-svn: 32925
* Update for change in parameter attribute syntax.Reid Spencer2007-01-051-1/+1
| | | | llvm-svn: 32924
* Update for change in parameter attributes syntax.Reid Spencer2007-01-051-32/+32
| | | | llvm-svn: 32923
* Wrap long RUN: line.Reid Spencer2007-01-051-2/+4
| | | | llvm-svn: 32922
* Globals are not renamed any more.Reid Spencer2007-01-051-1/+1
| | | | llvm-svn: 32921
* This test case needs zext and sext attributes so manually upgrade it andReid Spencer2007-01-051-13/+13
| | | | | | don't run llvm-upgrade. llvm-svn: 32920
* Changes to parameter attribute syntax.Reid Spencer2007-01-052-2/+2
| | | | llvm-svn: 32919
* Changes to parameter attributes syntax.Reid Spencer2007-01-051-13/+13
| | | | llvm-svn: 32918
* Globals are not being renamed any more.Reid Spencer2007-01-052-2/+2
| | | | llvm-svn: 32917
* This test case has been translated to 2.0 assembly so don't runReid Spencer2007-01-051-1/+1
| | | | | | llvm-upgrade on it. llvm-svn: 32916
* Give the assembler some input.Reid Spencer2007-01-051-3/+4
| | | | llvm-svn: 32903
* Add a test case for SSE fcopysign using SSE bitwise operations.Evan Cheng2007-01-051-0/+18
| | | | llvm-svn: 32901
* add missing flagsChris Lattner2007-01-041-2/+2
| | | | llvm-svn: 32885
* new testcaseChris Lattner2007-01-041-0/+10
| | | | llvm-svn: 32883
* Add test for constructor and destructor sections.Lauro Ramos Venancio2007-01-041-0/+16
| | | | llvm-svn: 32873
* Add extload(i1) test.Lauro Ramos Venancio2007-01-041-0/+22
| | | | llvm-svn: 32872
* Add test for FCOPYSIGN.Lauro Ramos Venancio2007-01-041-0/+21
| | | | llvm-svn: 32871
* Update test cases that grepped for register names that have now changedReid Spencer2007-01-033-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 Spencer2007-01-031-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 typesReid Spencer2007-01-031-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 andReid Spencer2007-01-032-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 thoughReid Spencer2007-01-021-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 Spencer2007-01-022-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 Spencer2007-01-024-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 Spencer2007-01-021-2/+0
| | | | llvm-svn: 32809
* Fix this test case to be legal. There is no ubyte %tmp ever defined!Reid Spencer2007-01-021-0/+2
| | | | llvm-svn: 32808
OpenPOWER on IntegriCloud