summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTXInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Use MCRegister in copyPhysRegMatt Arsenault2019-11-111-2/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [NVPTX] Delete dead codeBenjamin Kramer2018-06-281-45/+0
* Sort the remaining #include lines in include/... and lib/....Chandler Carruth2017-06-061-1/+1
* Move size and alignment information of regclass to TargetRegisterInfoKrzysztof Parzyszek2017-04-241-1/+1
* [NVPTX] Added support for .f16x2 instructions.Artem Belevich2017-02-231-0/+2
* [NVPTX] Added support for half-precision floating point.Artem Belevich2017-01-131-0/+3
* [NVPTX] Remove dead code.Justin Lebar2016-12-141-13/+0
* Finish renaming remaining analyzeBranch functionsMatt Arsenault2016-09-141-2/+2
* Make analyzeBranch family of instruction names consistentMatt Arsenault2016-09-141-3/+3
* AArch64: Use TTI branch functions in branch relaxationMatt Arsenault2016-09-141-2/+7
* Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar2016-07-151-3/+5
* NVPTX: Avoid implicit iterator conversions, NFCDuncan P. N. Exon Smith2016-07-081-16/+16
* NVPTX: Replace uses of cuda.syncthreads with nvvm.barrier0Justin Bogner2016-07-061-1/+1
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-6/+9
* CodeGen: TII: Take MachineInstr& in predicate API, NFCDuncan P. N. Exon Smith2016-02-231-3/+3
* [NVPTX] Remove dead code.Benjamin Kramer2015-10-151-21/+0
* [NVPTX] allow register copy between float and intJingyue Wu2015-08-011-22/+23
* [CodeGen] ArrayRef'ize cond/pred in various TII APIs. NFC.Ahmed Bougacha2015-06-111-1/+1
* Remove all use of is64bit off of NVPTXSubtarget and clean up codeEric Christopher2015-02-191-3/+1
* [cleanup] Re-sort all the #include lines in LLVM usingChandler Carruth2015-01-141-1/+1
* Remove caching of the target machine in NVPTXInstrInfo andEric Christopher2014-06-271-2/+2
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-1/+1
* [cleanup] Lift using directives, DEBUG_TYPE definitions, and even someChandler Carruth2014-04-221-2/+3
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-191-1/+4
* Revert r194865 and r194874.Alexey Samsonov2013-11-181-4/+1
* [weak vtables] Remove a bunch of weak vtablesJuergen Ributzka2013-11-151-1/+4
* Remove unused stdio.h includesDmitri Gribenko2013-08-181-1/+0
* [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...Justin Holewinski2013-06-281-3/+0
* Don't pass in the TargetInstrInfo into the register info object. It doesn't u...Bill Wendling2013-06-191-1/+1
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-311-23/+23
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-301-57/+44
* [NVPTX] Disable vector registersJustin Holewinski2013-02-121-40/+0
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Convert assert(0) to llvm_unreachable.Craig Topper2012-05-241-1/+1
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+326
OpenPOWER on IntegriCloud