search for: mips64r

Displaying 10 results from an estimated 10 matches for "mips64r".

Did you mean: mips64
2015 Sep 17
6
The Trouble with Triples
...9;t a problem and continue to operate in the same way as they do today. > And one more: What global options do we need to consider here? I'm not certain I understand this question. If you're talking command line options, it's things like –EL, -EB, -mips32, -mips32r[2356], -mips64, -mips64r[2356], -mabi=…. If you're talking about Triple -> TargetTuple mappings, there's quite a wide variety but the main ones for Mips are endian, architecture, default CPU, and default ABI. > The goal of the configuration level of the TargetMachine is that it controls things that don't...
2015 Sep 22
2
The Trouble with Triples
...You're probably thinking something like "mips32r2 little endian, obviously" but this is not actually correct all the time. The true answer is 'whatever I (the person who built the toolchain) want it to mean'. It could be mips32r6, it could be mips4, it could even be big-endian mips64r5 with nan2008 and msa. It could even be octeon or p5600. In GCC toolchains, distributors routinely use configure-time options to define the triple they wish to use. Nothing is stopping anyone using the same string for completely different meanings and indeed conflicting definitions are very common....
2015 Jul 30
8
[LLVMdev] [3.7 Release] RC2 has been tagged, Testing Phase II begins
Dear testers, 3.7.0-rc2 was just tagged. Please test, build binaries, upload to the sftp, and report results to this thread. A lot of fixes have been applied since rc1, both to the build script and the code in general, so hopefully it will be less bumpy this time. >From this point, I will no longer accept merge requests to finish existing features; it's now bug-fixes only. Thanks again
2015 Sep 23
4
The Trouble with Triples
...continue to operate in the same way as they do today. Examples please. > And one more: What global options do we need to consider here? I'm not certain I understand this question. If you're talking command line options, it's things like –EL, -EB, -mips32, -mips32r[2356], -mips64, -mips64r[2356], -mabi=…. If you're talking about Triple -> TargetTuple mappings, there's quite a wide variety but the main ones for Mips are endian, architecture, default CPU, and default ABI. All of these are representable right now in the TargetMachine as far as I can tell. What examples are y...
2015 Sep 23
2
The Trouble with Triples
...continue to operate in the same way as they do today. Examples please. > And one more: What global options do we need to consider here? I'm not certain I understand this question. If you're talking command line options, it's things like –EL, -EB, -mips32, -mips32r[2356], -mips64, -mips64r[2356], -mabi=…. If you're talking about Triple -> TargetTuple mappings, there's quite a wide variety but the main ones for Mips are endian, architecture, default CPU, and default ABI. All of these are representable right now in the TargetMachine as far as I can tell. What examples are y...
2015 Sep 23
2
The Trouble with Triples
...continue to operate in the same way as they do today. Examples please. > And one more: What global options do we need to consider here? I'm not certain I understand this question. If you're talking command line options, it's things like –EL, -EB, -mips32, -mips32r[2356], -mips64, -mips64r[2356], -mabi=…. If you're talking about Triple -> TargetTuple mappings, there's quite a wide variety but the main ones for Mips are endian, architecture, default CPU, and default ABI. All of these are representable right now in the TargetMachine as far as I can tell. What examples are y...
2015 Sep 23
4
The Trouble with Triples
...continue to operate in the same way as they do today. Examples please. > And one more: What global options do we need to consider here? I'm not certain I understand this question. If you're talking command line options, it's things like –EL, -EB, -mips32, -mips32r[2356], -mips64, -mips64r[2356], -mabi=…. If you're talking about Triple -> TargetTuple mappings, there's quite a wide variety but the main ones for Mips are endian, architecture, default CPU, and default ABI. All of these are representable right now in the TargetMachine as far as I can tell. What examples are y...
2015 Sep 23
3
The Trouble with Triples
...continue to operate in the same way as they do today. Examples please. > And one more: What global options do we need to consider here? I'm not certain I understand this question. If you're talking command line options, it's things like –EL, -EB, -mips32, -mips32r[2356], -mips64, -mips64r[2356], -mabi=…. If you're talking about Triple -> TargetTuple mappings, there's quite a wide variety but the main ones for Mips are endian, architecture, default CPU, and default ABI. All of these are representable right now in the TargetMachine as far as I can tell. What examples are y...
2015 Sep 16
3
The Trouble with Triples
On 16 September 2015 at 21:56, Jim Grosbach <grosbach at apple.com> wrote: > Why do we care about GAS? We have an assembler. It's not that simple. There are a lot of old code out there, including the Linux kernel which we do care a lot, that only compiles with GAS. We're slowly moving the legacy code up to modern standards, and specifically some kernel folks are happy to move up
2015 Sep 24
3
The Trouble with Triples
...continue to operate in the same way as they do today. Examples please. > And one more: What global options do we need to consider here? I'm not certain I understand this question. If you're talking command line options, it's things like –EL, -EB, -mips32, -mips32r[2356], -mips64, -mips64r[2356], -mabi=…. If you're talking about Triple -> TargetTuple mappings, there's quite a wide variety but the main ones for Mips are endian, architecture, default CPU, and default ABI. All of these are representable right now in the TargetMachine as far as I can tell. What examples are y...