Displaying 20 results from an estimated 74 matches for "20130111".
Did you mean:
20130116
2013 Jan 11
2
weird merge()
...ng, the slow-down still happens at the 8th files to be merged.
Can anyone suggest what's going on with merging?
Thanks
John
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: p1.txt
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130111/7f91db84/attachment-0022.txt>
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: p2.txt
URL: <https://stat.ethz.ch/pipermail/r-help/attachments/20130111/7f91db84/attachment-0023.txt>
-------------- next part --------------
An embedded and...
2013 Jan 11
4
[LLVMdev] Update PTX section in CodeGenerator.html
Hi Justin,
I believe the PTX section in the link below need some love,
updating "lib/Target/PTX" to "lib/Target/NVPTX" for example.
Would you like to take a look?
http://llvm.org/docs/CodeGenerator.html#the-ptx-backend
Regards,
chenwj
--
Wei-Ren Chen (陳韋任)
Computer Systems Lab, Institute of Information Science,
Academia Sinica, Taiwan (R.O.C.)
Tel:886-2-2788-3799 #1667
2013 Jan 11
2
[LLVMdev] ARM vectorizer cost model
...ombinations and try to
build a similar model.
That also means we should re-using the X86TypeConversionCostTblEntry as a
more generic structure?
cheers,
--renato
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130111/cf0ae139/attachment.html>
2013 Jan 11
3
[LLVMdev] Obsolete PTX is NOT completely removed in 3.2 release
...ng list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
--
Thanks,
Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130111/dc29bcae/attachment.html>
2013 Jan 11
3
[LLVMdev] llvm get Value* iterators
...hile
trying to declare `static raw_ostream S` in order to take somehow the
errs() output.
Thank you for any help !
--
Best regards,
Alexandru Ionut Diaconescu
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130111/44fdccac/attachment.html>
2013 Jan 11
5
[LLVMdev] Obsolete PTX is NOT completely removed in 3.2 release
...#39;s infrastructure exists
to detect trojan'd tarballs.
-- Brooks
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 188 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130111/695cadc1/attachment.sig>
2013 Jan 11
0
[LLVMdev] Update PTX section in CodeGenerator.html
...list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
--
Dan He
-----------------------
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130111/370cfcca/attachment.html>
2013 Jan 11
0
[LLVMdev] ARM vectorizer cost model
...neric structure?
Yes, it would be nice to generalize it. Maybe we can even unify the two-operand and one-operand tables into a single structure.
Thanks,
Nadav
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130111/f1af8c4a/attachment.html>
2013 Jan 11
0
[LLVMdev] Update PTX section in CodeGenerator.html
...,
> Academia Sinica, Taiwan (R.O.C.)
> Tel:886-2-2788-3799 #1667
> Homepage: http://people.cs.nctu.edu.tw/~chenwj
>
--
Thanks,
Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130111/b1617ff4/attachment.html>
2013 Jan 12
0
[LLVMdev] Sub-Register Allocation
...t;
> would work just as well.
LLVM's register coalescer and allocator don't try to reschedule instructions, which seems to be required here.
/jakob
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130111/9dc4635f/attachment.html>
2013 Jan 11
2
[LLVMdev] Restoring "pubnames" section in DWARF
...et-dependent, as I don't want it
> (and apparently few do, which is why it was removed).
>
No worries there, it can be put under a flag perhaps.
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130111/1e94dbad/attachment.html>
2013 Jan 11
3
How often to restart Asterisk...
...e I checked it, it was
up to almost 500 days of up time without an asterisk restart.
Kevin Larsen - Systems Analyst - Pioneer Balloon - Ph: 316-688-8208
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.digium.com/pipermail/asterisk-users/attachments/20130111/c889bc44/attachment.htm>
2013 Jan 11
2
[LLVMdev] DebugInfo library and relocations in the .debug_line section
...ch that added a new reloc handler for .debug_info.dwo (r171428). I've been meaning to do this, but it hasn't bubbled up to the top of my queue yet.
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130111/4121ef11/attachment.html>
2013 Jan 11
0
[LLVMdev] llvm get Value* iterators
...ist
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
>
--
Thanks,
Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130111/73080e30/attachment.html>
2013 Jan 11
2
[LLVMdev] Sub-Register Allocation
llvm-dev,
I'm trying to get a better understanding of sub-registers. I'm seeing the
code generator make an odd decision that I was hoping someone could point
me in the right direction of explaining.
The architecture is 68000, which has 8, 16, and 32 bit views of all of it's
data registers. In order to zero extend you can load a big view with zero,
and then copy into the small view.
2013 Jan 11
0
[LLVMdev] adding IR attributes to llvm
...uiuc.edu
> http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>
>
--
Thanks,
Justin Holewinski
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130111/40457936/attachment.html>
2013 Jan 11
0
[LLVMdev] DebugInfo library and relocations in the .debug_line section
...'s pretty much correct, I don't really need to dump the line tables at
the moment, but it shouldn't be too long if you're not in any hurry.
-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130111/762cb9d6/attachment.html>
2013 Jan 11
0
[LLVMdev] Obsolete PTX is NOT completely removed in 3.2 release
On 11.01.2013, at 21:31, Justin Holewinski <justin.holewinski at gmail.com> wrote:
> On Fri, Jan 11, 2013 at 3:26 PM, Benjamin Kramer <benny.kra at gmail.com> wrote:
>
> On 11.01.2013, at 07:36, 陳韋任 (Wei-Ren Chen) <chenwj at iis.sinica.edu.tw> wrote:
>
> > Hi Pawel,
> >
> > PTX already be replaced with NVPTX. However, PTX subdirectory
> >
2013 Jan 11
2
[LLVMdev] adding IR attributes to llvm
For target dependent function level attributes, do I need to actually
add them to the enumeration in attributes.h?
I have for example, mips16 and nomips16 as attributes.
Or is this supposed to be done with cc <n>
2013 Jan 11
0
[LLVMdev] Make a comparation with IR builder
...cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/**mailman/listinfo/llvmdev<http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130111/9d4d46fc/attachment.html>