summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX/NVPTXAsmPrinter.cpp
Commit message (Expand)AuthorAge
* 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
* [NVPTX] Fix mis-use of CurrentFnSym in NVPTXAsmPrinter. This was causing a s...Justin Holewinski2013-05-20
* [NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputsJustin Holewinski2013-05-20
* [NVPTX] Fix i1 kernel parameters and global variables. ABI rules say we need...Justin Holewinski2013-05-20
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-30
* [NVPTX] Fix handling of vector argumentsJustin Holewinski2013-03-24
* [NVPTX] Disable vector registersJustin Holewinski2013-02-12
* [NVPTX] Make address space errors more explicit (llvm_unreachable -> report_f...Justin Holewinski2013-02-09
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* convert a bunch of callers from DataLayout::getIndexedOffset() to GEP::accumu...Nuno Lopes2012-12-30
* Use the predicate methods off of AttributeSet instead of Attribute.Bill Wendling2012-12-30
* Rename the 'Attributes' class to 'Attribute'. It's going to represent a singl...Bill Wendling2012-12-19
* s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...Bill Wendling2012-12-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* [NVPTX] Order global variables in def-use order before emiting them in the fi...Justin Holewinski2012-11-16
* Fix invalid asserts, use llvm_unreachable instead.Jakub Staszak2012-11-14
* [NVPTX] Add more precise PTX/SM target attributesJustin Holewinski2012-11-12
* [NVPTX] Use ABI alignment for parameters when alignment is not specified.Justin Holewinski2012-11-09
* Revert the majority of the next patch in the address space series:Chandler Carruth2012-11-01
* Revert the series of commits starting with r166578 which introduced theChandler Carruth2012-11-01
* Add some cleanup to the DataLayout changes requested by Chandler.Micah Villmow2012-10-24
* Add in support for getIntPtrType to get the pointer type based on the address...Micah Villmow2012-10-24
* Resubmit the changes to llvm core to update the functions to support differen...Micah Villmow2012-10-15
* Revert 165732 for further review.Micah Villmow2012-10-11
* Add in the first iteration of support for llvm/clang/lldb to allow variable p...Micah Villmow2012-10-11
* Create enums for the different attributes.Bill Wendling2012-10-09
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* Use new accessor methods to query for attributes.Bill Wendling2012-10-04
* Remove layering violation #include.Bill Wendling2012-06-28
* Move lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo.cpp andBill Wendling2012-06-28
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-26