..
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
[C++] Use 'nullptr'. Target edition.
2014-04-25 05:30:21 +00:00
TargetInfo
cl_common_defines.h
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
[C++] Use 'nullptr'. Target edition.
2014-04-25 05:30:21 +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
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
[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
NVPTXInstrFormats.td
NVPTXInstrInfo.cpp
[C++] Use 'nullptr'. Target edition.
2014-04-25 05:30:21 +00:00
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
Target: change member from reference to pointer
2014-05-17 21:50:01 +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
[Modules] Fix potential ODR violations by sinking the DEBUG_TYPE
2014-04-22 02:41:26 +00:00
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
[cleanup] Lift using directives, DEBUG_TYPE definitions, and even some
2014-04-22 02:03:14 +00:00
NVPTXSubtarget.h
[cleanup] Fix two headers where we included a standard library header
2014-04-22 02:28:45 +00:00
NVPTXTargetMachine.cpp
Add an optimization that does CSE in a group of similar GEPs.
2014-05-01 18:38:36 +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
[C++] Use 'nullptr'.
2014-04-28 04:05:08 +00:00
NVPTXutil.cpp
NVPTXutil.h
NVPTXUtilities.cpp
[C++] Use 'nullptr'. Target edition.
2014-04-25 05:30:21 +00:00
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