summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX
Commit message (Expand)AuthorAge
* [NVPTX] Use GreatestCommonDivisor64 from MathExtras instead of using our own....Justin Holewinski2014-06-27
* [NVPTX] Add reflect intrinsic (better than matching by function name)Justin Holewinski2014-06-27
* [NVPTX] Handle all possible vector types in getSetCCResultType, not just the ...Justin Holewinski2014-06-27
* [NVPTX] Add 'b' asm constraintJustin Holewinski2014-06-27
* [NVPTX] Simplify some argument lowering logicJustin Holewinski2014-06-27
* [NVPTX] Do not process samplers in GenericToNVVMJustin Holewinski2014-06-27
* [NVPTX] Error out if initializer is given for variable in an address space th...Justin Holewinski2014-06-27
* [NVPTX] Add support for .managed variables for UVMJustin Holewinski2014-06-27
* [NVPTX] Emit .weak linkage for link_once, weak, available_externally, and com...Justin Holewinski2014-06-27
* [NVPTX] Variables that start with llvm. or nvvm. are reserved and should not ...Justin Holewinski2014-06-27
* [NVPTX] Fix handling of ldg/ldu intrinsics.Justin Holewinski2014-06-27
* [NVPTX] Clean up argument lowering code and properly handle alignment for str...Justin Holewinski2014-06-27
* [NVPTX] Add missing boolean vector contents flagJustin Holewinski2014-06-27
* [NVPTX] Add support for [SHL,SRA,SRL]_PARTSJustin Holewinski2014-06-27
* [NVPTX] Implement fma and imad contraction as target DAGCombiner patternsJustin Holewinski2014-06-27
* [NVPTX] Add support for efficient rotate instructions on SM 3.2+Justin Holewinski2014-06-27
* [NVPTX] Add missing isel patterns for 64-bit atomicsJustin Holewinski2014-06-27
* [NVPTX] Add isel patterns for bit-field extract (bfe)Justin Holewinski2014-06-27
* [NVPTX] Add support for isspacep instructionJustin Holewinski2014-06-27
* [NVPTX] Add support for envreg readsJustin Holewinski2014-06-27
* [NVPTX] Add target options for PTX 3.2/4.0 and SM 5.0 (Maxwell)Justin Holewinski2014-06-27
* [NVPTX] Update sub-target feature detectionJustin Holewinski2014-06-27
* [NVPTX] Directly control the Machine SSA passes that are invoked for NVPTX.Justin Holewinski2014-06-27
* [NVPTX] Emit .weak when linkage is not external, internal, or privateJustin Holewinski2014-06-27
* [NVPTX] Just use getTypeAllocSize() when computing return value size for stru...Justin Holewinski2014-06-27
* Move NVPTX subtarget dependent variables from the target machineEric Christopher2014-06-27
* Use the target lowering we can get off of the DAG rather than offEric Christopher2014-06-27
* Move the constructor for NVPTXFrameLowering into the implementationEric Christopher2014-06-27
* Remove unnecessary caching of the TargetMachine on NVPTXFrameLowering.Eric Christopher2014-06-27
* Rework the logic for setting the TargetName. This appears toEric Christopher2014-06-27
* Remove caching of the target machine in NVPTXInstrInfo andEric Christopher2014-06-27
* Remove comment that duplicated information in the constructorEric Christopher2014-06-27
* Remove commented out code.Eric Christopher2014-06-27
* Remove extraneous parens and extraneous const cast (and fix theEric Christopher2014-06-27
* Revert "Introduce a string_ostream string builder facilty"Alp Toker2014-06-26
* Introduce a string_ostream string builder faciltyAlp Toker2014-06-26
* Move expression visitation logic up to MCStreamer.Rafael Espindola2014-06-25
* Simplify the visitation of target expressions. No functionality change.Rafael Espindola2014-06-25
* Replace some assert(0)'s with llvm_unreachable.Craig Topper2014-06-18
* SelectionDAG: Don't use MVT::Other to determine legality of ISD::SELECT_CCTom Stellard2014-06-10
* Fix typosAlp Toker2014-06-07
* Have TargetSelectionDAGInfo take a DataLayout initializer rather thanEric Christopher2014-06-06
* Allow alias to point to an arbitrary ConstantExpr.Rafael Espindola2014-06-03
* Update a couple of header inclusion guardsAlp Toker2014-05-31
* Test commit.Jingyue Wu2014-05-23
* Target: change member from reference to pointerSaleem Abdulrasool2014-05-17
* Add an optimization that does CSE in a group of similar GEPs.Eli Bendersky2014-05-01
* Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introd...Craig Topper2014-04-30
* De-virtualize or remove some methods that have no overrides nor override anyt...Craig Topper2014-04-30
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29