|  d465318c6d CodePointerSize and CalleeSaveStackSlotSize values are used in DWARF generation. In case of MIPS it's incorrect to check for Triple::isMIPS64() only this function returns true for N32 ABI too. Now we do not have a method to recognize N32 if it's specified by a command line option and is not a part of a target triple. So we check for Triple::GNUABIN32 only. It's better than nothing. Differential revision: https://reviews.llvm.org/D52874 llvm-svn: 344039 | ||
|---|---|---|
| .. | ||
| CMakeLists.txt | ||
| LLVMBuild.txt | ||
| MipsABIFlagsSection.cpp | ||
| MipsABIFlagsSection.h | ||
| MipsABIInfo.cpp | ||
| MipsABIInfo.h | ||
| MipsAsmBackend.cpp | ||
| MipsAsmBackend.h | ||
| MipsBaseInfo.h | ||
| MipsELFObjectWriter.cpp | ||
| MipsELFStreamer.cpp | ||
| MipsELFStreamer.h | ||
| MipsFixupKinds.h | ||
| MipsMCAsmInfo.cpp | ||
| MipsMCAsmInfo.h | ||
| MipsMCCodeEmitter.cpp | ||
| MipsMCCodeEmitter.h | ||
| MipsMCExpr.cpp | ||
| MipsMCExpr.h | ||
| MipsMCNaCl.h | ||
| MipsMCTargetDesc.cpp | ||
| MipsMCTargetDesc.h | ||
| MipsNaClELFStreamer.cpp | ||
| MipsOptionRecord.cpp | ||
| MipsTargetStreamer.cpp | ||