1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-11-24 11:42:57 +01:00
llvm-mirror/test/CodeGen
Dale Johannesen 34123aba43 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.

llvm-svn: 67562
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