summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
* [NVPTX] Move InstPrinter files to MCTargetDesc. NFCRichard Trieu2019-05-114-387/+0
* [NVPTX] generate correct MMA instruction mnemonics with PTX63+.Artem Belevich2019-04-252-0/+16
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-193-12/+9
* [NVPTX] Added support for .f16x2 instructions.Artem Belevich2017-02-231-0/+3
* [NVPTX] Added support for half-precision floating point.Artem Belevich2017-01-131-1/+8
* Remove autoconf supportChris Bieneman2016-01-261-15/+0
* Remove extra forward declarations and scrub includes for all in tree InstPrin...Craig Topper2015-12-251-2/+0
* Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko2015-06-231-1/+1
* Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko2015-06-191-1/+1
* MC: Add target hook to control symbol quotingMatt Arsenault2015-06-091-1/+1
* Remove unused MCSubtargetInfo argument from the NVPTX MCInstPrinter ctors.Eric Christopher2015-03-302-5/+3
* Delete MCInstPrinter::AvailableFeatures.Akira Hatanaka2015-03-281-3/+1
* [MCInstPrinter] Enable MCInstPrinter to change its behavior based on theAkira Hatanaka2015-03-272-2/+3
* Canonicalize header guards into a common format.Benjamin Kramer2014-08-131-2/+2
* [NVPTX] Rename registers %fl -> %fd and %rl -> %rdJustin Holewinski2014-07-161-2/+2
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-2/+2
* [C++] Use 'nullptr'.Craig Topper2014-04-281-5/+5
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-1/+2
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-2/+2
* [CMake] Let add_public_tablegen_target responsible to provide dependency to C...NAKAMURA Takumi2013-11-281-2/+0
* [CMake] Prune include_directories() in llvm/lib/Target. add_llvm_target() set...NAKAMURA Takumi2013-11-281-2/+0
* [NVPTX] Fix handling of indirect callsJustin Holewinski2013-11-152-1/+12
* [NVPTX] Fix bug in stack code generation causes by MC conversionJustin Holewinski2013-08-061-5/+10
* [NVPTX] Start conversion to MC infrastructureJustin Holewinski2013-08-062-1/+326
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-044-0/+46
OpenPOWER on IntegriCloud