| Commit message (Expand) | Author | Age | Files | Lines |
* | [NVPTX] Restructure shfl instrinsics and add variants that return a predicate. | Artem Belevich | 2019-10-14 | 1 | -0/+5 |
* | DAG/GlobalISel: Correct type profile of bitcount ops | Matt Arsenault | 2019-09-13 | 1 | -4/+4 |
* | PTX 6.3 extends `wmma` instruction to support s8/u8/s4/u4/b1 -> s32. | Artem Belevich | 2019-04-25 | 1 | -0/+3 |
* | [NVPTX] generate correct MMA instruction mnemonics with PTX63+. | Artem Belevich | 2019-04-25 | 1 | -0/+4 |
* | [NVPTX] Fix the codegen for llvm.round. | Bixia Zheng | 2019-04-01 | 1 | -9/+0 |
* | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
* | [NVPTX] Allow libcalls that are defined in the current module. | Justin Lebar | 2018-12-26 | 1 | -1/+20 |
* | [SelectionDAG] Move (repeated) SDTIntShiftDOp double shift node def to common... | Simon Pilgrim | 2018-11-16 | 1 | -3/+0 |
* | [NVPTX] Remove ftz variants of cvt with rounding mode | Benjamin Kramer | 2018-08-21 | 1 | -36/+6 |
* | [NVPTX] Added a feature to use short pointers for const/local/shared AS. | Artem Belevich | 2018-05-09 | 1 | -0/+1 |
* | [NVPTX, CUDA] Added support for m8n32k16 and m32n8k16 variants of wmma instru... | Artem Belevich | 2018-04-18 | 1 | -0/+1 |
* | [NVPTX] TblGen-ized lowering of WMMA intrinsics. | Artem Belevich | 2018-03-15 | 1 | -0/+1 |
* | [NVPTX] Removed always-true predicates in NVPTX. | Artem Belevich | 2018-02-28 | 1 | -23/+6 |
* | [NVPTX] added match.{any,all}.sync instructions, intrinsics & builtins. | Artem Belevich | 2017-09-26 | 1 | -0/+1 |
* | Revert "[NVPTX] added match.{any,all}.sync instructions, intrinsics & builtin... | Justin Lebar | 2017-09-25 | 1 | -1/+0 |
* | [NVPTX] added match.{any,all}.sync instructions, intrinsics & builtins. | Artem Belevich | 2017-09-25 | 1 | -0/+1 |
* | [NVPTX] Implemented bar.warp.sync, barrier.sync, and vote{.sync} instructions... | Artem Belevich | 2017-09-21 | 1 | -0/+3 |
* | Changed EOL back to LF. NFC. | Artem Belevich | 2017-07-20 | 1 | -3165/+3165 |
* | Add extra operand to CALLSEQ_START to keep frame part set up previously | Serge Pavlov | 2017-05-09 | 1 | -4/+5 |
* | [NVPTX] Add support for ISD::ABS lowering | Simon Pilgrim | 2017-05-06 | 1 | -3165/+3164 |
* | Fix spelling compliment->complement. Mostly refering to 2s complement. NFC | Craig Topper | 2017-04-11 | 1 | -1/+1 |
* | [NVPTX] Added missing LDU/LDG intrinsics for f16. | Artem Belevich | 2017-03-02 | 1 | -0/+1 |
* | [NVPTX] Added support for .f16x2 instructions. | Artem Belevich | 2017-02-23 | 1 | -6/+118 |
* | [NVPTX] Implement NVPTXTargetLowering::getSqrtEstimate. | Justin Lebar | 2017-01-31 | 1 | -10/+1 |
* | [NVPTX] Standardize asm printer on "foo \tbar". | Justin Lebar | 2017-01-18 | 1 | -48/+48 |
* | [NVPTX] Clean up nested !strconcat calls. | Justin Lebar | 2017-01-18 | 1 | -2/+1 |
* | [NVPTX] Implement min/max in tablegen, rather than with custom DAGComine logic. | Justin Lebar | 2017-01-18 | 1 | -0/+6 |
* | [NVPTX] Lower integer absolute value idiom to abs instruction. | Justin Lebar | 2017-01-18 | 1 | -0/+12 |
* | [NVPTX] Improve lowering of llvm.ctpop. | Justin Lebar | 2017-01-18 | 1 | -5/+9 |
* | [NVPTX] Add lowering for llvm.bitreverse. | Justin Lebar | 2017-01-18 | 1 | -0/+10 |
* | [NVPTX] Improve lowering of llvm.ctlz. | Justin Lebar | 2017-01-18 | 1 | -9/+23 |
* | [NVPTX] Added support for half-precision floating point. | Artem Belevich | 2017-01-13 | 1 | -8/+214 |
* | [NVPTX] Only lower sin/cos to approximate instructions if unsafe math is allo... | Artem Belevich | 2017-01-13 | 1 | -2/+5 |
* | [NVPTX] Fix some Clang-tidy modernize and Include What You Use warnings; othe... | Eugene Zelenko | 2017-01-09 | 1 | -1/+1 |
* | Replace APFloatBase static fltSemantics data members with getter functions | Stephan Bergmann | 2016-12-14 | 1 | -2/+2 |
* | Target: Remove unused patterns and transforms. NFC. | Peter Collingbourne | 2016-10-07 | 1 | -15/+0 |
* | [NVPTX] Added intrinsics for atom.gen.{sys|cta}.* instructions. | Artem Belevich | 2016-09-28 | 1 | -0/+4 |
* | [NVPTX] Implement llvm.fabs.f32, llvm.max.f32, etc. | Justin Lebar | 2016-09-09 | 1 | -16/+110 |
* | [SelectionDAG] Rename fextend -> fpextend, fround -> fpround, frnd -> fround | Michael Kuperstein | 2016-08-18 | 1 | -6/+6 |
* | [NVPTX] Fix sign/zero-extending ldg/ldu instruction selection | Justin Holewinski | 2016-05-02 | 1 | -0/+2 |
* | [NVPTX] Set ctlz_zero_undef to Expand so LegalizeDAG will convert it to ctlz.... | Craig Topper | 2016-04-23 | 1 | -7/+0 |
* | [NVPTX] Handle ldg created from sign-/zero-extended load | Justin Holewinski | 2016-04-05 | 1 | -0/+10 |
* | [NVPTX] Annotate some instructions as hasSideEffects = 0. | Justin Lebar | 2016-04-01 | 1 | -106/+124 |
* | [NVPTX] Annotate param loads/stores as mayLoad/mayStore. | Justin Lebar | 2016-03-01 | 1 | -56/+60 |
* | [NVPTX] Remove workaround for tablegen crash in NVPTXInstrInfo.td. | Justin Lebar | 2016-03-01 | 1 | -28/+7 |
* | [NVPTX] Use different, convergent MIs for convergent calls. | Justin Lebar | 2016-03-01 | 1 | -47/+44 |
* | [NVPTX] Nix hack used to emit '{' and '}' for NVPTX calls. | Justin Lebar | 2016-03-01 | 1 | -9/+3 |
* | [NVPTX] Reformat NVPTXInstrInfo.td, and add additional comments. | Justin Lebar | 2016-03-01 | 1 | -1418/+1400 |
* | [NVPTX] Annotate call machine instructions as calls. | Justin Lebar | 2016-02-17 | 1 | -0/+2 |
* | Reapply r235977 "[DebugInfo] Add debug locations to constant SD nodes" | Sergey Dmitrouk | 2015-04-28 | 1 | -4/+4 |