This website requires JavaScript.
Explore
Mirrors
Help
Sign In
6502
/
llvm-6502
Watch
1
Star
0
Fork
0
You've already forked llvm-6502
mirror of
https://github.com/c64scene-ar/llvm-6502.git
synced
2024-12-17 03:30:28 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
b8ce77752b
llvm-6502
/
lib
/
Target
/
NVPTX
History
Justin Holewinski
5df8c1bbb6
[NVPTX] Default pointer type doesn't make sense for getParamSymbol()
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@184831
91177308-0d34-0410-b5e6-96231b3b80d8
2013-06-25 12:22:21 +00:00
..
InstPrinter
MCTargetDesc
[NVPTX] Remove old CONST_NOT_GEN address space that is not being used anymore and causes constants to be emitted in the global address space
2013-06-10 13:29:47 +00:00
TargetInfo
cl_common_defines.h
CMakeLists.txt
[NVPTX] Re-enable support for virtual registers in the final output
2013-05-31 12:14:49 +00:00
LLVMBuild.txt
Makefile
ManagedStringPool.h
NVPTX.h
[NVPTX] Add support for selecting CUDA vs OCL mode based on triple
2013-06-21 18:51:49 +00:00
NVPTX.td
NVPTXAllocaHoisting.cpp
NVPTXAllocaHoisting.h
NVPTXAsmPrinter.cpp
[NVPTX] Remove old CONST_NOT_GEN address space that is not being used anymore and causes constants to be emitted in the global address space
2013-06-10 13:29:47 +00:00
NVPTXAsmPrinter.h
[NVPTX] Re-enable support for virtual registers in the final output
2013-05-31 12:14:49 +00:00
NVPTXFrameLowering.cpp
NVPTXFrameLowering.h
NVPTXGenericToNVVM.cpp
NVPTXInstrFormats.td
NVPTXInstrInfo.cpp
Don't pass in the TargetInstrInfo into the register info object. It doesn't use it.
2013-06-19 21:59:00 +00:00
NVPTXInstrInfo.h
NVPTXInstrInfo.td
NVPTXIntrinsics.td
NVPTXISelDAGToDAG.cpp
[NVPTX] Remove old CONST_NOT_GEN address space that is not being used anymore and causes constants to be emitted in the global address space
2013-06-10 13:29:47 +00:00
NVPTXISelDAGToDAG.h
NVPTXISelLowering.cpp
[NVPTX] Default pointer type doesn't make sense for getParamSymbol()
2013-06-25 12:22:21 +00:00
NVPTXISelLowering.h
[NVPTX] Default pointer type doesn't make sense for getParamSymbol()
2013-06-25 12:22:21 +00:00
NVPTXLowerAggrCopies.cpp
NVPTXLowerAggrCopies.h
NVPTXNumRegisters.h
NVPTXPrologEpilogPass.cpp
[NVPTX] Re-enable support for virtual registers in the final output
2013-05-31 12:14:49 +00:00
NVPTXRegisterInfo.cpp
Don't pass in the TargetInstrInfo into the register info object. It doesn't use it.
2013-06-19 21:59:00 +00:00
NVPTXRegisterInfo.h
Don't pass in the TargetInstrInfo into the register info object. It doesn't use it.
2013-06-19 21:59:00 +00:00
NVPTXRegisterInfo.td
NVPTXSection.h
NVPTXSplitBBatBar.cpp
NVPTXSplitBBatBar.h
NVPTXSubtarget.cpp
[NVPTX] Add support for selecting CUDA vs OCL mode based on triple
2013-06-21 18:51:49 +00:00
NVPTXSubtarget.h
NVPTXTargetMachine.cpp
NVPTX: Don't even create a regalloc if we're not going to use it.
2013-05-31 19:21:58 +00:00
NVPTXTargetMachine.h
NVPTXTargetObjectFile.h
NVPTXTargetObjectFile.h: Initialize some pointers as NULL in the constructor of NVPTXTargetObjectFile. ~NVPTXTargetObjectFile() tries to delete them.
2013-06-24 13:19:41 +00:00
NVPTXutil.cpp
NVPTXutil.h
NVPTXUtilities.cpp
NVPTXUtilities.h
NVPTXVector.td
NVVMReflect.cpp