| Commit message (Expand) | Author | Age | Files | Lines |
* | Sorry about the churn. One more change to getOptimalMemOpType() hook. Did I | Evan Cheng | 2012-12-12 | 9 | -38/+37 |
* | Fix the ascii drawing that was ruined when I split the H and CPP | Nadav Rotem | 2012-12-12 | 1 | -10/+10 |
* | - Rename isLegalMemOpType to isSafeMemOpType. "Legal" is a very overloade term. | Evan Cheng | 2012-12-12 | 9 | -36/+26 |
* | fix a typo. | Nadav Rotem | 2012-12-12 | 1 | -1/+1 |
* | DAGCombine: clamp hi bit in APInt::getBitsSet to avoid assertion | Manman Ren | 2012-12-12 | 1 | -1/+2 |
* | LoopVectorizer: When -Os is used, vectorize only loops that dont require a ta... | Nadav Rotem | 2012-12-12 | 4 | -29/+68 |
* | Avoid using lossy load / stores for memcpy / memset expansion. e.g. | Evan Cheng | 2012-12-12 | 5 | -15/+47 |
* | Have SimplifyBinOp call the new FAdd/FSub/FMul helpers, with fast-math flags off | Michael Ilseman | 2012-12-12 | 1 | -0/+8 |
* | - Fix a problematic way in creating all-the-1 APInt. | Shuxin Yang | 2012-12-12 | 1 | -2/+4 |
* | Remove redunant optimizations from InstCombine, instead call the appropriate ... | Michael Ilseman | 2012-12-12 | 2 | -30/+9 |
* | Added a slew of SimplifyInstruction floating-point optimizations, many of whi... | Michael Ilseman | 2012-12-12 | 1 | -10/+109 |
* | Trim unneeded header #include. | Jim Grosbach | 2012-12-11 | 1 | -1/+0 |
* | ARM: Remove old testing option. | Jim Grosbach | 2012-12-11 | 1 | -5/+1 |
* | ARM: Remove old testing options. | Jim Grosbach | 2012-12-11 | 1 | -13/+0 |
* | Replace TargetLowering::isIntImmLegal() with | Evan Cheng | 2012-12-11 | 4 | -23/+51 |
* | PR14574. Fix a bug in the code that calculates the mask the converted PHIs in... | Nadav Rotem | 2012-12-11 | 1 | -1/+1 |
* | Add R600 backend | Tom Stellard | 2012-12-11 | 105 | -1/+19559 |
* | This patch implements the general dynamic TLS model for 64-bit PowerPC. | Bill Schmidt | 2012-12-11 | 11 | -14/+175 |
* | Update some comments. | Eric Christopher | 2012-12-11 | 2 | -6/+6 |
* | Loop Vectorize: optimize the vectorization of trunc(induction_var). The trunc... | Nadav Rotem | 2012-12-11 | 1 | -1/+13 |
* | Remove the RelaxAll overrule in MCAssembler::fixupNeedsRelaxation, | Eli Bendersky | 2012-12-11 | 1 | -3/+2 |
* | Use an ArrayRef instead of a std::vector&. | Rafael Espindola | 2012-12-11 | 1 | -4/+4 |
* | Add comment for load folding | Joel Jones | 2012-12-11 | 1 | -0/+5 |
* | [msan] Use explicitely aligned stores and loads with function argument shadow. | Evgeniy Stepanov | 2012-12-11 | 1 | -8/+13 |
* | Revert EVT->MVT changes, r169836-169851, due to buildbot failures. | Patrik Hagglund | 2012-12-11 | 24 | -180/+176 |
* | Holding my nose and moving the accumulation routine to GEPOperator | Chandler Carruth | 2012-12-11 | 2 | -62/+3 |
* | Hoist the GEP constant address offset computation to a common home on | Chandler Carruth | 2012-12-11 | 2 | -23/+34 |
* | Change RegVT in BitTestBlock and RegsForValue, to contain MVTs, | Patrik Hagglund | 2012-12-11 | 2 | -13/+12 |
* | Change TargetLowering::getTypeForExtArgOrReturn to take and return | Patrik Hagglund | 2012-12-11 | 3 | -6/+7 |
* | Change a parameter of TargetLowering::getVectorTypeBreakdown to MVT, | Patrik Hagglund | 2012-12-11 | 2 | -14/+19 |
* | Change TargetLowering::RegisterTypeForVT to contain MVTs, instead of | Patrik Hagglund | 2012-12-11 | 6 | -20/+20 |
* | Change TargetLowering::TransformToType to contain MVTs, instead of | Patrik Hagglund | 2012-12-11 | 1 | -4/+4 |
* | Change TargetLowering::findRepresentativeClass to take an MVT, instead | Patrik Hagglund | 2012-12-11 | 5 | -8/+8 |
* | Change TargetLowering::getTypeToPromoteTo to take and return MVTs, | Patrik Hagglund | 2012-12-11 | 2 | -8/+8 |
* | Change TargetLowering::isCondCodeLegal to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-11 | 2 | -12/+15 |
* | Change TargetLowering::getCondCodeAction to take an MVT, instead of | Patrik Hagglund | 2012-12-11 | 2 | -4/+4 |
* | Change TargetLowering::getTruncStoreAction to take MVTs, instead of EVTs. | Patrik Hagglund | 2012-12-11 | 2 | -3/+4 |
* | Change TargetLowering::getLoadExtAction to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-11 | 2 | -2/+2 |
* | Change TargetLowering::setTypeAction to take an MVT, instead fo EVT. | Patrik Hagglund | 2012-12-11 | 1 | -1/+1 |
* | Change TargetLowering::getRepRegClassFor to take an MVT, instead of | Patrik Hagglund | 2012-12-11 | 4 | -12/+12 |
* | Change TargetLowering::getRegClassFor to take an MVT, instead of EVT. | Patrik Hagglund | 2012-12-11 | 10 | -73/+68 |
* | [CMake] Remove dependencies to intrinsics_gen I introduced in r169724. | NAKAMURA Takumi | 2012-12-11 | 3 | -3/+3 |
* | Use multiclass for new-value store instructions with MEMri operand. | Jyotsna Verma | 2012-12-11 | 1 | -148/+46 |
* | Fix PR14565. Don't if-convert loops that have switch statements in them. | Nadav Rotem | 2012-12-11 | 1 | -0/+4 |
* | Stylistic tweak. | Evan Cheng | 2012-12-11 | 1 | -9/+8 |
* | Fix a miscompile in the DAG combiner. Previously, we would incorrectly | Chandler Carruth | 2012-12-11 | 1 | -2/+6 |
* | Fall back to the selection dag isel to select tail calls. | Chad Rosier | 2012-12-11 | 4 | -10/+14 |
* | Refactor out the abbreviation handling into a separate class that | Eric Christopher | 2012-12-10 | 2 | -24/+57 |
* | Some enhancements for memcpy / memset inline expansion. | Evan Cheng | 2012-12-10 | 8 | -41/+139 |
* | Optimistically analyse Phi cycles | Arnold Schwaighofer | 2012-12-10 | 1 | -41/+13 |