llvm-6502/test/CodeGen
Dale Johannesen 1b25cb2416 Fix internal representation of fp80 to be the
same as a normal i80 {low64, high16} rather
than its own {high64, low16}.  A depressing number
of places know about this; I think I got them all.
Bitcode readers and writers convert back to the old
form to avoid breaking compatibility.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@67562 91177308-0d34-0410-b5e6-96231b3b80d8
2009-03-23 21:16:53 +00:00
..
Alpha
ARM add no-unwind, remove duplicate run line. 2009-03-12 05:56:37 +00:00
CBackend
CellSPU Don't force promotion of return arguments on the callee. 2009-03-17 23:43:59 +00:00
CPP
Generic LSR shouldn't ever try to hack on integer IV's larger than 64-bits. Right now 2009-03-17 23:58:30 +00:00
IA64
Mips
PowerPC Added missing support for widening when splitting an unary op (PR3683) 2009-03-18 06:24:04 +00:00
SPARC
X86 Fix internal representation of fp80 to be the 2009-03-23 21:16:53 +00:00
XCore