Re-sort all of the includes with ./utils/sort_includes.py so that
[oota-llvm.git] / lib / Target / NVPTX / NVPTXAsmPrinter.cpp
2014-01-07 Chandler CarruthRe-sort all of the includes with ./utils/sort_includes...
2014-01-03 Rafael EspindolaMake the llvm mangler depend only on DataLayout.
2013-12-07 Rafael EspindolaRemove the notion of primitive types.
2013-12-05 Alp TokerCorrect word hyphenations
2013-12-02 Rafael EspindolaRemove dead code.
2013-11-15 Justin Holewinski[NVPTX] Fix handling of indirect calls
2013-10-29 Rafael EspindolaMove getSymbol to TargetLoweringObjectFile.
2013-10-29 Rafael EspindolaAdd a helper getSymbol to AsmPrinter.
2013-10-27 Benjamin KramerNVPTX: Remove unused globals.
2013-10-18 Nadav RotemMark some command line flags as hidden
2013-10-11 Justin HolewinskiMake AsmPrinter::emitImplicitDef a virtual method so...
2013-09-19 Justin Holewinski[NVPTX] Support constant vector globals
2013-08-24 Justin Holewinski[NVPTX] Re-enable assembly printing support for inline...
2013-08-06 Justin Holewinski[NVPTX] We dont have any target specific flags yet...
2013-08-06 Justin Holewinski[NVPTX] Fix bug in stack code generation causes by...
2013-08-06 Justin Holewinski[NVPTX] Start conversion to MC infrastructure
2013-07-01 Justin Holewinski[NVPTX] Add support for module-scope inline asm
2013-07-01 Justin Holewinski[NVPTX] Cut down on physical register defs
2013-06-28 Justin Holewinski[NVPTX] Clean up comparison/select/convert patterns...
2013-06-28 Justin Holewinski[NVPTX] Remove i8 register class. PTX support for...
2013-06-28 Manman RenDebug Info: clean up usage of Verify.
2013-06-26 Eric ChristopherRevert "Debug Info: clean up usage of Verify." as it...
2013-06-26 Manman RenDebug Info: clean up usage of Verify.
2013-06-10 Justin Holewinski[NVPTX] Remove old CONST_NOT_GEN address space that...
2013-05-31 Justin Holewinski[NVPTX] Re-enable support for virtual registers in...
2013-05-29 Bill WendlingDon't reach into the middle of TargetMachine and cache...
2013-05-20 Justin Holewinski[NVPTX] Fix mis-use of CurrentFnSym in NVPTXAsmPrinter...
2013-05-20 Justin Holewinski[NVPTX] Add GenericToNVVM IR converter to better handle...
2013-05-20 Justin Holewinski[NVPTX] Fix i1 kernel parameters and global variables...
2013-03-30 Justin Holewinski[NVPTX] Run clang-format on all NVPTX sources.
2013-03-24 Justin Holewinski[NVPTX] Fix handling of vector arguments
2013-02-12 Justin Holewinski[NVPTX] Disable vector registers
2013-02-09 Justin Holewinski[NVPTX] Make address space errors more explicit (llvm_u...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-30 Nuno Lopesconvert a bunch of callers from DataLayout::getIndexedO...
2012-12-30 Bill WendlingUse the predicate methods off of AttributeSet instead...
2012-12-19 Bill WendlingRename the 'Attributes' class to 'Attribute'. It's...
2012-12-07 Bill Wendlings/AttrListPtr/AttributeSet/g to better label what this...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-16 Justin Holewinski[NVPTX] Order global variables in def-use order before...
2012-11-14 Jakub StaszakFix invalid asserts, use llvm_unreachable instead.
2012-11-12 Justin Holewinski[NVPTX] Add more precise PTX/SM target attributes
2012-11-09 Justin Holewinski[NVPTX] Use ABI alignment for parameters when alignment...
2012-11-01 Chandler CarruthRevert the majority of the next patch in the address...
2012-11-01 Chandler CarruthRevert the series of commits starting with r166578...
2012-10-24 Micah VillmowAdd some cleanup to the DataLayout changes requested...
2012-10-24 Micah VillmowAdd in support for getIntPtrType to get the pointer...
2012-10-15 Micah VillmowResubmit the changes to llvm core to update the functio...
2012-10-11 Micah VillmowRevert 165732 for further review.
2012-10-11 Micah VillmowAdd in the first iteration of support for llvm/clang...
2012-10-09 Bill WendlingCreate enums for the different attributes.
2012-10-08 Micah VillmowMove TargetData to DataLayout.
2012-10-04 Bill WendlingUse new accessor methods to query for attributes.
2012-06-28 Bill WendlingRemove layering violation #include.
2012-06-28 Bill WendlingMove lib/Analysis/DebugInfo.cpp to lib/VMCore/DebugInfo...
2012-06-26 Jack CarterThere are a number of generic inline asm operand modifi...
2012-05-24 Craig TopperConvert assert(0) to llvm_unreachable.
2012-05-24 Craig TopperMark a couple arrays as static and const. Use array_len...
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...