aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-42/+35
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-21/+13
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-252/+98
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-240/+37
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-28/+44
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-28/+354
* Update to LLVM 3.5a.Stephen Hines2014-04-241-58/+31
* [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
* [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...Justin Holewinski2013-06-281-3/+0
* Debug Info: clean up usage of Verify.Manman Ren2013-06-281-2/+4
* Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher2013-06-261-1/+1
* Debug Info: clean up usage of Verify.Manman Ren2013-06-261-1/+1
* [NVPTX] Remove old CONST_NOT_GEN address space that is not being used anymore...Justin Holewinski2013-06-101-12/+1
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-311-39/+24
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-291-1/+1
* [NVPTX] Fix mis-use of CurrentFnSym in NVPTXAsmPrinter. This was causing a s...Justin Holewinski2013-05-201-9/+7
* [NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputsJustin Holewinski2013-05-201-41/+62
* [NVPTX] Fix i1 kernel parameters and global variables. ABI rules say we need...Justin Holewinski2013-05-201-2/+12
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-301-431/+448
* [NVPTX] Fix handling of vector argumentsJustin Holewinski2013-03-241-1/+17
* [NVPTX] Disable vector registersJustin Holewinski2013-02-121-45/+1
* [NVPTX] Make address space errors more explicit (llvm_unreachable -> report_f...Justin Holewinski2013-02-091-1/+2
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-5/+5
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-301-10/+5
* Use the predicate methods off of AttributeSet instead of Attribute.Bill Wendling2012-12-301-2/+1
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-191-1/+1
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-071-1/+1
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-17/+17
* [NVPTX] Order global variables in def-use order before emiting them in the fi...Justin Holewinski2012-11-161-3/+67
* Fix invalid asserts, use llvm_unreachable instead.Jakub Staszak2012-11-141-3/+3
* [NVPTX] Add more precise PTX/SM target attributesJustin Holewinski2012-11-121-1/+2
* [NVPTX] Use ABI alignment for parameters when alignment is not specified.Justin Holewinski2012-11-091-0/+3
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-011-5/+3
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-011-4/+5
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-241-4/+3
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-241-1/+1
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-151-3/+5