Displaying 20 results from an estimated 50 matches for "20131023".
Did you mean:
20130123
2013 Oct 23
2
Disable peer from AMI
.../disable (or perhaps delete/add) a peer via the AMI? I could create code to modify sip.conf and force a reload, but that seems like the wrong approach...
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131023/937241ef/attachment.html>
2013 Oct 06
8
[Bug 70212] New: glxinfo triggers assert in cso_release_all after 3f0627c2ad6
https://bugs.freedesktop.org/show_bug.cgi?id=70212
Priority: medium
Bug ID: 70212
Assignee: nouveau at lists.freedesktop.org
Summary: glxinfo triggers assert in cso_release_all after
3f0627c2ad6
Severity: normal
Classification: Unclassified
OS: All
Reporter: awatry at gmail.com
2013 Oct 23
1
[LLVMdev] Buildslave atom1-buildbot
...a look?
Thanks
Daniel Sanders
Leading Software Design Engineer, MIPS Processor IP
Imagination Technologies Limited
www.imgtec.com<http://www.imgtec.com/>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131023/5424f7d9/attachment.html>
2013 Oct 23
1
[LLVMdev] On printing Value
...lement an analysis. I wanted to make sure the result of
the analysis is as expected.
This requires printing Values and opcode. How can I go about this?
--
Rekha
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131023/b2f95eb5/attachment.html>
2013 Oct 24
0
[LLVMdev] [RFC] Stackmap and Patchpoint Intrinsic Proposal
...er developers. I’ve been making an effort to improve the docs: http://llvm-reviews.chandlerc.com/D1981. Please let me know where clarification is needed.
-Andy
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131023/d3cd1bda/attachment.html>
2013 Oct 23
1
ProxyCommand brokent in recent snapshots
Hello,
While testing recent snapshots (20131023 and 20131024) I encountered a
problem with ProxyCommand. The regression tests all passed, but the use
of ProxyCommand's in my ~/.ssh/config resulted in name resolution
errors; even if CanonicalizeHostname was explicitly set to "no."
The patch included inline below fixed the issue:
I...
2013 Oct 23
1
warnign
...: chan_ooh323.c:1413
ooh323_indicate: Don't know how to indicate condition 33 on ooh323c_60
any idea?
--
rickygm
http://gnuforever.homelinux.com
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20131023/810f6152/attachment.html>
2013 Oct 23
1
[LLVMdev] How to use clang -intergrated-as to compile cross-(os/target) assembly file.
...ion to force use C predefined macros?
because use .S is too tricky.
>
> Cheers,
> Rafael
>
--
此致
礼
罗勇刚
Yours
sincerely,
Yonggang Luo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131023/a0086236/attachment.html>
2013 Oct 24
2
[LLVMdev] [RFC] Stackmap and Patchpoint Intrinsic Proposal
...nd the intended usage scenarios. Can you
add a section with this meta information?
Yours,
Philip
p.s. Thank you both for taking the time to hash this through.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131023/ef8a1ed4/attachment.html>
2013 Oct 23
1
[LLVMdev] Attach state from clang to LLVM
...extra state frequently, so the mechanism
should be performant.
Some of the state should also make it to the persistent IR forms.
Thanks in advance,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131023/b5678e2f/attachment.html>
2013 Oct 22
1
[LLVMdev] SmallPtrSet patch for MCJIT
...ith the code and after fixing the above bugs
> the code, debugged line by line, appear to work OK.****
>
> ** **
>
> Yaron****
>
> ** **
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131023/379fc3df/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: mcjit-ptrset2.diff
Type: application/octet-stream
Size: 17405 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131023/379fc3df/attachment.obj>
2013 Oct 24
2
[LLVMdev] [RFC] Stackmap and Patchpoint Intrinsic Proposal
...getting at or b)
believe the "full resume" semantics were a key part of the intrinsic.
In either case, we should probably hash it out here.
Philip
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131023/f057327a/attachment.html>
2013 Oct 22
0
[LLVMdev] SmallPtrSet patch for MCJIT
Hi Yaron,
Overall this looks great.
There are a couple of remaining holes. Specifically, MCJIT inherits implementations of the FindFunctionNamed and runStaticConstructorsDestructors methods from ExecutionEngine which use the old Modules vector, so you'll need to override these in MCJIT. (The implementations are fairly trivial.)
Beyond that I just have a couple of questions.
First,
2013 Oct 23
2
[LLVMdev] First attempt at recognizing pointer reduction
...describe), but I can't see how I can get past the validation phase if, at
least, I don't recognize the GEP PHIs as a reduction variable.
cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131023/ea1c2899/attachment.html>
2013 Oct 22
2
[LLVMdev] SmallPtrSet patch for MCJIT
Hi Andy,
Here is the patch. it incorporates:
1) your latest patch to SVN.
2) mcjit-module-state-optimization.patch.
3) the PtrSet changes.
Other than the OwnedModules implementation there were other differences
between 1) and 2), especially in the Finalize* functions, so please review
that I got the right code.
I got bitten by subtle bugs arising from MCJIT inheriting from EE:
First, MCJIT
2013 Oct 23
2
[LLVMdev] How to use clang -intergrated-as to compile cross-(os/target) assembly file.
...ttp://llvm.cs.uiuc.edu
>> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>>
>>
>
--
此致
礼
罗勇刚
Yours
sincerely,
Yonggang Luo
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131023/f9955943/attachment.html>
2013 Oct 22
1
[LLVMdev] Fwd: Re: [lldb-dev] Has Fast register allocation been finished in 3.3 version?
Forward to llvmdev
---------- 转发的邮件 ----------
发件人:"Chris Lattner" <clattner at apple.com>
日期:2013年10月22日 下午7:33
主题:Re: [lldb-dev] Has Fast register allocation been finished in 3.3 version?
收件人: <wansheg at gmail.com>
抄送: <lldb-dev at cs.uiuc.edu>
On Oct 21, 2013, at 7:43 PM, wansheg at gmail.com wrote:
When I use llc command with --regalloc=fast , get error
In
2013 Oct 23
0
[LLVMdev] How to use clang -intergrated-as to compile cross-(os/target) assembly file.
> Sorry for the unclear statements, I didn't means the assembler to mangle
> symbols declared in assembly source files, I means directly use assembly
> directive to choice which symbol should be used. The compiler just need to
> follow the directive.
> For example, in assembly files, there is a directive
> https://sourceware.org/binutils/docs-2.23.1/as/If.html#If
> to act
2013 Oct 23
0
[LLVMdev] ld: Assertion failed: (memberIndex != 0), function makeObjectFileForMember
Hi David,
> ld: Assertion failed: (memberIndex != 0), function makeObjectFileForMember, file /SourceCache/ld64/ld64-136/src/ld/parsers/archive_file.cpp, line 354.
This looks like a bug in the Apple linker, which isn't part of LLVM.
The best on-topic place to ask would probably be Apple's developer
forum (https://devforums.apple.com), but linkers are rather
specialised beasts.
The
2013 Oct 23
0
[LLVMdev] [cfe-dev] Attach state from clang to LLVM
...___________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20131023/358434b3/attachment.html>