aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/NVPTX
Commit message (Expand)AuthorAgeFilesLines
...
* [NVPTX] Add (1.0 / sqrt(x)) => rsqrt(x) generation when allowable by FP flagsJustin Holewinski2013-06-281-1/+12
* [NVPTX] Calling conventions fixJustin Holewinski2013-06-281-24/+40
* [NVPTX] Add support for cttz/ctlz/ctpopJustin Holewinski2013-06-282-0/+74
* [NVPTX] Clean up comparison/select/convert patterns and factor out PTX instru...Justin Holewinski2013-06-288-949/+1129
* [NVPTX] Remove i8 register class. PTX support for i8 (.b8, .u8, .s8) is rath...Justin Holewinski2013-06-2810-859/+1243
* [NVPTX] Add support for vectorized function return valuesJustin Holewinski2013-06-281-27/+137
* [NVPTX] Clean up handling of formal arguments and enable generation of vector...Justin Holewinski2013-06-281-114/+202
* [NVPTX] Add infrastructure for vector loads/stores of parametersJustin Holewinski2013-06-283-0/+155
* Debug Info: clean up usage of Verify.Manman Ren2013-06-281-2/+4
* Revert "Debug Info: clean up usage of Verify." as it's breaking bots.Eric Christopher2013-06-261-1/+1
* Debug Info: clean up usage of Verify.Manman Ren2013-06-261-1/+1
* [NVPTX] Default pointer type doesn't make sense for getParamSymbol()Justin Holewinski2013-06-252-2/+2
* NVPTXTargetObjectFile.h: Initialize some pointers as NULL in the constructor ...NAKAMURA Takumi2013-06-241-1/+23
* The getRegForInlineAsmConstraint function should only accept MVT value types.Chad Rosier2013-06-222-2/+2
* [NVPTX] Add support for selecting CUDA vs OCL mode based on tripleJustin Holewinski2013-06-212-13/+7
* Don't pass in the TargetInstrInfo into the register info object. It doesn't u...Bill Wendling2013-06-193-4/+3
* [NVPTX] Remove old CONST_NOT_GEN address space that is not being used anymore...Justin Holewinski2013-06-103-39/+11
* NVPTX: Don't even create a regalloc if we're not going to use it.Benjamin Kramer2013-05-311-2/+7
* [NVPTX] Re-enable support for virtual registers in the final outputJustin Holewinski2013-05-318-66/+307
* [NVPTX] Fix case where a sext load of an i1 type may produce anJustin Holewinski2013-05-301-2/+4
* Order CALLSEQ_START and CALLSEQ_END nodes.Andrew Trick2013-05-291-3/+4
* Don't reach into the middle of TargetMachine and cache one of its ivars.Bill Wendling2013-05-291-1/+1
* Track IR ordering of SelectionDAG nodes 3/4.Andrew Trick2013-05-251-3/+3
* Track IR ordering of SelectionDAG nodes 2/4.Andrew Trick2013-05-253-17/+17
* Move passes from namespace llvm into anonymous namespaces. Sort includes whil...Benjamin Kramer2013-05-231-2/+2
* More symbols that should be static.Benjamin Kramer2013-05-231-5/+3
* [NVPTX] Add @llvm.nvvm.sqrt.f() intrinsicJustin Holewinski2013-05-214-0/+24
* [NVPTX] Fix mis-use of CurrentFnSym in NVPTXAsmPrinter. This was causing a s...Justin Holewinski2013-05-201-9/+7
* [NVPTX] Add programmatic interface to NVVMReflect passJustin Holewinski2013-05-202-3/+24
* [NVPTX] Add GenericToNVVM IR converter to better handle idiomatic LLVM IR inputsJustin Holewinski2013-05-207-80/+525
* [NVPTX] Fix i1 kernel parameters and global variables. ABI rules say we need...Justin Holewinski2013-05-201-2/+12
* Add LLVMContext argument to getSetCCResultTypeMatt Arsenault2013-05-181-1/+1
* Remove the MachineMove class.Rafael Espindola2013-05-131-1/+3
* Remove unused argument.Rafael Espindola2013-05-102-2/+2
* ArrayRefize getMachineNode(). No functionality change.Michael Liao2013-04-191-14/+14
* Add support for subsections to the ELF assembler. Fixes PR8717.Peter Collingbourne2013-04-171-1/+2
* [NVPTX] Fix a few style issues in NVVMReflectJustin Holewinski2013-04-021-72/+56
* [NVPTX] Remove support for SM < 2.0. This was never fully supported anyway.Justin Holewinski2013-03-302-14/+2
* [NVPTX] Add NVVMReflect pass to allow compile-time selection ofJustin Holewinski2013-03-303-0/+201
* [NVPTX] Run clang-format on all NVPTX sources.Justin Holewinski2013-03-3031-1956/+2298
* [NVPTX] Fix handling of vector argumentsJustin Holewinski2013-03-242-7/+56
* DAGCombiner: Use correct value type for checking legality of BR_CC v3Tom Stellard2013-03-081-1/+7
* ArrayRefize some code. No functionality change.Benjamin Kramer2013-03-071-18/+16
* Fix PR10475Michael Liao2013-03-011-1/+1
* Move the eliminateCallFramePseudoInstr method from TargetRegisterInfoEli Bendersky2013-02-214-13/+15
* Update TargetLowering ivars for name policy.Jim Grosbach2013-02-201-3/+3
* [NVPTX] Disable vector registersJustin Holewinski2013-02-1217-1997/+1274
* [NVPTX] Make address space errors more explicit (llvm_unreachable -> report_f...Justin Holewinski2013-02-091-1/+2
* [PEI] Pass the frame index operand number to the eliminateFrameIndex function.Chad Rosier2013-01-312-14/+6
* Clean up assignment of CalleeSaveStackSlotSize: get rid of the default and ex...Eli Bendersky2013-01-231-2/+3