| Commit message (Expand) | Author | Age | Files | Lines |
* | [IR] Split out target specific intrinsic enums into separate headers | Reid Kleckner | 2019-12-11 | 1 | -0/+1 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [Hexagon] Fix some -Wunused-function with LLVM_DUMP_METHOD and -Wunused-variable | Fangrui Song | 2018-11-09 | 1 | -3/+8 |
* | [Hexagon] Improve the selection algorithm in scalarizeShuffle | Krzysztof Parzyszek | 2018-09-12 | 1 | -22/+89 |
* | [Hexagon] Use legalized type for extracted elements in scalarizeShuffle | Krzysztof Parzyszek | 2018-09-12 | 1 | -2/+4 |
* | [SDAG] Remove the reliance on MI's allocation strategy for | Chandler Carruth | 2018-08-14 | 1 | -6/+4 |
* | [Hexagon] Allow use of gather intrinsics even with no-packets | Krzysztof Parzyszek | 2018-08-07 | 1 | -8/+0 |
* | [Hexagon] Use vector align-left when shift amount fits in 3 bits | Krzysztof Parzyszek | 2018-05-30 | 1 | -6/+11 |
* | [Hexagon] Fix packing source vectors in shufflevector selection | Krzysztof Parzyszek | 2018-05-25 | 1 | -3/+9 |
* | [Hexagon] Improve HVX instruction selection (bitcast, vsplat) | Krzysztof Parzyszek | 2018-04-20 | 1 | -19/+23 |
* | Fix a bunch of typoes. NFC | Fangrui Song | 2018-03-30 | 1 | -1/+1 |
* | [DAG, X86] Revert r327197 "Revert r327170, r327171, r327172" | Nirav Dave | 2018-03-19 | 1 | -8/+2 |
* | Revert "[DAG, X86] Revert r327197 "Revert r327170, r327171, r327172"" | Nirav Dave | 2018-03-17 | 1 | -2/+8 |
* | [DAG, X86] Revert r327197 "Revert r327170, r327171, r327172" | Nirav Dave | 2018-03-17 | 1 | -8/+2 |
* | [Hexagon] Subtarget feature to emit one instruction per packet | Krzysztof Parzyszek | 2018-03-12 | 1 | -0/+8 |
* | Revert: r327172 "Correct load-op-store cycle detection analysis" | Nirav Dave | 2018-03-10 | 1 | -2/+8 |
* | [DAG] Enforce stricter NodeId invariant during Instruction selection | Nirav Dave | 2018-03-09 | 1 | -8/+2 |
* | [Hexagon] Rewrite non-HVX unaligned loads as pairs of aligned ones | Krzysztof Parzyszek | 2018-03-07 | 1 | -0/+15 |
* | [Hexagon] Generate valignb for shifting shuffles (instead of vdelta) | Krzysztof Parzyszek | 2018-03-02 | 1 | -11/+35 |
* | [Hexagon] Forgot about HexagonISD::VZERO in selecting const vectors | Krzysztof Parzyszek | 2018-02-05 | 1 | -1/+1 |
* | [Hexagon] Don't use garbage mask in HvxSelector::shuffp2 | Krzysztof Parzyszek | 2018-02-05 | 1 | -0/+2 |
* | [Hexagon] Only process bitcasts of vsplats when selecting const vectors | Krzysztof Parzyszek | 2018-01-31 | 1 | -1/+6 |
* | [Hexagon] Generate constant splats instead of loads from constant pool | Krzysztof Parzyszek | 2018-01-26 | 1 | -10/+14 |
* | [Hexagon] Remove unused HexagonISD opcodes, NFC | Krzysztof Parzyszek | 2018-01-24 | 1 | -9/+5 |
* | [Hexagon] Implement basic vector operations on vectors vNi1 | Krzysztof Parzyszek | 2018-01-23 | 1 | -2/+2 |
* | Silence GCC 7 warning by using an enum class. | Florian Hahn | 2018-01-12 | 1 | -36/+42 |
* | [Hexagon] Use SetVector when queuing nodes to scan in selectVectorConstants | Krzysztof Parzyszek | 2018-01-11 | 1 | -3/+4 |
* | Remove unused function HvxSelector::zerous. | Eric Christopher | 2018-01-09 | 1 | -20/+0 |
* | Make helpers static. No functionality change. | Benjamin Kramer | 2017-12-24 | 1 | -1/+9 |
* | [Hexagon] Use ArrayRef member functions instead of custom ones | Krzysztof Parzyszek | 2017-12-20 | 1 | -19/+10 |
* | [Hexagon] Cache loads to select to avoid traversing mutating DAG | Krzysztof Parzyszek | 2017-12-18 | 1 | -12/+29 |
* | [Hexagon] Better detection of identity and undef masks in shuffles | Krzysztof Parzyszek | 2017-12-12 | 1 | -3/+17 |
* | [Hexagon] Fix wrong order of operands for vmux | Krzysztof Parzyszek | 2017-12-12 | 1 | -1/+1 |
* | [Hexagon] Add support for Hexagon V65 | Krzysztof Parzyszek | 2017-12-11 | 1 | -0/+121 |
* | Fix 'enumeral and non-enumeral type in conditional expression' gcc warning. N... | Simon Pilgrim | 2017-12-09 | 1 | -1/+1 |
* | Fix signed/unsigned gcc warning. NFCI. | Simon Pilgrim | 2017-12-09 | 1 | -1/+1 |
* | [Hexagon] Recognize vdealb, vdealh, vshuffb and vshuffh specifically | Krzysztof Parzyszek | 2017-12-06 | 1 | -4/+37 |
* | [Hexagon] Handle perfect shuffles on single vectors | Krzysztof Parzyszek | 2017-12-06 | 1 | -6/+19 |
* | [Hexagon] Suppress more warnings on unused variables defined for asserts. | Tim Shen | 2017-12-06 | 1 | -0/+1 |
* | [Target] dumpr() is defined only in debug builds. | Davide Italiano | 2017-12-06 | 1 | -0/+2 |
* | [Hexagon] Generate HVX code for vector construction and access | Krzysztof Parzyszek | 2017-12-06 | 1 | -0/+1924 |