summaryrefslogtreecommitdiff
path: root/lib/Target/NVPTX
Commit message (Expand)AuthorAge
...
* [NVPTX] Start conversion to MC infrastructureJustin Holewinski2013-08-06
* Target/*/CMakeLists.txt: Add the dependency to CommonTableGen explicitly for ...NAKAMURA Takumi2013-08-06
* [NVPTX] Remove unused prototypesJustin Holewinski2013-07-22
* [NVPTX] Use approximate FP ops when unsafe-fp-math is used, and appendJustin Holewinski2013-07-22
* ARM: implement ldrex, strex and clrex intrinsicsTim Northover2013-07-16
* Use SmallVectorImpl& instead of SmallVector to avoid repeating small vector s...Craig Topper2013-07-14
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* [NVPTX] Add support for module-scope inline asmJustin Holewinski2013-07-01
* [NVPTX] We dont use NVBuiltin anymoreJustin Holewinski2013-07-01
* [NVPTX] Cut down on physical register defsJustin Holewinski2013-07-01
* [NVPTX] 64-bit ADDC/ADDE are not legalJustin Holewinski2013-07-01
* [NVPTX] Fix vector loads from parameters that span multiple loads, and fix so...Justin Holewinski2013-07-01
* [NVPTX] Handle signext/zeroext attributes properlyJustin Holewinski2013-07-01
* [NVPTX] Add support for native SIGN_EXTEND_INREG where availableJustin Holewinski2013-07-01
* [NVPTX] Add isel patterns for [reg+offset] form of ldg/ldu.Justin Holewinski2013-07-01
* [NVPTX] Make sure we zero out high-order 24 bits for 8-bit load into 32-bit v...Justin Holewinski2013-07-01
* NVPTX: Fold otherwise unused variable into assert.Benjamin Kramer2013-06-29
* [NVPTX] Select -1 instead of 1 when anyextend'ing i1 typesJustin Holewinski2013-06-28
* [NVPTX] Add (1.0 / sqrt(x)) => rsqrt(x) generation when allowable by FP flagsJustin Holewinski2013-06-28
* [NVPTX] Calling conventions fixJustin Holewinski2013-06-28
* [NVPTX] Add support for cttz/ctlz/ctpopJustin Holewinski2013-06-28
* [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 support for vectorized function return valuesJustin Holewinski2013-06-28
* [NVPTX] Clean up handling of formal arguments and enable generation of vector...Justin Holewinski2013-06-28
* [NVPTX] Add infrastructure for vector loads/stores of parametersJustin Holewinski2013-06-28
* Debug Info: clean up usage of Verify.Manman Ren2013-06-28
* Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher2013-06-26
* Debug Info: clean up usage of Verify.Manman Ren2013-06-26
* [NVPTX] Default pointer type doesn't make sense for getParamSymbol()Justin Holewinski2013-06-25
* NVPTXTargetObjectFile.h: Initialize some pointers as NULL in the constructor ...NAKAMURA Takumi2013-06-24
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-22
* [NVPTX] Add support for selecting CUDA vs OCL mode based on tripleJustin Holewinski2013-06-21
* Don't pass in the TargetInstrInfo into the register info object. It doesn't u...Bill Wendling2013-06-19
* [NVPTX] Remove old CONST_NOT_GEN address space that is not being used anymore...Justin Holewinski2013-06-10
* NVPTX: Don't even create a regalloc if we're not going to use it.Benjamin Kramer2013-05-31
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-31
* [NVPTX] Fix case where a sext load of an i1 type may produce anJustin Holewinski2013-05-30
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-29
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-29
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-25
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-25
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-23
* More symbols that should be static.Benjamin Kramer2013-05-23
* [NVPTX] Add @llvm.nvvm.sqrt.f() intrinsicJustin Holewinski2013-05-21
* [NVPTX] Fix mis-use of CurrentFnSym in NVPTXAsmPrinter. This was causing a s...Justin Holewinski2013-05-20
* [NVPTX] Add programmatic interface to NVVMReflect passJustin Holewinski2013-05-20
* [NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputsJustin Holewinski2013-05-20
* [NVPTX] Fix i1 kernel parameters and global variables. ABI rules say we need...Justin Holewinski2013-05-20
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-18