summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX
Commit message (Expand)AuthorAgeFilesLines
* [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target.Alexey Bataev2019-01-234-13/+19
* Revert "[DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target."Alexey Bataev2019-01-234-18/+12
* [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target.Alexey Bataev2019-01-234-12/+18
* Revert "[DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target."Haojian Wu2019-01-233-8/+12
* [DEBUGINFO, NVPTX] Enable support for the debug info on NVPTX target.Alexey Bataev2019-01-223-12/+8
* [DEBUG_INFO, NVPTX] Fix relocation info.Alexey Bataev2019-01-221-0/+3
* Update more file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-1959-236/+177
* [NVPTX] Allow libcalls that are defined in the current module.Justin Lebar2018-12-268-4/+202
* [NVPTX] Reduce stack size in NVPTXAsmPrinter::doInitialization().Justin Lebar2018-12-221-5/+2
* [NVPTX] Lower instructions that expand into libcalls.Artem Belevich2018-12-141-4/+9
* [NVPTX] do not rely on cached subtarget info.Artem Belevich2018-12-122-13/+14
* [Targets] Add errors for tiny and kernel codemodel on targets that don't supp...David Green2018-12-071-7/+1
* [DEBUGINFO, NVPTX] Disable emission of ',debug' option if only debug directiv...Alexey Bataev2018-12-061-1/+15
* [DEBUGINFO, NVPTX]Emit last debugging directives.Alexey Bataev2018-12-063-3/+15
* [NVPTX] Add lowering of i128 numbers as struct fieldsArtem Belevich2018-12-011-0/+12
* [SelectionDAG] Move (repeated) SDTIntShiftDOp double shift node def to common...Simon Pilgrim2018-11-161-3/+0
* Revert "[DEBUGINFO, NVPTX]DO not emit ',debug' option if no debug info or onl...Alexey Bataev2018-11-093-30/+4
* MachineFunction: Store more specific reference to LLVMTargetMachine; NFCMatthias Braun2018-11-051-1/+1
* [TargetLowering] Change TargetLoweringBase::getPreferredVectorAction to take ...Craig Topper2018-11-052-2/+2
* [DEBUGINFO, NVPTX]DO not emit ',debug' option if no debug info or only debug ...Alexey Bataev2018-11-023-4/+30
* [DEBUG_INFO][NVPTX]Fix processing of DBG_VALUES.Alexey Bataev2018-10-251-0/+19
* [NFC] Rename minnan and maxnan to minimum and maximumThomas Lively2018-10-241-2/+2
* [DEBUGINFO, NVPTX] Try to pack bytes data into a single string.Alexey Bataev2018-10-242-0/+31
* [TI removal] Make variables declared as `TerminatorInst` and initializedChandler Carruth2018-10-151-1/+1
* [CUDA] Added basic support for compiling with CUDA-10.0Artem Belevich2018-09-241-0/+5
* [NVPTX] Implement isLegalToVectorizeLoadChainBenjamin Kramer2018-08-271-0/+13
* [NVPTX] Remove ftz variants of cvt with rounding modeBenjamin Kramer2018-08-211-36/+6
* [SDAG] Remove the reliance on MI's allocation strategy forChandler Carruth2018-08-141-21/+14
* [NVPTX] Select atomic loads and storesJonas Hahnfeld2018-08-091-34/+82
* [NVPTX] Handle __nvvm_reflect("__CUDA_ARCH").Artem Belevich2018-08-033-5/+12
* Remove trailing spaceFangrui Song2018-07-303-3/+3
* [DEBUGINFO, NVPTX] Emit correct debug information for local variables.Alexey Bataev2018-07-264-0/+18
* [TableGen] Support multi-alternative pattern fragmentsUlrich Weigand2018-07-131-2/+2
* Use Type::isIntOrPtrTy where possible, NFCVedant Kumar2018-07-061-1/+1
* [NVPTX] Expand v2f16 INSERT_VECTOR_ELTBenjamin Kramer2018-07-031-0/+1
* [NVPTX] Delete dead codeBenjamin Kramer2018-06-285-63/+0
* [NVPTX] Ignore target-cpu and -features for inliningJonas Hahnfeld2018-06-171-0/+8
* [NVPTX] Delete dead code from the AsmPrinter.Benjamin Kramer2018-06-042-142/+0
* Set ADDE/ADDC/SUBE/SUBC to expand by defaultAmaury Sechet2018-06-011-3/+0
* Revert "Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for de...Eric Christopher2018-05-1811-273/+207
* Rename DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-142-6/+8
* [NVPTX] Added a feature to use short pointers for const/local/shared AS.Artem Belevich2018-05-098-61/+108
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-011-2/+2
* Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for debug info...Eric Christopher2018-05-0111-207/+273
* [NVPTX] Turn on Loop/SLP vectorizationBenjamin Kramer2018-04-271-0/+12
* [NVPTX] Make the legalizer expand shufflevector of <2 x half>Benjamin Kramer2018-04-261-0/+1
* [NVPTX] Deduplicate code. No functionality change.Benjamin Kramer2018-04-261-18/+6
* Consistently sort add_subdirectory calls in lib/Target/*/CMakeLists.txtNico Weber2018-04-231-1/+1
* [NVPTX, CUDA] Added support for m8n32k16 and m32n8k16 variants of wmma instru...Artem Belevich2018-04-184-17/+85
OpenPOWER on IntegriCloud