summaryrefslogtreecommitdiff
path: root/test/CodeGen
Commit message (Expand)AuthorAge
* Test case for PR1099.Reid Spencer2007-01-09
* Add PR number for future referenceChris Lattner2007-01-09
* Fix test case.Evan Cheng2007-01-09
* Added a test case from PR1075.Evan Cheng2007-01-08
* Undo xfail now scheduler deficiency has been fixed.Evan Cheng2007-01-08
* new testcaseChris Lattner2007-01-08
* Add a test case for PR1086Reid Spencer2007-01-07
* Update test case.Evan Cheng2007-01-05
* This test case needs parameter attributes, manually upgrade and don'tReid Spencer2007-01-05
* Global variables are not renamed by llvm-upgrade any more.Reid Spencer2007-01-05
* Update for change in parameter attribute syntax.Reid Spencer2007-01-05
* Update for change in parameter attributes syntax.Reid Spencer2007-01-05
* Wrap long RUN: line.Reid Spencer2007-01-05
* Globals are not renamed any more.Reid Spencer2007-01-05
* This test case needs zext and sext attributes so manually upgrade it andReid Spencer2007-01-05
* Changes to parameter attribute syntax.Reid Spencer2007-01-05
* Changes to parameter attributes syntax.Reid Spencer2007-01-05
* Globals are not being renamed any more.Reid Spencer2007-01-05
* This test case has been translated to 2.0 assembly so don't runReid Spencer2007-01-05
* Give the assembler some input.Reid Spencer2007-01-05
* Add a test case for SSE fcopysign using SSE bitwise operations.Evan Cheng2007-01-05
* add missing flagsChris Lattner2007-01-04
* new testcaseChris Lattner2007-01-04
* Add test for constructor and destructor sections.Lauro Ramos Venancio2007-01-04
* Add extload(i1) test.Lauro Ramos Venancio2007-01-04
* Add test for FCOPYSIGN.Lauro Ramos Venancio2007-01-04
* Update test cases that grepped for register names that have now changedReid Spencer2007-01-03
* It is no longer permissible to have undefined types in function parameters.Reid Spencer2007-01-03
* Fix this test case. It is no longer permissible to have undefined typesReid Spencer2007-01-03
* Fix this test cases to use parameter attributes for its parameter andReid Spencer2007-01-03
* This test case previously passed the assembler without error even thoughReid Spencer2007-01-02
* For PR1070:Reid Spencer2007-01-02
* For PR1070:Reid Spencer2007-01-02
* Reverse last patch, committed by accident.Reid Spencer2007-01-02
* Fix this test case to be legal. There is no ubyte %tmp ever defined!Reid Spencer2007-01-02
* implement missing comparesRafael Espindola2006-12-31
* For PR950:Reid Spencer2006-12-31
* Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer2006-12-29
* add a generic component to this testChris Lattner2006-12-22
* let this pass for ppc/linuxChris Lattner2006-12-22
* Integer constants now print out as signed values in the assembly,Reid Spencer2006-12-21
* These tests all rely on using register mnemonics and thus must behave in theJim Laskey2006-12-21
* This test needs to be upgraded for the forthcoming FCmpInst patch.Reid Spencer2006-12-19
* This test needs to be upgraded for the FCmpInst patch.Reid Spencer2006-12-19
* testcase for pr1061Chris Lattner2006-12-19
* This test needs to be upgraded in preparation for the SETCC patch.Reid Spencer2006-12-19
* This test needs to be upgraded.Reid Spencer2006-12-19
* testcase for pr1049Chris Lattner2006-12-16
* Fix one more broken testcaseChris Lattner2006-12-16
* avoid using a constant table when a constant can be used inlineRafael Espindola2006-12-14