Displaying 20 results from an estimated 39 matches for "20121218".
Did you mean:
20121219
2012 Dec 18
2
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
...ngth" for
> these purposes.
>
The great thing is, if its close enough, it doesn't matter if there exist
corner cases that are formatted less well.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121218/cee8616c/attachment.html>
2012 Dec 18
2
[LLVMdev] GetElementPtrConstantExpr
...the class in object, but the file ConstantsContext,h isn't installed.
What can I do? Copy that header under include? It's an installation bug?
Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121218/e1130d0a/attachment.html>
2012 Dec 18
0
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
...would expect it to be easy for each backend to
expose a constant N which is the length of the longest mnemonic, and then
for the printer to pad to N+1 or N+2....
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121218/7d0b3545/attachment.html>
2012 Dec 18
0
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
...so have an S suffix. Those are not expressed to tblgen as part of the mnemonic, so it can't know about them when computing a maximum mnemonic length.
--Owen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121218/319efc31/attachment.html>
2012 Dec 18
2
error en un modelo binomial
Hola, estoy heciendo unos analisis viendo los factores que influyen la depredación de pollos.
Como la variabe es depredación (SI/NO) pongo un modelo binomial con varios factores.
Al final del analiss me sale esto error:
"Warning message:
glm.fit: fitted probabilities numerically 0 or 1 occurred"
¿que significa, y sobre todo como se resuelve?
Muchas gracias
Gian
[[alternative HTML
2012 Dec 18
2
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
On Tue, Dec 18, 2012 at 1:09 PM, Craig Topper <craig.topper at gmail.com> wrote:
> But its pretty easy to change the tabstop within the editor to make it
> readable.
>
True, in this case... The output is not trying to be intelligent in
the general case, just spitting out tabs. I agree that to replace
this, however, it would be best to look at some smart column-padded
formatting
2012 Dec 17
0
[LLVMdev] LLVM ERROR: ran out of registers during register allocation
On Dec 17, 2012, at 8:38 AM, Borja Ferrer <borja.ferav at gmail.com> wrote:
> Hello,
>
> I'm getting the "LLVM ERROR: ran out of registers during register allocation" error message for an out of tree target I'm developing. This is happening for the following piece of C code:
>
> struct ss
> {
> int a;
> int b;
> int c;
> };
> void
2012 Dec 18
3
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
.../parsed as suffices on the mnemonic itself. Because of these, the backend does not statically know the longest potential string-of-stuff-before-the-tab.
--Owen
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121218/d20179a0/attachment.html>
2012 Dec 17
2
[LLVMdev] LLVM ERROR: ran out of registers during register allocation
Hello,
I'm getting the "LLVM ERROR: ran out of registers during register
allocation" error message for an out of tree target I'm developing. This is
happening for the following piece of C code:
struct ss
{
int a;
int b;
int c;
};
void loop(struct ss *x, struct ss **y, int z)
{
int i;
for (i=0; i<z; ++i)
{
x->c += y[i]->b;
}
}
The problem relies in
2012 Dec 18
2
[LLVMdev] LLVM ERROR: ran out of registers during register allocation
...debug output using my target
is that I didn't get any spill code like Thumb2 has, probably because i
have far more free regs available.
Thanks for your help.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121218/84986328/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: dbg
Type: application/octet-stream
Size: 131017 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121218/84986328/attachment.obj>
2012 Dec 17
0
[LLVMdev] BasicBlock back()
On 12/17/12 10:34 AM, Alexandru Ionut Diaconescu wrote:
> Hello,
>
> I am a beginner of LLVM. I am trying to move among the instructions of
> a BasicBlock and I cannot. In this particular example, I try to get
> the previous instruction of the end instruction. I am trying 2 methods:
>
>
>
> 1. I have the following sequence of code:
>
> bool
2012 Dec 14
7
[Bug 58316] New: fedora 17 kernel 3.7.0-1.PAE failed plymouth and enable msi error
https://bugs.freedesktop.org/show_bug.cgi?id=58316
Priority: medium
Bug ID: 58316
Assignee: nouveau at lists.freedesktop.org
Summary: fedora 17 kernel 3.7.0-1.PAE failed plymouth and
enable msi error
QA Contact: xorg-team at lists.x.org
Severity: critical
Classification: Unclassified
OS: Linux
2012 Dec 18
0
[LLVMdev] Setting ELF section alignment at the Target level
...t <MCObjectStreamer &>(OutStreamer);
MCSectionData &SD =
MCOS.getAssembler().getOrCreateSectionData(*Section);
SD.setAlignment(4);
Jack
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121218/7be67667/attachment.html>
2012 Dec 18
0
[LLVMdev] GetElementPtrConstantExpr
Alessio Giovanni Baroni <alessiogiovanni.baroni at gmail.com> writes:
> I need the class in object, but the file ConstantsContext,h isn't installed.
>
> What can I do? Copy that header under include? It's an installation bug?
That's an internal header, not part of the public API.
Why do you need the classes declared on that header?
2012 Dec 18
0
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
...LLVM Developers mailing list
> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev
>
--
~Craig
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121218/6cb3e3f9/attachment.html>
2012 Dec 18
0
[LLVMdev] Getting rid of tabs in LLVM's assembly output?
> > Maybe it's naive, but I would expect it to be easy for each backend to
> > expose a constant N which is the length of the longest mnemonic, and then
> > for the printer to pad to N+1 or N+2….
>
> That would probably work for X86, but other targets (ARM in particular)
> often have operands which are printed/parsed as suffices on the mnemonic
> itself. Because
2012 Dec 19
0
[LLVMdev] question about printAliasInstr
...to be changed to make
MipsInstPrinter::printAliasInstr generate the code to handle the BEQ
instruction alias?
Is there a reason this part wasn't implemented?
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20121218/4aa8a1ed/attachment.html>
2012 Dec 18
1
[Bug 57350] [nouveau, linux-3.7-rc] Broken cursor and kernel log swamped with trapped reads/writes from BAR/PFIFO_READ/FB
...|unspecified
Component|DRM/other |Driver/nouveau
--
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/20121218/242c5486/attachment.html>
2012 Dec 18
1
Tripplite SmartUPS
...utdown based on the input from the probe as well as power events.
What is the best way to configure NUT to monitor the probe?
Thanks,
Daniel Arendt
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.alioth.debian.org/pipermail/nut-upsuser/attachments/20121218/4ec3d14a/attachment.html>
2012 Dec 18
1
CentOS 6 Documentation
...ut, or if the shift is to the wiki pages for this information. When
going to: *https://www.centos.org/docs/ *I don't see 6 listed.
Regards,
loadedmind
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.centos.org/pipermail/centos-docs/attachments/20121218/9132e085/attachment-0006.html>