summaryrefslogtreecommitdiff
path: root/test/CodeGen/CBackend
Commit message (Expand)AuthorAge
* Eliminate more uses of llvm-as and llvm-dis.Dan Gohman2009-09-09
* Fix an erroneous check for isFNeg; the FNeg case is handledDan Gohman2009-06-04
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-04
* Fix PR2907 by digging through constant expressions to find FP constants thatChris Lattner2008-10-22
* In the CBackend, use casts to force integer add, subtract, andDan Gohman2008-07-18
* Remove invalid testAnton Korobeynikov2008-06-08
* Testcase for PR2418Anton Korobeynikov2008-06-06
* Rewrite a bunch of the CBE's inline asm code, giving it theChris Lattner2008-06-04
* Implement CBE support for first-class structs and array values,Dan Gohman2008-06-02
* update this patch to handle an extraneous &1. This should be pulledChris Lattner2008-05-31
* Fix the CBE's handling of instructions whose result is an i1. Previously,Chris Lattner2008-05-31
* Add support for multiple-return values in inline asm. This shouldChris Lattner2008-05-22
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-20
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-20
* rename *.llx -> *.llChris Lattner2008-04-19
* remove an execution test.Chris Lattner2008-03-10
* add a testcase for misc vector stuffChris Lattner2008-03-02
* Update testcase.Lauro Ramos Venancio2008-02-28
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-19
* CBackend: Implement unaligned load/store.Lauro Ramos Venancio2008-02-01
* Change all floating constants that are not exactlyDale Johannesen2007-09-05
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-15
* The Ada f-e produces various auxiliary output filesDuncan Sands2007-07-23
* Remove insignificant test no longer needed.Reid Spencer2007-07-16
* Handle packed structs in the CBackend.Lauro Ramos Venancio2007-07-11
* Convert .cvsignore filesJohn Criswell2007-06-29
* Reverse last patch .. premature. Depends on uncommitted CBE patch.Reid Spencer2007-05-14
* Update this test to match the (corrected) output from the CBE.Reid Spencer2007-05-14
* Use the llvm_supports_target function to prevent running of tests forReid Spencer2007-04-21
* For PR1319:Reid Spencer2007-04-16
* fix incorrectly upgraded test, add PR#Chris Lattner2007-04-16
* For PR1336:Reid Spencer2007-04-16
* For PR1336:Reid Spencer2007-04-15
* Make this test work.Reid Spencer2007-04-15
* For PR1319: Upgrade to use new test harnessReid Spencer2007-04-15
* Make the llvm-runtest function much more amenable by eliminating all theReid Spencer2007-04-11
* Remove use of implementation keyword.Reid Spencer2007-03-28
* Make the testcase correct.Bill Wendling2007-02-23
* Testcase for PR1164Bill Wendling2007-02-23
* PR1164:Bill Wendling2007-02-23
* Update this test to compile properly and check against the correctReid Spencer2007-02-15
* testcase for pr1181Chris Lattner2007-02-06
* For PR761:Reid Spencer2007-01-26
* For PR1028:Reid Spencer2007-01-17
* testcase for PR918Chris Lattner2007-01-16
* Remove this obsolete test. The CBE will never be able to handle zero argumentChris Lattner2007-01-13
* Whoops. Give this test some input. Doubly important since its XFAIL.Reid Spencer2007-01-13
* This is not an upgrade candidate any more.Reid Spencer2007-01-13
* Test case for PR1099.Reid Spencer2007-01-09
* Add a test case for PR1086Reid Spencer2007-01-07