Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disambiguate function names in some CodeGen tests. (Some tests were using fun... | Stephen Lin | 2013-07-18 | 1 | -4/+4 |
* | Mark FMA4 instructions as commutable and add them to the folding tables. | Craig Topper | 2012-08-31 | 1 | -0/+29 |
* | Mark FMA3 instructions as commutable so that the operands to the multiply par... | Craig Topper | 2012-08-31 | 1 | -15/+15 |
* | Add support for converting llvm.fma to fma4 instructions. | Craig Topper | 2012-08-31 | 1 | -0/+43 |
* | llvm/test/CodeGen/X86/fma_patterns.ll: Add -mtriple=x86_64. It was incompatib... | NAKAMURA Takumi | 2012-08-27 | 1 | -1/+1 |
* | FMA3 tests on bdver2 target for changes made in rev 162012. Also made | Anitha Boyapati | 2012-08-27 | 1 | -0/+1 |
* | Line endings. | Matt Beaumont-Gay | 2012-08-01 | 1 | -139/+139 |
* | Added FMA functionality to X86 target. | Elena Demikhovsky | 2012-08-01 | 1 | -0/+139 |