1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-26 12:43:36 +01:00
llvm-mirror/lib/Target/VE
Kazushi (Jam) Marukawa 1b359f6379 [VE] Change inetger constants 32-bit friendly
Correct integer constants like `1UL << 63` to `UINT64_C(1) << 63` in
order to make them work on 32-bit machines.  Tested on both an i386
and x86_64 machines.

Reviewed By: mgorny

Differential Revision: https://reviews.llvm.org/D95724
2021-02-01 19:00:47 +09:00
..
AsmParser
Disassembler
MCTargetDesc
TargetInfo
CMakeLists.txt
LVLGen.cpp
VE.h [VE] Change inetger constants 32-bit friendly 2021-02-01 19:00:47 +09:00
VE.td
VEAsmPrinter.cpp
VECallingConv.td
VEFrameLowering.cpp
VEFrameLowering.h
VEInstrBuilder.h
VEInstrFormats.td
VEInstrInfo.cpp
VEInstrInfo.h
VEInstrInfo.td
VEInstrIntrinsicVL.gen.td
VEInstrIntrinsicVL.td
VEInstrPatternsVec.td
VEInstrVec.td
VEISelDAGToDAG.cpp
VEISelLowering.cpp [VE] Fix compiler warnings (NFC) 2021-01-31 10:23:39 -08:00
VEISelLowering.h
VEMachineFunctionInfo.cpp
VEMachineFunctionInfo.h
VEMCInstLower.cpp
VERegisterInfo.cpp
VERegisterInfo.h
VERegisterInfo.td
VESubtarget.cpp
VESubtarget.h
VETargetMachine.cpp
VETargetMachine.h
VETargetTransformInfo.h
VVPInstrInfo.td
VVPInstrPatternsVec.td
VVPNodes.def