summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
Commit message (Expand)AuthorAge
* [NVPTX] Error out if initializer is given for variable in an address space th...Justin Holewinski2014-06-27
* [NVPTX] Add support for .managed variables for UVMJustin Holewinski2014-06-27
* [NVPTX] Emit .weak linkage for link_once, weak, available_externally, and com...Justin Holewinski2014-06-27
* [NVPTX] Variables that start with llvm. or nvvm. are reserved and should not ...Justin Holewinski2014-06-27
* [NVPTX] Emit .weak when linkage is not external, internal, or privateJustin Holewinski2014-06-27
* [NVPTX] Just use getTypeAllocSize() when computing return value size for stru...Justin Holewinski2014-06-27
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-18
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [NVPTX] Add preliminary intrinsics and codegen support for textures/surfacesJustin Holewinski2014-04-09
* [NVPTX] Add support for addrspacecast in global variable initializers, includ...Justin Holewinski2014-04-09
* [NVPTX] Add query support for read-write images and managed variablesJustin Holewinski2014-04-09
* PR19099 - revert r203483Eli Bendersky2014-03-31
* [C++11] Change DebugInfoFinder to use range-based loopsAlon Mishne2014-03-18
* Make sure NVPTX doesn't emit symbol names that aren't valid in PTX.Eli Bendersky2014-03-10
* [C++11] Add range based accessors for the Use-Def chain of a Value.Chandler Carruth2014-03-09
* [Layering] Move DebugInfo.h into the IR library where its implementationChandler Carruth2014-03-06
* Change MCStreamer EmitInstruction interface to take subtarget infoDavid Woodhouse2014-01-28
* [NVPTX] Fix emitting aggregate parametersGautam Chakrabarti2014-01-28
* Put the functionality for printing a value to a raw_ostream as anChandler Carruth2014-01-09
* Move the llvm mangler to lib/IR.Rafael Espindola2014-01-07
* Move the LLVM IR asm writer header files into the IR directory, as theyChandler Carruth2014-01-07
* Re-sort all of the includes with ./utils/sort_includes.py so thatChandler Carruth2014-01-07
* Make the llvm mangler depend only on DataLayout.Rafael Espindola2014-01-03
* Remove the notion of primitive types.Rafael Espindola2013-12-07
* Correct word hyphenationsAlp Toker2013-12-05
* Remove dead code.Rafael Espindola2013-12-02
* [NVPTX] Fix handling of indirect callsJustin Holewinski2013-11-15
* Move getSymbol to TargetLoweringObjectFile.Rafael Espindola2013-10-29
* Add a helper getSymbol to AsmPrinter.Rafael Espindola2013-10-29
* NVPTX: Remove unused globals.Benjamin Kramer2013-10-27
* Mark some command line flags as hiddenNadav Rotem2013-10-18
* Make AsmPrinter::emitImplicitDef a virtual method so targets can emit custom ...Justin Holewinski2013-10-11
* [NVPTX] Support constant vector globalsJustin Holewinski2013-09-19
* [NVPTX] Re-enable assembly printing support for inline assemblyJustin Holewinski2013-08-24
* [NVPTX] We dont have any target specific flags yet for generating symbol refe...Justin Holewinski2013-08-06
* [NVPTX] Fix bug in stack code generation causes by MC conversionJustin Holewinski2013-08-06
* [NVPTX] Start conversion to MC infrastructureJustin Holewinski2013-08-06
* [NVPTX] Add support for module-scope inline asmJustin Holewinski2013-07-01
* [NVPTX] Cut down on physical register defsJustin Holewinski2013-07-01
* [NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru...Justin Holewinski2013-06-28
* [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...Justin Holewinski2013-06-28
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher2013-06-26
* Debug Info: clean up usage of Verify.Manman Ren2013-06-26
* [NVPTX] Remove old CONST_NOT_GEN address space that is not being used anymore...Justin Holewinski2013-06-10
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-31
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-29