<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">The bigest changes are to endianize the opcode and then the fixups. I am less than thrilled<br>
that we have to do this at this level of the compiler and not at a higher level, but that<br>
will be a battle for another day.<br>
<br>
I am also concerned that there seems to be an assumption that the host machine will be<br>
little endian. Instead of checking if the target is big or little endian I would have<br>
thought we would be asking if it was a different endian or not.<br>
<br>
Contributers: Jack Carter<br>
<br>
#<br>
#    modified:   MCTargetDesc/MipsAsmBackend.cpp<br>
#    modified:   MCTargetDesc/MipsMCCodeEmitter.cpp<br>
#    modified:   MCTargetDesc/MipsMCTargetDesc.cpp<br>
#    modified:   MCTargetDesc/MipsMCTargetDesc.h<br>
#    new        :   test/MC/Mips/elf-bigendian.ll <br>
<br>
</div>
</body>
</html>