mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 12:43:36 +01:00
1b359f6379
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 |
||
---|---|---|
.. | ||
AsmParser | ||
Disassembler | ||
MCTargetDesc | ||
TargetInfo | ||
CMakeLists.txt | ||
LVLGen.cpp | ||
VE.h | ||
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 | ||
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 |