search for: mov32t

Displaying 4 results from an estimated 4 matches for "mov32t".

Did you mean: mov32
2014 Aug 22
2
[LLVMdev] possible bug in COFFObjectFile::getSymbolType()
I'm working on adding data detection to llvm-objdump, so it prints out raw data for symbols with type SymbolRef::ST_Data instead of disassembling them. This causes llvm/test/MC/ARM/Windows/mov32t-range.s to fail, because the symbol "truncation" comes back as SymbolRef::ST_Data, and the code gets dumped as bytes instead of disassembled. I traced the problem back to COFFObjectFile::getSymbolType() in llvm/lib/Object/COFFObjectFile.cpp : if (Characteristics & COFF::IMAGE...
2014 Aug 26
2
[LLVMdev] possible bug in COFFObjectFile::getSymbolType()
...tics as well. On Fri, Aug 22, 2014 at 9:55 AM, Ted Woodward <ted.woodward at codeaurora.org> wrote: I’m working on adding data detection to llvm-objdump, so it prints out raw data for symbols with type SymbolRef::ST_Data instead of disassembling them. This causes llvm/test/MC/ARM/Windows/mov32t-range.s to fail, because the symbol “truncation” comes back as SymbolRef::ST_Data, and the code gets dumped as bytes instead of disassembled. I traced the problem back to COFFObjectFile::getSymbolType() in llvm/lib/Object/COFFObjectFile.cpp : if (Characteristics & COFF::IMAGE_SCN_MEM_R...
2018 Feb 09
0
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
...arm64-import2.test lld :: COFF/arm64-magic.yaml lld :: COFF/arm64-relocs-imports.test lld :: COFF/armnt-blx23t.test lld :: COFF/armnt-branch24t.test lld :: COFF/armnt-dynamicbase.test lld :: COFF/armnt-entry-point.test lld :: COFF/armnt-imports.test lld :: COFF/armnt-mov32t-exec.test lld :: COFF/armnt-movt32t.test lld :: COFF/associative-comdat.s lld :: COFF/base.test lld :: COFF/baserel.test lld :: COFF/cl-gl.test lld :: COFF/combined-resources.test lld :: COFF/common-alignment.test lld :: COFF/common.test lld :: COFF/conflict.test...
2018 Feb 09
2
[Release-testers] [6.0.0 Release] Release Candidate 2 tagged
On Thu, Feb 8, 2018 at 10:43 PM, Dimitry Andric <dimitry at andric.com> wrote: > On 7 Feb 2018, at 21:51, Hans Wennborg via Release-testers <release-testers at lists.llvm.org> wrote: >> >> There's been a lot of merges since rc1, and hopefully the tests are in >> a better state now. >> >> 6.0.0-rc2 was just tagged, after r324506. >> >>