aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* [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
* Revert 165732 for further review.Micah Villmow2012-10-111-4/+3
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-111-3/+4
* Create enums for the different attributes.Bill Wendling2012-10-091-1/+2
* Move TargetData to DataLayout.Micah Villmow2012-10-081-13/+13
* Use new accessor methods to query for attributes.Bill Wendling2012-10-041-1/+1
* Remove layering violation #include.Bill Wendling2012-06-281-1/+0
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-281-8/+6
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-261-1/+3
* Convert assert(0) to llvm_unreachable.Craig Topper2012-05-241-14/+11
* Mark a couple arrays as static and const. Use array_lengthof instead of sizeo...Craig Topper2012-05-241-1/+1
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-041-0/+2068