Displaying 3 results from an estimated 3 matches for "r107".
Did you mean:
r10
2023 Aug 13
2
a quick and dirty way to compile R on win arm64 using clangarm64
...kage
mingw-w64-clang-aarch64-brotli 1.0.9-6
mingw-w64-clang-aarch64-bzip2 1.0.8-2
mingw-w64-clang-aarch64-c-ares 1.19.1-1
mingw-w64-clang-aarch64-ca-certificates 20230311-1
mingw-w64-clang-aarch64-clang 16.0.5-3
mingw-w64-clang-aarch64-compiler-rt 16.0.5-3
mingw-w64-clang-aarch64-crt-git 11.0.0.r107.gd367cc9d7-1
mingw-w64-clang-aarch64-curl 8.2.1-1
mingw-w64-clang-aarch64-expat 2.5.0-1
mingw-w64-clang-aarch64-flang 16.0.5-1
mingw-w64-clang-aarch64-gettext 0.21.1-2
mingw-w64-clang-aarch64-giflib 5.2.1-3
mingw-w64-clang-aarch64-gmp 6.3.0-1
mingw-w64-clang-aarch64-gnutls 3.8.0-1
mingw-w64-clang-a...
2010 Jun 15
0
[LLVMdev] Question on X86 backend
...R49, R50, R51, R52, R53, R54, R55, R56, R57, R58, R59, R60, R61, R62, R63,
R64, R65, R66, R67, R68, R69, R70, R71, R72, R73, R74, R75, R76, R77, R78, R79,
R80, R81, R82, R83, R84, R85, R86, R87, R88, R89, R90, R91, R92, R93, R94, R95,
R96, R97, R98, R99, R100, R101, R102, R103, R104, R105, R106, R107, R108, R109, R110, R111,
R112, R113, R114, R115, R116, R117, R118, R119, R120, R121, R122, R123, R124, R125, R126, R127,
R128, R129, R130, R131, R132, R133, R134, R135, R136, R137, R138, R139, R140, R141, R142, R143,
R144, R145, R146, R147, R148, R149, R150, R151, R152, R153, R154, R155, R156, R...
2010 Jun 15
2
[LLVMdev] Question on X86 backend
Hi Micah,
> In X86InstrInfo.td for Call Instructions, it mentions that Uses for
> argument registers are added manually. Can someone point me to the
> location where they are added as the comment doesn't reference a
> where or how?
the register uses are added by the function
X86TargetLowering::LowerCall() during the DAG Lowering phase. This is
the relevant code segment:
// Add