| Commit message (Expand) | Author | Age | Files | Lines |
| * | [DAGCombiner] Add support for FCEIL, FFLOOR and FTRUNC vector constant folding | Simon Pilgrim | 2015-04-06 | 1 | -6/+3 |
| * | [DAGCombiner] Merge FMUL Scalar and Vector constant canonicalization to RHS. ... | Simon Pilgrim | 2015-04-05 | 1 | -8/+2 |
| * | [DAGCombiner] Canonicalize vector constants for ADD/MUL/AND/OR/XOR re-associa... | Simon Pilgrim | 2015-04-04 | 1 | -6/+11 |
| * | [DAGCombiner] Combine shuffles of BUILD_VECTOR and SCALAR_TO_VECTOR | Simon Pilgrim | 2015-04-03 | 1 | -0/+37 |
| * | Fix PR23065. Avoid optimizing bitcast of build_vector with constant input to ... | Jiangning Liu | 2015-04-01 | 1 | -5/+0 |
| * | typos; NFC | Sanjay Patel | 2015-03-31 | 1 | -5/+5 |
| * | Use SDValue bool check to tidyup some possible vector folding ops. NFC. | Simon Pilgrim | 2015-03-29 | 1 | -40/+35 |
| * | Use SDValue bool check to tidyup some possible ReassociateOps. NFC. | Simon Pilgrim | 2015-03-29 | 1 | -10/+5 |
| * | [DAGCombiner] Fixed incorrect test for buildvector of constant integers. | Simon Pilgrim | 2015-03-28 | 1 | -14/+8 |
| * | revert inadvertent change | Sanjay Patel | 2015-03-26 | 1 | -2/+0 |
| * | comment cleanup; NFC | Sanjay Patel | 2015-03-26 | 1 | -0/+2 |
| * | fix indent; NFC | Sanjay Patel | 2015-03-26 | 1 | -1/+1 |
| * | [DAGCombiner] Add support for TRUNCATE + FP_EXTEND vector constant folding | Simon Pilgrim | 2015-03-25 | 1 | -53/+23 |
| * | 'optnone' should not disable DAG combiner. | Paul Robinson | 2015-03-25 | 1 | -5/+0 |
| * | Move private classes into anonymous namespaces | Benjamin Kramer | 2015-03-23 | 1 | -0/+2 |
| * | Fix a nasty bug in DAGCombine of STORE nodes. | Owen Anderson | 2015-03-19 | 1 | -3/+8 |
| * | DAGCombiner: fold (xor (shl 1, x), -1) -> (rotl ~1, x) | David Majnemer | 2015-03-18 | 1 | -0/+26 |
| * | XformToShuffleWithZero - Added clearer early outs and general tidy up. NFCI | Simon Pilgrim | 2015-03-17 | 1 | -31/+38 |
| * | [DAGCombiner] Add a shuffle mask commutation helper function. NFCI. | Simon Pilgrim | 2015-03-07 | 1 | -19/+2 |
| * | Use SDValue bool check to tidyup some possible combines. NFC. | Simon Pilgrim | 2015-03-07 | 1 | -6/+5 |
| * | [DAGCombiner] Fix wrong folding of AND dag nodes. | Andrea Di Biagio | 2015-03-07 | 1 | -3/+7 |
| * | [DAGCombiner] SCALAR_TO_VECTOR(EXTRACT_VECTOR_ELT(V,C)) -> VECTOR_SHUFFLE | Simon Pilgrim | 2015-03-07 | 1 | -0/+30 |
| * | DAGCombiner: Canonicalize select(and/or,x,y) depending on target. | Matthias Braun | 2015-03-06 | 1 | -0/+63 |
| * | DAGCombiner: Factor out some and/or combines. | Matthias Braun | 2015-03-06 | 1 | -225/+252 |
| * | [DagCombiner] Allow shuffles to merge through bitcasts | Simon Pilgrim | 2015-03-05 | 1 | -0/+83 |
| * | [DAGCombine] Fix a bug in a BUILD_VECTOR combine | Michael Kuperstein | 2015-03-04 | 1 | -2/+3 |
| * | DAGCombiner::LoadedSlice: Remove explicit copy ctor in favor of the Rule of Zero | David Blaikie | 2015-03-03 | 1 | -3/+0 |
| * | Revert "Remove the explicit SDNodeIterator::operator= in favor of the implici... | David Blaikie | 2015-03-03 | 1 | -0/+3 |
| * | Remove the explicit SDNodeIterator::operator= in favor of the implicit default | David Blaikie | 2015-03-03 | 1 | -3/+0 |
| * | avoid infinite looping when folding vector multiplies of constants (PR22698) | Sanjay Patel | 2015-03-01 | 1 | -5/+14 |
| * | Convert push_back loops into append calls. | Benjamin Kramer | 2015-02-28 | 1 | -4/+2 |
| * | When the source has a series of assignments, users reasonably want to | Paul Robinson | 2015-02-26 | 1 | -0/+3 |
| * | Reapplied D7816 & rL230177 & rL230278 - with an additional fix toensure that ... | Simon Pilgrim | 2015-02-24 | 1 | -45/+65 |
| * | Revert: | Eric Christopher | 2015-02-24 | 1 | -39/+23 |
| * | DAGCombiner: Move variable definitions closer to use; NFC | Matthias Braun | 2015-02-24 | 1 | -38/+38 |
| * | DAGCombiner: Move variable declaration closer to definiion; NFC | Matthias Braun | 2015-02-24 | 1 | -3/+3 |
| * | Fix based on post-commit comment on D7816 & rL230177 - BUILD_VECTOR operand t... | Simon Pilgrim | 2015-02-23 | 1 | -4/+5 |
| * | [DagCombiner] Generalized BuildVector Vector Concatenation | Simon Pilgrim | 2015-02-22 | 1 | -23/+38 |
| * | [DAGCombine] Don't assume integer-type legailty in reduceBuildVecConvertToCon... | Hal Finkel | 2015-02-22 | 1 | -0/+5 |
| * | Add generic fmad DAG node. | Matt Arsenault | 2015-02-20 | 1 | -95/+159 |
| * | [CodeGen] Use ArrayRef instead of std::vector&. NFC. | Ahmed Bougacha | 2015-02-19 | 1 | -1/+1 |
| * | [x86,sdag] Two interrelated changes to the x86 and sdag code. | Chandler Carruth | 2015-02-19 | 1 | -2/+4 |
| * | Canonicalize splats as build_vectors (PR22283) | Sanjay Patel | 2015-02-17 | 1 | -13/+10 |
| * | Prefer SmallVector::append/insert over push_back loops. | Benjamin Kramer | 2015-02-17 | 1 | -6/+2 |
| * | SelectionDAG: fold (fp_to_u/sint (s/uint_to_fp)) here too | Mehdi Amini | 2015-02-16 | 1 | -2/+46 |
| * | [x86] Fix PR22377, a regression with the new vector shuffle legality | Chandler Carruth | 2015-02-15 | 1 | -2/+3 |
| * | CodeGen: Canonicalize access to function attributes, NFC | Duncan P. N. Exon Smith | 2015-02-14 | 1 | -12/+7 |
| * | MathExtras: Bring Count(Trailing|Leading)Ones and CountPopulation in line wit... | Benjamin Kramer | 2015-02-12 | 1 | -1/+1 |
| * | [CodeGen] Don't blindly combine (fp_round (fp_round x)) to (fp_round x). | Ahmed Bougacha | 2015-02-12 | 1 | -5/+10 |
| * | Fix SelectionDAG compile time issue with alias analysis. | Jonas Paulsson | 2015-02-11 | 1 | -2/+5 |