summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX/NVPTXISelLowering.h
Commit message (Expand)AuthorAge
* [NVPTX] Add support for [SHL,SRA,SRL]_PARTSJustin Holewinski2014-06-27
* [NVPTX] Implement fma and imad contraction as target DAGCombiner patternsJustin Holewinski2014-06-27
* Move NVPTX subtarget dependent variables from the target machineEric Christopher2014-06-27
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [NVPTX] Add preliminary intrinsics and codegen support for textures/surfacesJustin Holewinski2014-04-09
* Change shouldSplitVectorElementType to better match the description.Matt Arsenault2014-03-31
* [NVPTX] Fix handling of indirect callsJustin Holewinski2013-11-15
* [NVPTX] We dont use NVBuiltin anymoreJustin 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
* [NVPTX] Add infrastructure for vector loads/stores of parametersJustin Holewinski2013-06-28
* [NVPTX] Default pointer type doesn't make sense for getParamSymbol()Justin Holewinski2013-06-25
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-30
* Fix PR10475Michael Liao2013-03-01
* [NVPTX] Disable vector registersJustin Holewinski2013-02-12
* Allow targets to prefer TypeSplitVector over TypePromoteInteger when computin...Justin Holewinski2012-11-29
* [NVPTX] Implement custom lowering of loads/stores for i1Justin Holewinski2012-11-14
* Change interface for TargetLowering::LowerCallTo and TargetLowering::LowerCallJustin Holewinski2012-05-25
* This patch adds a new NVPTX back-end to LLVM which supports code generation f...Justin Holewinski2012-05-04