Make TargetLowering::getShiftAmountTy() taking DataLayout as an argument
[oota-llvm.git] / lib / Target / NVPTX / NVPTXISelLowering.h
2015-07-09 Mehdi AminiMake TargetLowering::getShiftAmountTy() taking DataLayo...
2015-07-09 Mehdi AminiMake TargetLowering::getPointerTy() taking DataLayout...
2015-07-05 Benjamin Kramer[TargetLowering] StringRefize asm constraint getters.
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-06-09 Daniel Sanders[nvptx] Only support the 'm' inline assembly memory...
2015-06-01 Matt ArsenaultAdd address space argument to isLegalAddressingMode
2015-05-07 Matthias BraunChange getTargetNodeName() to produce compiler warnings...
2015-03-16 Daniel SandersMake each target map all inline assembly memory constra...
2015-02-26 Eric ChristophergetRegForInlineAsmConstraint wants to use TargetRegiste...
2015-01-30 Eric ChristopherMigrate NVPTXISelLowering to take the subtarget that...
2015-01-26 Justin Holewinski[NVPTX] Generate a more optimal sequence for select...
2015-01-14 Olivier SallenaveOverride the TLI callback enableAggressiveFMAFusion...
2014-09-03 Benjamin KramerAdd override to overriden virtual methods, remove virtu...
2014-08-13 Benjamin KramerCanonicalize header guards into a common format.
2014-08-01 Aaron BallmanImprove some const-correctness to remove a -Wcast-qual...
2014-07-17 Justin Holewinski[NVPTX] Improve handling of FP fusion
2014-07-17 Justin Holewinski[NVPTX] Add more surface/texture intrinsics, including...
2014-07-03 Chandler Carruth[codegen,aarch64] Add a target hook to the code generat...
2014-06-27 Justin Holewinski[NVPTX] Handle all possible vector types in getSetCCRes...
2014-06-27 Justin Holewinski[NVPTX] Add support for [SHL,SRA,SRL]_PARTS
2014-06-27 Justin Holewinski[NVPTX] Implement fma and imad contraction as target...
2014-06-27 Eric ChristopherMove NVPTX subtarget dependent variables from the targe...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-09 Justin Holewinski[NVPTX] Add preliminary intrinsics and codegen support...
2014-03-31 Matt ArsenaultChange shouldSplitVectorElementType to better match...
2013-11-15 Justin Holewinski[NVPTX] Fix handling of indirect calls
2013-07-01 Justin Holewinski[NVPTX] We dont use NVBuiltin anymore
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 Justin Holewinski[NVPTX] Add infrastructure for vector loads/stores...
2013-06-25 Justin Holewinski[NVPTX] Default pointer type doesn't make sense for...
2013-06-22 Chad RosierThe getRegForInlineAsmConstraint function should only...
2013-05-25 Andrew TrickTrack IR ordering of SelectionDAG nodes 2/4.
2013-05-18 Matt ArsenaultAdd LLVMContext argument to getSetCCResultType
2013-03-30 Justin Holewinski[NVPTX] Run clang-format on all NVPTX sources.
2013-03-01 Michael LiaoFix PR10475
2013-02-12 Justin Holewinski[NVPTX] Disable vector registers
2012-11-29 Justin HolewinskiAllow targets to prefer TypeSplitVector over TypePromot...
2012-11-14 Justin Holewinski[NVPTX] Implement custom lowering of loads/stores for i1
2012-05-25 Justin HolewinskiChange interface for TargetLowering::LowerCallTo and...
2012-05-04 Justin HolewinskiThis patch adds a new NVPTX back-end to LLVM which...