"clang/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "b460f1624cd57698a8cd94912a50890f01e2ed4d"
[LLDB][MIPS] Fix offsets of all register sets and add MSA regset and FRE=1 mode support
This change : - Fixes offsets of all register sets for Mips. - Adds MSA register set and FRE=1 mode support for FP register set. - Separates lldb register numbers and register infos of freebsd/mips64 from linux/mips64. - Re-orders the register numbers of all kinds for mips to be consistent with freebsd order of register numbers. - Eliminates ENABLE_128_BIT_SUPPORT and union ValueData from Scalar.cpp and uses llvm::APInt and llvm::APFloat for all integer and floating point types. Reviewers : emaste, jaydeep, clayborg Subscribers : emaste, mohit.bhakkad, nitesh.jain, bhushan Differential : http://reviews.llvm.org/D10919 llvm-svn: 244308
Loading
Please register or sign in to comment