| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | [X86][SSE] Add i686 triple tests for partial vector and re-association | Simon Pilgrim | 2017-05-04 | 1 | -50/+110 |
| | | | | | llvm-svn: 302149 | ||||
| * | Fix several accidental DOS line endings in source files | Dimitry Andric | 2016-01-03 | 1 | -119/+119 |
| | | | | | | | | | | | | | | | | Summary: There are a number of files in the tree which have been accidentally checked in with DOS line endings. Convert these to native line endings. There are also a few files which have DOS line endings on purpose, and I have set the svn:eol-style property to 'CRLF' on those. Reviewers: joerg, aaron.ballman Subscribers: aaron.ballman, sanjoy, dsanders, llvm-commits Differential Revision: http://reviews.llvm.org/D15848 llvm-svn: 256707 | ||||
| * | [DAGCombiner] Canonicalize vector constants for ADD/MUL/AND/OR/XOR ↵ | Simon Pilgrim | 2015-04-04 | 1 | -4/+63 |
| | | | | | | | | | re-association Scalar integers are commuted to move constants to the RHS for re-association - this ensures vectors do the same. llvm-svn: 234092 | ||||
| * | Added vector tests for DAGCombiner::ReassociateOps | Simon Pilgrim | 2015-04-03 | 1 | -0/+60 |
| Missing vector tests for rL233482 llvm-svn: 234015 | |||||

