De-constify pointers to Type since they can't be modified. NFC
[oota-llvm.git] / lib / Target / NVPTX / NVPTXAsmPrinter.h
2015-08-01 Craig TopperDe-constify pointers to Type since they can't be modifi...
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-09 Matt ArsenaultMC: Add target hook to control symbol quoting
2015-05-15 Pete CooperRemove 3 includes from MCInstrDesc.h and explicitly...
2015-04-28 Justin Holewinski[NVPTX] Handle addrspacecast constant expressions in...
2015-04-24 Jingyue Wu[NVPTX] Emits "generic()" depending on the original...
2015-03-16 David BlaikieFix uses of reserved identifiers starting with an under...
2015-02-19 Eric ChristopherMigrate the NVPTX backend asm printer to a per function...
2015-02-01 Jingyue Wu[NVPTX] Emit .pragma "nounroll" for loops marked with...
2015-01-18 David Blaikiestd::unique_ptrify the MCStreamer argument to createAsm...
2014-12-16 Matt ArsenaultNVPTX: Remove duplicate of AsmPrinter::lowerConstant
2014-08-25 Dylan NoblesmithNVPTX: remove raw delete call
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-28 Craig Topper[C++] Use 'nullptr'.
2014-04-09 Justin Holewinski[NVPTX] Add preliminary intrinsics and codegen support...
2014-04-09 Justin Holewinski[NVPTX] Add support for addrspacecast in global variabl...
2014-03-31 Eli BenderskyPR19099 - revert r203483
2014-03-10 Eli BenderskyMake sure NVPTX doesn't emit symbol names that aren...
2014-03-07 Eli BenderskyRemove unused method declaration
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2013-12-02 Rafael EspindolaRemove dead declarations.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-11 Justin HolewinskiMake AsmPrinter::emitImplicitDef a virtual method so...
2013-08-24 Justin Holewinski[NVPTX] Re-enable assembly printing support for inline...
2013-08-06 Justin Holewinski[NVPTX] Start conversion to MC infrastructure
2013-06-28 Justin Holewinski[NVPTX] Clean up comparison/select/convert patterns...
2013-05-31 Justin Holewinski[NVPTX] Re-enable support for virtual registers in...
2013-05-20 Justin Holewinski[NVPTX] Add GenericToNVVM IR converter to better handle...
2013-03-30 Justin Holewinski[NVPTX] Run clang-format on all NVPTX sources.
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-04 Chandler CarruthSort includes for all of the .h files under the 'lib...
2012-05-24 Craig TopperConvert assert(0) to llvm_unreachable.
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...