Displaying 2 results from an estimated 2 matches for "d31528".
2018 Apr 23
2
[lld] Any chance to get review for a couple of patches in a couple of years?
Hi Rui, Rafael,
You are reviewers of two MIPS related patches for LLD linker:
- Handle cross-mode (regular <-> microMIPS) jumps
https://reviews.llvm.org/D40147
- Multi-GOT implementation
https://reviews.llvm.org/D31528
Both patches implement essential part of MIPS architecture. microMIPS
is something like ARM Thumb. Multi-GOT support required to link any
rather complex application for MIPS targets. For example, without
multi-GOT it is not possible to link Clang for MIPS. This
functionality is not experimental, r...
2018 Apr 24
0
[lld] Any chance to get review for a couple of patches in a couple of years?
...mon at atanasyan.com>
wrote:
> Hi Rui, Rafael,
>
> You are reviewers of two MIPS related patches for LLD linker:
>
> - Handle cross-mode (regular <-> microMIPS) jumps
> https://reviews.llvm.org/D40147
>
> - Multi-GOT implementation
> https://reviews.llvm.org/D31528
>
> Both patches implement essential part of MIPS architecture. microMIPS
> is something like ARM Thumb. Multi-GOT support required to link any
> rather complex application for MIPS targets. For example, without
> multi-GOT it is not possible to link Clang for MIPS. This
> functio...