User Details
User Details
- User Since
- Apr 16 2022, 9:36 AM (10 w, 1 d)
Mon, Jun 20
Mon, Jun 20
argentite added inline comments to D127491: [JITLink][Orc] Add MemoryMapper interface with InProcess implementation.
argentite updated the diff for D127491: [JITLink][Orc] Add MemoryMapper interface with InProcess implementation.
Used ArrayRef instead of const std::vector& and relaxed initialize() return address restriction
Fri, Jun 17
Fri, Jun 17
argentite updated the diff for D127491: [JITLink][Orc] Add MemoryMapper interface with InProcess implementation.
release() will implicitly deinitialize() all suballocations to maintain consistency
Thu, Jun 16
Thu, Jun 16
argentite added inline comments to D127491: [JITLink][Orc] Add MemoryMapper interface with InProcess implementation.
argentite updated the diff for D127491: [JITLink][Orc] Add MemoryMapper interface with InProcess implementation.
Explicit release test and minor fixes
Wed, Jun 15
Wed, Jun 15
argentite updated the diff for D127491: [JITLink][Orc] Add MemoryMapper interface with InProcess implementation.
Moved synchronous functions to test and renamed test
Tue, Jun 14
Tue, Jun 14
argentite published D127491: [JITLink][Orc] Add MemoryMapper interface with InProcess implementation for review.
May 25 2022
May 25 2022
argentite added a comment to D123902: [llvm-objcopy][ObjectYAML][mips] Add MIPS specific ELF section indexes.
This is my first patch. I don't have push access. Can you push it for me if nobody has any other comments?
May 9 2022
May 9 2022
argentite updated the diff for D123902: [llvm-objcopy][ObjectYAML][mips] Add MIPS specific ELF section indexes.
Renamed test
May 6 2022
May 6 2022
argentite updated the diff for D123902: [llvm-objcopy][ObjectYAML][mips] Add MIPS specific ELF section indexes.
This handles the testing partially. I think it can only be properly done when the condition has been added for Hexagon and AMDGPU as well beacuse currently it falls back to Hexagon if MIPS does not match.
May 2 2022
May 2 2022
argentite updated the diff for D123902: [llvm-objcopy][ObjectYAML][mips] Add MIPS specific ELF section indexes.
Fixed ordering and formatting
May 1 2022
May 1 2022
argentite updated the diff for D123902: [llvm-objcopy][ObjectYAML][mips] Add MIPS specific ELF section indexes.
This should accept both valid and invalid sections in input and only valid sections in output.
Apr 19 2022
Apr 19 2022
argentite added inline comments to D123902: [llvm-objcopy][ObjectYAML][mips] Add MIPS specific ELF section indexes.
argentite updated the diff for D123902: [llvm-objcopy][ObjectYAML][mips] Add MIPS specific ELF section indexes.
Fix comment capitalization
Apr 16 2022
Apr 16 2022
argentite published D123902: [llvm-objcopy][ObjectYAML][mips] Add MIPS specific ELF section indexes for review.