| Commit message (Expand) | Author | Age | Files | Lines |
* | [SystemZ] Fix matching another pattern for nxgrk (PR44496) | Ulrich Weigand | 2020-01-09 | 1 | -2/+3 |
* | [SystemZ] Recognize mrecord-mcount in backend | Jonas Paulsson | 2019-12-19 | 1 | -3/+6 |
* | [Clang FE, SystemZ] Don't add "true" value for the "mnop-mcount" attribute. | Jonas Paulsson | 2019-12-18 | 1 | -1/+1 |
* | [SystemZ] Recognize mnop-mcount in backend | Jonas Paulsson | 2019-09-26 | 1 | -0/+5 |
* | Reapply r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics" | Matt Arsenault | 2019-09-19 | 1 | -3/+3 |
* | Revert r372285 "GlobalISel: Don't materialize immarg arguments to intrinsics" | Hans Wennborg | 2019-09-19 | 1 | -3/+3 |
* | GlobalISel: Don't materialize immarg arguments to intrinsics | Matt Arsenault | 2019-09-19 | 1 | -3/+3 |
* | [SystemZ] Add support for new cpu architecture - arch13 | Ulrich Weigand | 2019-07-12 | 1 | -0/+17 |
* | [SystemZ] Bugfix in isFusableLoadOpStorePattern() | Jonas Paulsson | 2019-04-04 | 1 | -15/+16 |
* | [SystemZ] Wait with selection of legal vector/FP constants until Select(). | Jonas Paulsson | 2019-02-26 | 1 | -23/+38 |
* | [SystemZ] Remember to cast value to void to disable warning. | Jonas Paulsson | 2019-02-12 | 1 | -2/+2 |
* | [SystemZ] Use VGM whenever possible to load FP immediates. | Jonas Paulsson | 2019-02-12 | 1 | -0/+24 |
* | [SystemZ] Wait with VGBM selection until after DAGCombine2. | Jonas Paulsson | 2019-02-06 | 1 | -0/+15 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [SystemZ] Always use the version of computeKnownBits that returns a value. NFCI. | Simon Pilgrim | 2018-12-21 | 1 | -6/+3 |
* | [SystemZ] Make better use of VGEF/VGEG | Ulrich Weigand | 2018-12-20 | 1 | -1/+1 |
* | Fix clang -Wimplicit-fallthrough warnings across llvm, NFC | Reid Kleckner | 2018-11-01 | 1 | -2/+2 |
* | [SystemZ] Pass the DAG pointer from SystemZAddressingMode::dump(). | Jonas Paulsson | 2018-10-26 | 1 | -4/+4 |
* | [SDAG] Remove the reliance on MI's allocation strategy for | Chandler Carruth | 2018-08-14 | 1 | -5/+2 |
* | [SystemZ] Fix commit message of previous commit. | Jonas Paulsson | 2018-05-18 | 1 | -1/+1 |
* | [SystemZ] Fold AHIMux in foldMemoryOperandImpl. | Jonas Paulsson | 2018-05-18 | 1 | -1/+7 |
* | Rename DEBUG macro to LLVM_DEBUG. | Nicola Zaghen | 2018-05-14 | 1 | -7/+7 |
* | [SystemZ] Handle SADDO et.al. and ADD/SUBCARRY | Ulrich Weigand | 2018-04-30 | 1 | -0/+172 |
* | [SystemZ] Do not use glue to represent condition code dependencies | Ulrich Weigand | 2018-04-30 | 1 | -2/+49 |
* | [DAG, X86] Fix ISel-time node insertion ids | Nirav Dave | 2018-03-22 | 1 | -5/+5 |
* | [DAG, X86] Revert r327197 "Revert r327170, r327171, r327172" | Nirav Dave | 2018-03-19 | 1 | -6/+9 |
* | Revert "[DAG, X86] Revert r327197 "Revert r327170, r327171, r327172"" | Nirav Dave | 2018-03-17 | 1 | -9/+6 |
* | [DAG, X86] Revert r327197 "Revert r327170, r327171, r327172" | Nirav Dave | 2018-03-17 | 1 | -6/+9 |
* | Revert: r327172 "Correct load-op-store cycle detection analysis" | Nirav Dave | 2018-03-10 | 1 | -9/+6 |
* | [DAG] Enforce stricter NodeId invariant during Instruction selection | Nirav Dave | 2018-03-09 | 1 | -6/+9 |
* | [SystemZ] Make sure SelectCode() is not called on a target opcode. | Jonas Paulsson | 2018-02-27 | 1 | -1/+2 |
* | [SelectionDAGISel] Add a debug print before call to Select. Adjust where blan... | Craig Topper | 2018-01-26 | 1 | -3/+0 |
* | [SystemZ] Prefer LOCHI over generating IPM sequences | Ulrich Weigand | 2018-01-19 | 1 | -0/+5 |
* | [SystemZ] Rework IPM sequence generation | Ulrich Weigand | 2018-01-19 | 1 | -0/+178 |
* | [SystemZ] Bugfix in expandRxSBG() | Jonas Paulsson | 2017-12-06 | 1 | -2/+9 |
* | [SystemZ] Do not crash when selecting an OR of two constants | Ulrich Weigand | 2017-11-14 | 1 | -2/+4 |
* | [SystemZ] Fix invalid codegen using RISBMux on out-of-range bits | Ulrich Weigand | 2017-11-14 | 1 | -1/+9 |
* | [SystemZ] Add support for the "o" inline asm constraint | Ulrich Weigand | 2017-11-09 | 1 | -0/+3 |
* | [SelectionDAG] Use KnownBits struct in DAG's computeKnownBits and simplifyDem... | Craig Topper | 2017-04-28 | 1 | -9/+10 |
* | [SystemZ] Improve use of conditional instructions | Ulrich Weigand | 2016-11-28 | 1 | -2/+8 |
* | [SystemZ] Support load-and-zero-rightmost-byte facility | Ulrich Weigand | 2016-11-11 | 1 | -0/+10 |
* | [SystemZ] Use LLGT(R) instructions | Ulrich Weigand | 2016-11-11 | 1 | -40/+36 |
* | Use StringRef in Pass/PassManager APIs (NFC) | Mehdi Amini | 2016-10-01 | 1 | -1/+1 |
* | getVectorElementType().getSizeInBits() -> getScalarSizeInBits() ; NFCI | Sanjay Patel | 2016-09-14 | 1 | -1/+1 |
* | getValueType().getSizeInBits() -> getValueSizeInBits() ; NFCI | Sanjay Patel | 2016-09-14 | 1 | -10/+9 |
* | [CodeGen] Split out the notions of MI invariance and MI dereferenceability. | Justin Lebar | 2016-09-11 | 1 | -1/+1 |
* | [SystemZ] Use valid base/index regs for inline asm | Zhan Jun Liau | 2016-08-18 | 1 | -0/+23 |
* | Replace a few more "fall through" comments with LLVM_FALLTHROUGH | Justin Bogner | 2016-08-17 | 1 | -2/+2 |
* | [SystemZ] Recognize RISBG opportunities involving a truncate | Zhan Jun Liau | 2016-06-22 | 1 | -3/+22 |
* | [SystemZ] Enable index register memory constraints for inline ASM | Ulrich Weigand | 2016-06-13 | 1 | -21/+25 |