.. |
InstPrinter
|
[NVPTX] Added support for .f16x2 instructions.
|
2017-02-23 22:38:24 +00:00 |
MCTargetDesc
|
Distinguish between code pointer size and DataLayout::getPointerSize() in DWARF info generation
|
2017-04-17 17:41:25 +00:00 |
TargetInfo
|
…
|
|
CMakeLists.txt
|
NVPTX: Move InferAddressSpaces to generic code
|
2017-01-31 01:10:58 +00:00 |
LLVMBuild.txt
|
NVPTXCodeGen: Add IPO to libdeps, since r293189.
|
2017-01-27 02:11:10 +00:00 |
ManagedStringPool.h
|
[NVPTX] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
2017-01-09 22:16:51 +00:00 |
NVPTX.h
|
NVPTX: Move InferAddressSpaces to generic code
|
2017-01-31 01:10:58 +00:00 |
NVPTX.td
|
…
|
|
NVPTXAllocaHoisting.cpp
|
…
|
|
NVPTXAllocaHoisting.h
|
…
|
|
NVPTXAsmPrinter.cpp
|
[NVPTX] Add lowering of i128 params.
|
2017-07-20 21:16:03 +00:00 |
NVPTXAsmPrinter.h
|
[NVPTX] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
2017-01-09 22:16:51 +00:00 |
NVPTXAssignValidGlobalNames.cpp
|
…
|
|
NVPTXFrameLowering.cpp
|
…
|
|
NVPTXFrameLowering.h
|
…
|
|
NVPTXGenericToNVVM.cpp
|
Sort the remaining #include lines in include/... and lib/....
|
2017-06-06 11:49:48 +00:00 |
NVPTXISelDAGToDAG.cpp
|
[NVPTX] Reduce amount of boilerplate code used to select load instruction opcode.
|
2017-03-02 19:14:14 +00:00 |
NVPTXISelDAGToDAG.h
|
[NVPTX] Added support for .f16x2 instructions.
|
2017-02-23 22:38:24 +00:00 |
NVPTXISelLowering.cpp
|
Change CallLoweringInfo::CS to be an ImmutableCallSite instead of a pointer. NFCI.
|
2017-07-26 19:15:29 +00:00 |
NVPTXISelLowering.h
|
Change CallLoweringInfo::CS to be an ImmutableCallSite instead of a pointer. NFCI.
|
2017-07-26 19:15:29 +00:00 |
NVPTXImageOptimizer.cpp
|
[NVPTX] Remove unnecessary isImageReadoOnly(), isImageWriteOnly(), & isImageReadWrite calls
|
2017-03-08 01:14:15 +00:00 |
NVPTXInstrFormats.td
|
…
|
|
NVPTXInstrInfo.cpp
|
Sort the remaining #include lines in include/... and lib/....
|
2017-06-06 11:49:48 +00:00 |
NVPTXInstrInfo.h
|
[NVPTX] Remove dead code.
|
2016-12-14 23:20:40 +00:00 |
NVPTXInstrInfo.td
|
Changed EOL back to LF. NFC.
|
2017-07-20 20:57:51 +00:00 |
NVPTXIntrinsics.td
|
[NVPTX] Added missing LDU/LDG intrinsics for f16.
|
2017-03-02 19:14:10 +00:00 |
NVPTXLowerAggrCopies.cpp
|
Extend memcpy expansion in Transform/Utils to handle wider operand types.
|
2017-07-07 02:00:06 +00:00 |
NVPTXLowerAggrCopies.h
|
…
|
|
NVPTXLowerAlloca.cpp
|
[NVPTX] Remove NVPTXFavorNonGenericAddrSpaces pass.
|
2016-10-31 21:51:42 +00:00 |
NVPTXLowerArgs.cpp
|
Sort the remaining #include lines in include/... and lib/....
|
2017-06-06 11:49:48 +00:00 |
NVPTXMCExpr.cpp
|
[NVPTX] Added support for half-precision floating point.
|
2017-01-13 20:56:17 +00:00 |
NVPTXMCExpr.h
|
[NVPTX] Added support for half-precision floating point.
|
2017-01-13 20:56:17 +00:00 |
NVPTXMachineFunctionInfo.h
|
…
|
|
NVPTXPeephole.cpp
|
Sort the remaining #include lines in include/... and lib/....
|
2017-06-06 11:49:48 +00:00 |
NVPTXPrologEpilogPass.cpp
|
…
|
|
NVPTXRegisterInfo.cpp
|
[NVPTX] Added support for .f16x2 instructions.
|
2017-02-23 22:38:24 +00:00 |
NVPTXRegisterInfo.h
|
…
|
|
NVPTXRegisterInfo.td
|
[NVPTX] Added support for .f16x2 instructions.
|
2017-02-23 22:38:24 +00:00 |
NVPTXReplaceImageHandles.cpp
|
…
|
|
NVPTXSection.h
|
Only print architecture dependent flags for that architecture.
|
2017-01-30 15:38:43 +00:00 |
NVPTXSubtarget.cpp
|
[NVPTX] Added support for half-precision floating point.
|
2017-01-13 20:56:17 +00:00 |
NVPTXSubtarget.h
|
[NVPTX] Added support for half-precision floating point.
|
2017-01-13 20:56:17 +00:00 |
NVPTXTargetMachine.cpp
|
[NVPTX] Add lowering of i128 params.
|
2017-07-20 21:16:03 +00:00 |
NVPTXTargetMachine.h
|
TargetMachine: Indicate whether machine verifier passes.
|
2017-05-31 18:41:23 +00:00 |
NVPTXTargetObjectFile.h
|
[NVPTX] Fix some Clang-tidy modernize and Include What You Use warnings; other minor fixes (NFC).
|
2017-01-09 22:16:51 +00:00 |
NVPTXTargetTransformInfo.cpp
|
[LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI.
|
2017-06-28 15:53:17 +00:00 |
NVPTXTargetTransformInfo.h
|
[LoopUnroll] Pass SCEV to getUnrollingPreferences hook. NFCI.
|
2017-06-28 15:53:17 +00:00 |
NVPTXUtilities.cpp
|
[NVPTX] Remove dead code.
|
2016-12-14 23:20:40 +00:00 |
NVPTXUtilities.h
|
[NVPTX] Remove dead #defines from NVPTXUtilities.h.
|
2016-12-15 00:45:06 +00:00 |
NVPTXVector.td
|
…
|
|
NVVMIntrRange.cpp
|
Sort the remaining #include lines in include/... and lib/....
|
2017-06-06 11:49:48 +00:00 |
NVVMReflect.cpp
|
[NVPTX] Let there be One True Way to set NVVMReflect params.
|
2017-01-15 16:54:35 +00:00 |
cl_common_defines.h
|
…
|
|