| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | R600: Reorganize lit tests and document how they should be organized | Tom Stellard | 2013-04-19 | 1 | -53/+0 |
| | | | | | llvm-svn: 179828 | ||||
| * | R600: Emit function name in the AsmPrinter | Tom Stellard | 2013-02-05 | 1 | -0/+4 |
| | | | | | | | | | Emitting the function name allows us to check for it in the FileCheck tests so we can make sure FileCheck is checking the output of the correct function. llvm-svn: 174392 | ||||
| * | DAGCombiner: Avoid generating illegal vector INT_TO_FP nodes | Tom Stellard | 2013-01-02 | 1 | -3/+0 |
| | | | | | | | | | | | | | | | DAGCombiner::reduceBuildVecConvertToConvertBuildVec() was making two mistakes: 1. It was checking the legality of scalar INT_TO_FP nodes and then generating vector nodes. 2. It was passing the result value type to TargetLoweringInfo::getOperationAction() when it should have been passing the value type of the first operand. llvm-svn: 171420 | ||||
| * | R600: Expand vec4 INT <-> FP conversions | Tom Stellard | 2012-12-21 | 1 | -0/+52 |
| llvm-svn: 170901 | |||||

