Displaying 3 results from an estimated 3 matches for "54d96c98".
Did you mean:
54d96292
2008 Jun 04
1
[LLVMdev] Status of the 2.3 release - volunteers needed.
...on local variables, not return types AFAIK.
Gr.
Matthijs
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: Digital signature
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20080604/54d96c98/attachment.sig>
2008 Jun 04
0
[LLVMdev] Status of the 2.3 release - volunteers needed.
On Jun 2, 2008, at 11:11 PM, Tanya Lattner wrote:
> Darwin/ppc:
> SingleSource/Benchmarks/CoyoteBench/fftbench [ CBE ]
>
From what I can see comparing 2.3 with TOT, the "cexp" function is
declared like this in 2.3:
declare i128 @cexp({double, double}* byval) nounwind
It used to be this:
declare void @cexp({double, double}* noalias sret, {double, double}*
byval)
2008 Jun 03
10
[LLVMdev] Status of the 2.3 release - volunteers needed.
Many of you are probably wondering about the status of the 2.3
release. Unfortunately, this release has been very difficult and the
list of regressions very high. The list has finally dwindled down to
the following regressions:
Linux/x86:
SingleSource/Benchmarks/CoyoteBench/fftbench [ JIT Codegen, JIT]
MultiSource/Applications/minisat/minisat [CBE]
Darwin/x86: