| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix an erroneous check for isFNeg; the FNeg case is handled | Dan Gohman | 2009-06-04 | 1 | -0/+7 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 3 | -4/+4 |
* | Fix PR2907 by digging through constant expressions to find FP constants that | Chris Lattner | 2008-10-22 | 1 | -0/+29 |
* | In the CBackend, use casts to force integer add, subtract, and | Dan Gohman | 2008-07-18 | 2 | -1/+14 |
* | Remove invalid test | Anton Korobeynikov | 2008-06-08 | 1 | -141/+0 |
* | Testcase for PR2418 | Anton Korobeynikov | 2008-06-06 | 1 | -0/+141 |
* | Rewrite a bunch of the CBE's inline asm code, giving it the | Chris Lattner | 2008-06-04 | 1 | -0/+12 |
* | Implement CBE support for first-class structs and array values, | Dan Gohman | 2008-06-02 | 1 | -1/+1 |
* | update this patch to handle an extraneous &1. This should be pulled | Chris Lattner | 2008-05-31 | 1 | -2/+1 |
* | Fix the CBE's handling of instructions whose result is an i1. Previously, | Chris Lattner | 2008-05-31 | 1 | -0/+14 |
* | Add support for multiple-return values in inline asm. This should | Chris Lattner | 2008-05-22 | 1 | -0/+19 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | rename *.llx -> *.ll | Chris Lattner | 2008-04-19 | 6 | -0/+0 |
* | remove an execution test. | Chris Lattner | 2008-03-10 | 1 | -17/+0 |
* | add a testcase for misc vector stuff | Chris Lattner | 2008-03-02 | 1 | -0/+37 |
* | Update testcase. | Lauro Ramos Venancio | 2008-02-28 | 1 | -1/+1 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-02-19 | 44 | -264/+262 |
* | CBackend: Implement unaligned load/store. | Lauro Ramos Venancio | 2008-02-01 | 1 | -0/+15 |
* | Change all floating constants that are not exactly | Dale Johannesen | 2007-09-05 | 1 | -2/+2 |
* | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 1 | -1/+1 |
* | The Ada f-e produces various auxiliary output files | Duncan Sands | 2007-07-23 | 1 | -1/+1 |
* | It's not necessary to do rounding for alloca operations when the requested | Dan Gohman | 2007-07-18 | 51 | -0/+531 |