Displaying 20 results from an estimated 200 matches similar to: "[LLVMdev] SVN (?) Migration"
2007 Apr 29
0
[LLVMdev] SVN (?) Migration
> So I want to pose the question. Should we consider git instead
> of SVN?
There was much debate about which version control system to switch to
(please search the llvm-dev mailing list). Git was mentioned and
discussed. The end decision was to use SVN.
I think its best not to rehash this discussion. We have already begun the
steps to convert to SVN.
There is no perfect version
2007 Apr 29
4
[LLVMdev] SVN (?) Migration
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
Tanya M. Lattner wrote:
> There was much debate about which version control system to switch to
> (please search the llvm-dev mailing list).
Well, I would if it were searchable...
> I think its best not to rehash this discussion. We have already begun the
> steps to convert to SVN.
I come from a different perspective. While I
2010 Jul 05
2
[LLVMdev] Data layout hard coded for X86 target
Chris Lattner <clattner at apple.com> writes:
> On Jul 5, 2010, at 3:31 AM, Óscar Fuentes wrote:
>
>> Chris Lattner <clattner at apple.com> writes:
>>
>>> On Jul 4, 2010, at 6:43 PM, Óscar Fuentes wrote:
>>>
>>>> In X86Subtarget.h there is a method `getDataLayout' which selects the
>>>> data layout depending on the
2010 Dec 02
0
[LLVMdev] Alternative exception handling proposal
Hi John,
>>> For extra goodness, I propose introducing a new instruction "rewind" that takes
>>> an exception pointer and selector value as arguments:
>>> rewind<ptr>,<i32>
>>
>> Actually the existing "unwind" instruction can be repurposed for this, as there
>> was no real need for rewind to take any arguments. All
2010 Dec 02
2
[LLVMdev] Alternative exception handling proposal
On Dec 2, 2010, at 4:45 AM, Duncan Sands wrote:
>> I'm unhappy about how this bakes _Unwind_Resume into the backend, particularly
>> since that prevents us from using better alternatives when they're available
>> (e.g. the ARM EH ABI's _cxa_end_cleanup(), which saves code size by not requiring
>> the exception pointer, but which we can only use if we're
2015 Jul 24
3
rsyslog.conf
On Thu, July 23, 2015 10:34, Valeri Galtsev wrote:
> Well, my habit for regular e-mail exchange is "top posting" thus the
> person reads my message thus is right to the point why this particular
> message message was sent in a first place... But when mail lists are
> concerned, I do an opposite, that is I follow mail lists conventions.
> I never thought about rationale
2010 Dec 02
5
[LLVMdev] Alternative exception handling proposal
On Dec 2, 2010, at 1:40 AM, Duncan Sands wrote:
> Two amendments:
>
>> The semantics of the invoke instruction are slightly modified: if an exception
>> unwinds and it doesn't match anything in the list of catches and filters,
>> and there is no cleanup, then control doesn't branch to the unwind label,
>> unwinding simply continues out of the function.
>
2011 Apr 26
4
[LLVMdev] big bitcode files producing bad ARM asm
I have a rather large bitcode file which when run through "llc -march arm -O0" produces an asm file of about 500Mb. Trying to assemble this file with the ios assembler on osx gives me lots of "branch out of range" errors thanks to jump instructions overflowing the +/-32Mb relative jump limit.
I've tried running llc with the hidden "-arm-long-calls" option, which
2010 Jul 05
0
[LLVMdev] Data layout hard coded for X86 target
On Jul 5, 2010, at 10:24 AM, Óscar Fuentes wrote:
>> I'm not opposed to having it fail when something semantic (like the
>> alignment of double) is wrong. The hints like the 'native integer
>> types' should not cause it to fail.
>
> Then I guess that the information provided by the user through
> Module::setDataLayout is used in some places instead of the
2011 Apr 26
0
[LLVMdev] big bitcode files producing bad ARM asm
On Apr 25, 2011, at 6:01 PM, Alexander MacDonald wrote:
> I have a rather large bitcode file which when run through "llc -march arm -O0" produces an asm file of about 500Mb. Trying to assemble this file with the ios assembler on osx gives me lots of "branch out of range" errors thanks to jump instructions overflowing the +/-32Mb relative jump limit.
>
> I've
2012 Dec 19
1
random sampling matrix
Hello
I have a one question about random sampling matrix
I want to regeneration value of matrix
For example,
Matrix A :
1 2 3
11 12 13
21 22 23 .
> sample= data.frame(a[sample(1:dim(a)[1]),sample(1:dim(a)[2])])
Then,
Matrix sample :
21 23 22
11 13 12
1 3 2
But, I want to regeneration.
Ex) Matrix sample
1 23 2
22 11 3
12 21 13
Pleases kindly help
2011 Jul 12
1
"PDC with LDAP-Samba 3.3. Now i want to install BDC"
I have already a linux PDC with LDAP-Samba 3.3. Now i want to install BDC
which will work if my PDC goes down.
Pleases help me out.
Thanks
kamal
2008 Mar 21
3
rsync hanging at "generate_files phase=1"
Hello all,
I am experiencing a (consistent, reproducible) condition whereby rsync
is hanging indefinitely at the following stage :
generate_files phase=1
The condition does not occur if --dry-run is specified - only when the
run is "for real". Finally, i can scp the files without problems, so
it is not a general connection issue, nor is it a problem with
permissions (everything is
2013 Jan 25
2
How to implement "priority queuing" within a single queue ?
Hi,
Let say that in a call center, callers are recognized and categorized in 4
priority levels (priority 1 for Very Very Important Personalities, 2 for
VIP, and so on) before entering a Queue.
How can you make sure a priority 2 caller is answered before priority 3
callers, for instance ?
I can think of several solutions but none really pleases me :
1. Have 4 different queues, set penalty value
2010 Dec 02
0
[LLVMdev] Alternative exception handling proposal
Hi John,
>>> I'm unhappy about how this bakes _Unwind_Resume into the backend, particularly
>>> since that prevents us from using better alternatives when they're available
>>> (e.g. the ARM EH ABI's _cxa_end_cleanup(), which saves code size by not requiring
>>> the exception pointer, but which we can only use if we're linking in the C++
2011 Apr 26
1
[LLVMdev] big bitcode files producing bad ARM asm
On 25 Apr 2011, at 18:20, Jakob Stoklund Olesen wrote:
> On Apr 25, 2011, at 6:01 PM, Alexander MacDonald wrote:
>
>> I have a rather large bitcode file which when run through "llc -march arm -O0" produces an asm file of about 500Mb. Trying to assemble this file with the ios assembler on osx gives me lots of "branch out of range" errors thanks to jump instructions
2016 Jun 15
2
[RFC] LLVM Coroutines
Hi Sanjoy,
>> I'm not familiar with fiber-type APIs, but I assume fiber_fork is like
>> setjmp, in that it can "return twice"?
Yes, user-mode stack switching API are somewhat similar to setjmp. Here are
links to a doc page and implementation, just in case you are curious:
http://www.boost.org/doc/libs/1_59_0/libs/context/doc/html/context/context.html
2009 Aug 25
1
Help with nls and error messages singular gradient
Hi All,
I'm trying to run nls on the data from the study by Marske (Biochemical
Oxygen Demand Interpretation Using Sum of Squares Surface. M.S. thesis,
University of Wisconsin, Madison, 1967) and was reported in Bates and Watts
(1988).
Data is as follows, (stored as mydata)
time bod
1 1 0.47
2 2 0.74
3 3 1.17
4 4 1.42
5 5 1.60
6 7 1.84
7 9 2.19
8 11 2.17
I then
2005 May 10
6
How not to use AJAX
Hi all,
Just ran across this article
http://blog.taragana.com/index.php/archive/how-not-to-use-ajax/
and was curious what the consensus is on the bookmarking and search
indexing problems. I remember seeing something about bookmarking on the
list. Thanks,
Ben
--
Ben Jackson
Diretor de Desenvolvimento
INCOMUM Design & Conceito
ben-p14LI7ZcAE/pVLaUnt/cCQC/G2K4zDHf@public.gmane.org
2013 Oct 04
24
Problems when using latest git tree to boot xen on OMAP5
Hi Julien,
Since Ian has merged most my OMAP5 patches, I decide to try to update my working tree to it today. However, it seems it doesn't work as expected. There mainly two kind of problems that I met:
1. It seems that xen no longer maps some of io memory regions described in dts. For example, the memory regions in "ocp" node of omap5.dtsi.
2. commit c88d32f4 seems to be conflict