summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Reduce double set lookups. NFC.Benjamin Kramer2014-10-101-4/+1
* Revert "NVPTX: remove another raw delete call"Dylan Noblesmith2014-08-261-1/+3
* NVPTX: remove another raw delete callDylan Noblesmith2014-08-251-3/+1
* Have MachineFunction cache a pointer to the subtarget to make lookupsEric Christopher2014-08-051-2/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-17/+20
* [NVPTX] Add more surface/texture intrinsics, including CUDA unified texture f...Justin Holewinski2014-07-171-217/+15
* [NVPTX] Rename registers %fl -> %fd and %rl -> %rdJustin Holewinski2014-07-161-2/+2
* [NVPTX] Error out if initializer is given for variable in an address space th...Justin Holewinski2014-06-271-7/+18
* [NVPTX] Add support for .managed variables for UVMJustin Holewinski2014-06-271-0/+5
* [NVPTX] Emit .weak linkage for link_once, weak, available_externally, and com...Justin Holewinski2014-06-271-0/+4
* [NVPTX] Variables that start with llvm. or nvvm. are reserved and should not ...Justin Holewinski2014-06-271-0/+5
* [NVPTX] Emit .weak when linkage is not external, internal, or privateJustin Holewinski2014-06-271-0/+7
* [NVPTX] Just use getTypeAllocSize() when computing return value size for stru...Justin Holewinski2014-06-271-17/+1
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-261-1/+2
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-261-2/+1
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-181-3/+3
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-031-1/+1
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-9/+9
* [NVPTX] Add preliminary intrinsics and codegen support for textures/surfacesJustin Holewinski2014-04-091-18/+305
* [NVPTX] Add support for addrspacecast in global variable initializers, includ...Justin Holewinski2014-04-091-3/+40
* [NVPTX] Add query support for read-write images and managed variablesJustin Holewinski2014-04-091-0/+2
* PR19099 - revert r203483Eli Bendersky2014-03-311-43/+16
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-181-8/+2
* Make sure NVPTX doesn't emit symbol names that aren't valid in PTX.Eli Bendersky2014-03-101-16/+43
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-091-20/+15
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-061-1/+1
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-281-1/+1
* [NVPTX] Fix emitting aggregate parametersGautam Chakrabarti2014-01-281-3/+3
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-091-2/+1
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-071-1/+1
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-071-1/+1
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-071-1/+1
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-031-1/+1
* Remove the notion of primitive types.Rafael Espindola2013-12-071-4/+4
* Correct word hyphenationsAlp Toker2013-12-051-1/+1
* Remove dead code.Rafael Espindola2013-12-021-15/+0
* [NVPTX] Fix handling of indirect callsJustin Holewinski2013-11-151-0/+8
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-291-1/+1
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-291-18/+18
* NVPTX: Remove unused globals.Benjamin Kramer2013-10-271-7/+3
* Mark some command line flags as hiddenNadav Rotem2013-10-181-2/+2
* Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...Justin Holewinski2013-10-111-13/+33
* [NVPTX] Support constant vector globalsJustin Holewinski2013-09-191-1/+1
* [NVPTX] Re-enable assembly printing support for inline assemblyJustin Holewinski2013-08-241-0/+111
* [NVPTX] We dont have any target specific flags yet for generating symbol refe...Justin Holewinski2013-08-061-7/+2
* [NVPTX] Fix bug in stack code generation causes by MC conversionJustin Holewinski2013-08-061-25/+31
* [NVPTX] Start conversion to MC infrastructureJustin Holewinski2013-08-061-301/+101
* [NVPTX] Add support for module-scope inline asmJustin Holewinski2013-07-011-0/+10
* [NVPTX] Cut down on physical register defsJustin Holewinski2013-07-011-1/+0
* [NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru...Justin Holewinski2013-06-281-9/+124
OpenPOWER on IntegriCloud