summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/CBackend
Commit message (Expand)AuthorAgeFilesLines
* Fix an erroneous check for isFNeg; the FNeg case is handledDan Gohman2009-06-041-0/+7
* Split the Add, Sub, and Mul instruction opcodes into separateDan Gohman2009-06-043-4/+4
* Fix PR2907 by digging through constant expressions to find FP constants thatChris Lattner2008-10-221-0/+29
* In the CBackend, use casts to force integer add, subtract, andDan Gohman2008-07-182-1/+14
* Remove invalid testAnton Korobeynikov2008-06-081-141/+0
* Testcase for PR2418Anton Korobeynikov2008-06-061-0/+141
* Rewrite a bunch of the CBE's inline asm code, giving it theChris Lattner2008-06-041-0/+12
* Implement CBE support for first-class structs and array values,Dan Gohman2008-06-021-1/+1
* update this patch to handle an extraneous &1. This should be pulledChris Lattner2008-05-311-2/+1
* Fix the CBE's handling of instructions whose result is an i1. Previously,Chris Lattner2008-05-311-0/+14
* Add support for multiple-return values in inline asm. This shouldChris Lattner2008-05-221-0/+19
* sabre brings to my attention that the 'tr' suffix is also obsoleteGabor Greif2008-05-201-1/+1
* Rename the last test with .llx extension to .ll, resolve duplicate test by re...Gabor Greif2008-05-201-1/+1
* rename *.llx -> *.llChris Lattner2008-04-196-0/+0
* remove an execution test.Chris Lattner2008-03-101-17/+0
* add a testcase for misc vector stuffChris Lattner2008-03-021-0/+37
* Update testcase.Lauro Ramos Venancio2008-02-281-1/+1
* Remove llvm-upgrade and update tests.Tanya Lattner2008-02-1944-264/+262
* CBackend: Implement unaligned load/store.Lauro Ramos Venancio2008-02-011-0/+15
* Change all floating constants that are not exactlyDale Johannesen2007-09-051-2/+2
* Convert tests using "| wc -l | grep ..." to use the count script.Dan Gohman2007-08-151-1/+1
* The Ada f-e produces various auxiliary output filesDuncan Sands2007-07-231-1/+1
* It's not necessary to do rounding for alloca operations when the requestedDan Gohman2007-07-1851-0/+531