DataLayout is mandatory, update the API to reflect it with references.
[oota-llvm.git] / lib / Target / NVPTX / NVPTXAsmPrinter.cpp
2015-03-10 Mehdi AminiDataLayout is mandatory, update the API to reflect...
2015-02-19 Eric ChristopherAvoid using a self-referential initializer and fix...
2015-02-19 Eric ChristopherRemove all use of is64bit off of NVPTXSubtarget and...
2015-02-19 Eric ChristopherRemove all use of getDrvInterface off of NVPTXSubtarget...
2015-02-19 Eric ChristopherMigrate the NVPTX backend asm printer to a per function...
2015-02-03 Jingyue WuRemove usernames from TODOs, NFC
2015-02-02 Jingyue WuResurrect the assertion removed by r227717
2015-02-01 Jingyue Wu[NVPTX] Emit .pragma "nounroll" for loops marked with...
2015-01-26 Eric ChristopherMove DataLayout back to the TargetMachine from TargetSu...
2015-01-14 Chandler Carruth[cleanup] Re-sort all the #include lines in LLVM using
2015-01-05 Craig TopperReplace several 'assert(false' with 'llvm_unreachable...
2014-12-17 Jingyue Wu[NVPTX] Fix bugs related to isSingleValueType
2014-12-16 Matt ArsenaultNVPTX: Remove duplicate of AsmPrinter::lowerConstant
2014-12-03 Duncan P. N. Exon... NVPTX: Delete dead code
2014-10-10 Benjamin KramerReduce double set lookups. NFC.
2014-08-26 Dylan NoblesmithRevert "NVPTX: remove another raw delete call"
2014-08-25 Dylan NoblesmithNVPTX: remove another raw delete call
2014-08-05 Eric ChristopherHave MachineFunction cache a pointer to the subtarget...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-17 Justin Holewinski[NVPTX] Add more surface/texture intrinsics, including...
2014-07-16 Justin Holewinski[NVPTX] Rename registers %fl -> %fd and %rl -> %rd
2014-06-27 Justin Holewinski[NVPTX] Error out if initializer is given for variable...
2014-06-27 Justin Holewinski[NVPTX] Add support for .managed variables for UVM
2014-06-27 Justin Holewinski[NVPTX] Emit .weak linkage for link_once, weak, availab...
2014-06-27 Justin Holewinski[NVPTX] Variables that start with llvm. or nvvm. are...
2014-06-27 Justin Holewinski[NVPTX] Emit .weak when linkage is not external, intern...
2014-06-27 Justin Holewinski[NVPTX] Just use getTypeAllocSize() when computing...
2014-06-26 Alp TokerRevert "Introduce a string_ostream string builder facilty"
2014-06-26 Alp TokerIntroduce a string_ostream string builder facilty
2014-06-18 Craig TopperReplace some assert(0)'s with llvm_unreachable.
2014-06-03 Rafael EspindolaAllow alias to point to an arbitrary ConstantExpr.
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-09 Justin Holewinski[NVPTX] Add preliminary intrinsics and codegen support...
2014-04-09 Justin Holewinski[NVPTX] Add support for addrspacecast in global variabl...
2014-04-09 Justin Holewinski[NVPTX] Add query support for read-write images and...
2014-03-31 Eli BenderskyPR19099 - revert r203483
2014-03-18 Alon Mishne[C++11] Change DebugInfoFinder to use range-based loops
2014-03-10 Eli BenderskyMake sure NVPTX doesn't emit symbol names that aren...
2014-03-09 Chandler Carruth[C++11] Add range based accessors for the Use-Def chain...
2014-03-06 Chandler Carruth[Layering] Move DebugInfo.h into the IR library where...
2014-01-28 David WoodhouseChange MCStreamer EmitInstruction interface to take...
2014-01-28 Gautam Chakrabarti[NVPTX] Fix emitting aggregate parameters
2014-01-09 Chandler CarruthPut the functionality for printing a value to a raw_ost...
2014-01-07 Rafael EspindolaMove the llvm mangler to lib/IR.
2014-01-07 Chandler CarruthMove the LLVM IR asm writer header files into the IR...
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...
next