Implemented relocations:
- R_MIPS_PCHI16,
- R_MIPS_PCLO16.
Paths
| Differential D3860
MIPS64r6 Relocations R_MIPS_PCHI16, R_MIPS_PCLO16 ClosedPublic Authored by jkolek on May 21 2014, 5:18 AM.
Details Summary Implemented relocations:
Diff Detail
Event Timelinejkolek updated this object. dsanders edited edge metadata. Comment ActionsLGTM with a nit. D3824 adds a test file for each relocation. A single relocation.s is slightly preferable since program startup time adds up but we can merge them together later.
This revision is now accepted and ready to land.May 23 2014, 3:25 AM
Revision Contents
Diff 9839 llvm/trunk/include/llvm/MC/MCExpr.h
llvm/trunk/lib/MC/MCExpr.cpp
llvm/trunk/lib/Target/Mips/AsmParser/MipsAsmParser.cpp
llvm/trunk/lib/Target/Mips/InstPrinter/MipsInstPrinter.cpp
llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsAsmBackend.cpp
llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsELFObjectWriter.cpp
llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsFixupKinds.h
llvm/trunk/lib/Target/Mips/MCTargetDesc/MipsMCCodeEmitter.cpp
llvm/trunk/test/MC/Mips/mips32r6/relocations.s
llvm/trunk/test/MC/Mips/mips64r6/relocations.s
|