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-16 11:30:51 +00:00
Code
Issues
Projects
Releases
Wiki
Activity
9124b45918
llvm-6502
/
lib
/
Target
/
NVPTX
History
Craig Topper
10d664fee7
Replace some assert(0)'s with llvm_unreachable.
...
git-svn-id:
https://llvm.org/svn/llvm-project/llvm/trunk@211141
91177308-0d34-0410-b5e6-96231b3b80d8
2014-06-18 05:05:13 +00:00
..
InstPrinter
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. NVPTX edition
2014-04-29 07:57:44 +00:00
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
ManagedStringPool.h
NVPTX.h
NVPTX.td
NVPTXAllocaHoisting.cpp
NVPTXAllocaHoisting.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. NVPTX edition
2014-04-29 07:57:44 +00:00
NVPTXAsmPrinter.cpp
Replace some assert(0)'s with llvm_unreachable.
2014-06-18 05:05:13 +00:00
NVPTXAsmPrinter.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. NVPTX edition
2014-04-29 07:57:44 +00:00
NVPTXAssignValidGlobalNames.cpp
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. NVPTX edition
2014-04-29 07:57:44 +00:00
NVPTXFavorNonGenericAddrSpaces.cpp
Test commit.
2014-05-23 06:30:12 +00:00
NVPTXFrameLowering.cpp
NVPTXFrameLowering.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. NVPTX edition
2014-04-29 07:57:44 +00:00
NVPTXGenericToNVVM.cpp
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. NVPTX edition
2014-04-29 07:57:44 +00:00
NVPTXImageOptimizer.cpp
Fix typos
2014-06-07 21:23:09 +00:00
NVPTXInstrFormats.td
NVPTXInstrInfo.cpp
NVPTXInstrInfo.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. NVPTX edition
2014-04-29 07:57:44 +00:00
NVPTXInstrInfo.td
NVPTXIntrinsics.td
NVPTXISelDAGToDAG.cpp
Use makeArrayRef insted of calling ArrayRef<T> constructor directly. I introduced most of these recently.
2014-04-30 07:17:30 +00:00
NVPTXISelDAGToDAG.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. NVPTX edition
2014-04-29 07:57:44 +00:00
NVPTXISelLowering.cpp
SelectionDAG: Don't use MVT::Other to determine legality of ISD::SELECT_CC
2014-06-10 16:01:29 +00:00
NVPTXISelLowering.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. NVPTX edition
2014-04-29 07:57:44 +00:00
NVPTXLowerAggrCopies.cpp
NVPTXLowerAggrCopies.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. NVPTX edition
2014-04-29 07:57:44 +00:00
NVPTXMachineFunctionInfo.h
NVPTXMCExpr.cpp
NVPTXMCExpr.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. NVPTX edition
2014-04-29 07:57:44 +00:00
NVPTXPrologEpilogPass.cpp
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. NVPTX edition
2014-04-29 07:57:44 +00:00
NVPTXRegisterInfo.cpp
De-virtualize or remove some methods that have no overrides nor override anything. In some cases remove all together if there are no callers either.
2014-04-30 05:53:27 +00:00
NVPTXRegisterInfo.h
De-virtualize or remove some methods that have no overrides nor override anything. In some cases remove all together if there are no callers either.
2014-04-30 05:53:27 +00:00
NVPTXRegisterInfo.td
NVPTXReplaceImageHandles.cpp
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. NVPTX edition
2014-04-29 07:57:44 +00:00
NVPTXSection.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. NVPTX edition
2014-04-29 07:57:44 +00:00
NVPTXSubtarget.cpp
NVPTXSubtarget.h
NVPTXTargetMachine.cpp
Have TargetSelectionDAGInfo take a DataLayout initializer rather than
2014-06-06 19:04:48 +00:00
NVPTXTargetMachine.h
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. NVPTX edition
2014-04-29 07:57:44 +00:00
NVPTXTargetObjectFile.h
NVPTXutil.cpp
NVPTXutil.h
NVPTXUtilities.cpp
NVPTXUtilities.h
NVPTXVector.td
NVVMReflect.cpp
[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final' and leave 'virtual' on some methods that are marked virtual without overriding anything and have no obvious overrides themselves. NVPTX edition
2014-04-29 07:57:44 +00:00