Displaying 12 results from an estimated 12 matches for "20131129".
Did you mean:
20130129
2013 Nov 28
0
[LLVMdev] Question about ExprConstant optimization of IR stage
Hi Haishan,
> int foo(int j) {
> return ++j > 0;
> }
> int main() {
> if (foo(((~0U)>>1)))
> abort();
> exit(0)
> }
This test contains undefined behaviour, and you can never rely on the
compiler doing anything predictable with that. Specifically, the
result of casting (~0U) >> 1 to an int is almost certainly INT_MAX and
when foo
2013 Nov 29
1
[LLVMdev] Question about ExprConstant optimization of IR stage
...(~0U) >> 1 to an int is almost certainly INT_MAX and
>when foo increments it integer overflow occurs, which is undefined.
>
>Cheers.
>
>Tim.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131129/8b5cd85f/attachment.html>
2013 Nov 29
2
Answering agent
...info only in
queue_log.
Is there a way to have that info in the CDR or maybe in a variable in the
"h" context, when the call is ended?
Leandro
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131129/f9d38920/attachment.html>
2013 Nov 29
2
Please help me decode this webrtc chrome conversation
...ne. While recording I was hearing it, but I can't decode the
file.
https://docs.google.com/file/d/0B40Hp1Tx6I6eR25ybGh2MnEzRk0/edit
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: test.c
Url: http://lists.xiph.org/pipermail/opus/attachments/20131129/62bfcc74/attachment.txt
2013 Nov 28
2
[LLVMdev] Question about ExprConstant optimization of IR stage
hi,
I compile a case (test.c) to get IR file (test.ll) using clang as follows:
"clang -emit-llvm -S -O2 test.c -o test.ll"
My clang source code version is release 3.3 and debugging build.
//test.c
int foo(int j) {
return ++j > 0;
}
int main() {
if (foo(((~0U)>>1)))
abort();
exit(0)
}
//end test.c
Here are the generated IR file:
//test.ll
;
2013 Nov 29
0
[Bug 58378] Distorted graphics on NVIDIA GeForce 8400M G after upgrade the kernel to 3.7.0 version
...to be quite old . . . there should be an appropriate
solution by now !
cheers
TS
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20131129/1db2edba/attachment.html>
2013 Nov 29
1
Official AWS Centos AMI and new instance types
...ance types and
according to their market place info, I believe that the official AMI is
not ready for those as well.
Is it possible to get it ready?
Thank you.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.centos.org/pipermail/centos-virt/attachments/20131129/05a20083/attachment.html
2013 Nov 29
0
Selecting supported chipsets in the driver?
...___
>> Nouveau mailing list
>> Nouveau at lists.freedesktop.org
>> http://lists.freedesktop.org/mailman/listinfo/nouveau
>>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/nouveau/attachments/20131129/f1438612/attachment.html>
2013 Nov 21
1
[LLVMdev] [cfe-dev] disabled Sema/ms-inline-asm.c test
On 21/11/2013 18:37, Alp Toker wrote:
> It's possible a commit I made fixed this (r193685) or if not, a
> similar fix might solve the problem.
>
> I'm in favour of switching the test back on on and collecting data on
> what the crash is, or indeed if it's still broken at all.
So, I looked into Sema/ms-inline-asm.c. There's good news and there's
bad news..
2013 Oct 25
20
[Bug 70875] New: [NVC0] NOUVEAU(0): [drm] failed to set drm interface version
https://bugs.freedesktop.org/show_bug.cgi?id=70875
Priority: medium
Bug ID: 70875
Assignee: nouveau at lists.freedesktop.org
Summary: [NVC0] NOUVEAU(0): [drm] failed to set drm interface
version
QA Contact: xorg-team at lists.x.org
Severity: major
Classification: Unclassified
OS: Linux (All)
2013 Aug 01
2
Selecting supported chipsets in the driver?
Sorry but 1.7 and 6.3 MB are huge...
Live long and prosper,
Christ-Jan Wijtmans
http://facebook.com/cj.wijtmans
http://twitter.com/cjwijtmans
On Wed, Jul 31, 2013 at 5:42 PM, Martin Peres <martin.peres at free.fr> wrote:
> On 31/07/2013 11:03, Ilia Mirkin wrote:
>
>> On Wed, Jul 31, 2013 at 10:44 AM, Martin Peres <martin.peres at free.fr>
>> wrote:
>>
2013 Nov 29
10
[LLVMdev] "Mapping High-Level Constructs to LLVM IR" Github URL
...mitted to LLVM, I'll delete the
repository at Github - or, perhaps even better, simply make a small page
that refers to the official copy in LLVM.
-- Mikael
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131129/7f4b4d05/attachment.html>