.. |
InstPrinter
|
|
|
MCTargetDesc
|
|
|
TargetInfo
|
|
|
cl_common_defines.h
|
Update a couple of header inclusion guards
|
2014-05-31 21:26:09 +00:00 |
CMakeLists.txt
|
|
|
LLVMBuild.txt
|
|
|
Makefile
|
This patch adds a new NVPTX back-end to LLVM which supports code generation for NVIDIA PTX 3.0. This back-end will (eventually) replace the current PTX back-end, while maintaining compatibility with it.
|
2012-05-04 20:18:50 +00:00 |
ManagedStringPool.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
NVPTX.h
|
|
|
NVPTX.td
|
[NVPTX] Add target options for PTX 3.2/4.0 and SM 5.0 (Maxwell)
|
2014-06-27 18:35:18 +00:00 |
NVPTXAllocaHoisting.cpp
|
|
|
NVPTXAllocaHoisting.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
NVPTXAsmPrinter.cpp
|
Replace several 'assert(false' with 'llvm_unreachable' or fold a condition into the assert.
|
2015-01-05 10:15:49 +00:00 |
NVPTXAsmPrinter.h
|
NVPTX: Remove duplicate of AsmPrinter::lowerConstant
|
2014-12-16 19:16:17 +00:00 |
NVPTXAssignValidGlobalNames.cpp
|
|
|
NVPTXFavorNonGenericAddrSpaces.cpp
|
|
|
NVPTXFrameLowering.cpp
|
|
|
NVPTXFrameLowering.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
NVPTXGenericToNVVM.cpp
|
IR: Split Metadata from Value
|
2014-12-09 18:38:53 +00:00 |
NVPTXImageOptimizer.cpp
|
Fix typos
|
2014-06-07 21:23:09 +00:00 |
NVPTXInstrFormats.td
|
[NVPTX] Add more surface/texture intrinsics, including CUDA unified texture fetch
|
2014-07-17 11:59:04 +00:00 |
NVPTXInstrInfo.cpp
|
Remove caching of the target machine in NVPTXInstrInfo and
|
2014-06-27 01:27:08 +00:00 |
NVPTXInstrInfo.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
NVPTXInstrInfo.td
|
Replace neverHasSideEffects=1 with hasSideEffects=0 in all .td files.
|
2014-11-26 00:46:26 +00:00 |
NVPTXIntrinsics.td
|
|
|
NVPTXISelDAGToDAG.cpp
|
[NVPTX] Remove MemIntrinsicSDNode/MemSDNode duplicate checking
|
2014-08-13 04:59:51 +00:00 |
NVPTXISelDAGToDAG.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
NVPTXISelLowering.cpp
|
Replace several 'assert(false' with 'llvm_unreachable' or fold a condition into the assert.
|
2015-01-05 10:15:49 +00:00 |
NVPTXISelLowering.h
|
Add override to overriden virtual methods, remove virtual keywords.
|
2014-09-03 11:41:21 +00:00 |
NVPTXLowerAggrCopies.cpp
|
|
|
NVPTXLowerAggrCopies.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
NVPTXLowerStructArgs.cpp
|
Clean up NVPTXLowerStructArgs.cpp. NFC
|
2014-11-06 17:05:49 +00:00 |
NVPTXMachineFunctionInfo.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
NVPTXMCExpr.cpp
|
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
|
2014-04-22 02:41:26 +00:00 |
NVPTXMCExpr.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
NVPTXPrologEpilogPass.cpp
|
Have MachineFunction cache a pointer to the subtarget to make lookups
|
2014-08-05 02:39:49 +00:00 |
NVPTXRegisterInfo.cpp
|
|
|
NVPTXRegisterInfo.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
NVPTXRegisterInfo.td
|
|
|
NVPTXReplaceImageHandles.cpp
|
Add override to overriden virtual methods, remove virtual keywords.
|
2014-09-03 11:41:21 +00:00 |
NVPTXSection.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
NVPTXSubtarget.cpp
|
Improve some const-correctness to remove a -Wcast-qual warning. No functional changes intended.
|
2014-08-01 12:34:58 +00:00 |
NVPTXSubtarget.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
NVPTXTargetMachine.cpp
|
|
|
NVPTXTargetMachine.h
|
Add out of line virtual destructors to all LLVMTargetMachine subclasses
|
2014-11-20 23:37:18 +00:00 |
NVPTXTargetObjectFile.h
|
Remove a bit of dead code.
|
2014-11-12 01:27:22 +00:00 |
NVPTXTargetTransformInfo.cpp
|
Fix broken doxygen annotations, NFC
|
2014-11-12 18:25:06 +00:00 |
NVPTXutil.cpp
|
[NVPTX] Run clang-format on all NVPTX sources.
|
2013-03-30 14:29:21 +00:00 |
NVPTXutil.h
|
|
|
NVPTXUtilities.cpp
|
IR: Split Metadata from Value
|
2014-12-09 18:38:53 +00:00 |
NVPTXUtilities.h
|
Canonicalize header guards into a common format.
|
2014-08-13 16:26:38 +00:00 |
NVPTXVector.td
|
|
|
NVVMReflect.cpp
|
[NVPTX] Add reflect intrinsic (better than matching by function name)
|
2014-06-27 18:36:11 +00:00 |