summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX/NVPTXAsmPrinter.h
AgeCommit message (Expand)Author
2018-07-30Remove trailing spaceFangrui Song
2018-07-26[DEBUGINFO, NVPTX] Emit correct debug information for local variables.Alexey Bataev
2018-06-04[NVPTX] Delete dead code from the AsmPrinter.Benjamin Kramer
2018-05-18Revert "Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for de...Eric Christopher
2018-05-01Temporarily revert "[DEBUG] Initial adaptation of NVPTX target for debug info...Eric Christopher
2018-04-18[DEBUG] Initial adaptation of NVPTX target for debug info emission.Alexey Bataev
2017-01-09[NVPTX] Fix some Clang-tidy modernize and Include What You Use warnings; othe...Eugene Zelenko
2016-10-01Use StringRef in Pass/PassManager APIs (NFC)Mehdi Amini
2016-06-08Apply most suggestions of clang-tidy's performance-unnecessary-value-paramBenjamin Kramer
2016-04-18[NFC] Header cleanupMehdi Amini
2016-01-27One more batch of self-containing headers.Benjamin Kramer
2015-10-15[NVPTX] Remove dead code.Benjamin Kramer
2015-08-01De-constify pointers to Type since they can't be modified. NFCCraig Topper
2015-06-23Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)Alexander Kornienko
2015-06-19Fixed/added namespace ending comments using clang-tidy. NFCAlexander Kornienko
2015-06-09MC: Add target hook to control symbol quotingMatt Arsenault
2015-05-15Remove 3 includes from MCInstrDesc.h and explicitly include them where neededPete Cooper
2015-04-28[NVPTX] Handle addrspacecast constant expressions in aggregate initializersJustin Holewinski
2015-04-24[NVPTX] Emits "generic()" depending on the original address spaceJingyue Wu
2015-03-16Fix uses of reserved identifiers starting with an underscore followed by an u...David Blaikie
2015-02-19Migrate the NVPTX backend asm printer to a per function subtarget.Eric Christopher
2015-02-01[NVPTX] Emit .pragma "nounroll" for loops marked with nounrollJingyue Wu
2015-01-18std::unique_ptrify the MCStreamer argument to createAsmPrinterDavid Blaikie
2014-12-16NVPTX: Remove duplicate of AsmPrinter::lowerConstantMatt Arsenault
2014-08-25NVPTX: remove raw delete callDylan Noblesmith
2014-08-13Canonicalize header guards into a common format.Benjamin Kramer
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper
2014-04-28[C++] Use 'nullptr'.Craig Topper
2014-04-09[NVPTX] Add preliminary intrinsics and codegen support for textures/surfacesJustin Holewinski
2014-04-09[NVPTX] Add support for addrspacecast in global variable initializers, includ...Justin Holewinski
2014-03-31PR19099 - revert r203483Eli Bendersky
2014-03-10Make sure NVPTX doesn't emit symbol names that aren't valid in PTX.Eli Bendersky
2014-03-07Remove unused method declarationEli Bendersky
2014-01-07Move the llvm mangler to lib/IR.Rafael Espindola
2013-12-02Remove dead declarations.Rafael Espindola
2013-10-29Add a helper getSymbol to AsmPrinter.Rafael Espindola
2013-10-11Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...Justin Holewinski
2013-08-24[NVPTX] Re-enable assembly printing support for inline assemblyJustin Holewinski
2013-08-06[NVPTX] Start conversion to MC infrastructureJustin Holewinski
2013-06-28[NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru...Justin Holewinski
2013-05-31[NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski
2013-05-20[NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputsJustin Holewinski
2013-03-30[NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-04Sort includes for all of the .h files under the 'lib' tree. These wereChandler Carruth
2012-05-24Convert assert(0) to llvm_unreachable.Craig Topper
2012-05-04This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski