Displaying 15 results from an estimated 15 matches for "linecol".
2008 Jan 04
1
Plotting labeled impulses: label collision
Dear all,
As you can see from the attachment I'm using R to automatically annotate
peptide fragmentation mass spectra, which are represented by impulse plots.
I'd like to poll you on approaches of how to deal as generally as possible
with the two biggest annotation issues I run into:
1) very close annotated masses (impulses) with similar y-axis dimensions -
resulting in overlapping labels
2010 Aug 27
2
[LLVMdev] What does this error mean: psuedo instructions should be removed before code emission?
...ote:
> As I understand only one of TCRETURNri64 and RET should be created.
> I have sources of rev.112200.
>
> Here is the stack when TCRETURNri64 instruction is created:
> #1 0x0000000802c8b4e2 in llvm::MachineFunction::CreateMachineInstr
> (this=0x30eb000, TID=@0x803a78940, DL={LineCol = 0, ScopeIdx = 0},
> NoImp=false) at /tmp/llvm-svn/llvm/lib/CodeGen/MachineFunction.cpp:153
> #2 0x00000008028ea45b in llvm::BuildMI (BB=@0x4b69378,
> I={<std::iterator<std::bidirectional_iterator_tag, llvm::MachineInstr,
> long int, llvm::MachineInstr*, llvm::MachineInstr&&...
2010 Aug 27
0
[LLVMdev] What does this error mean: psuedo instructions should be removed before code emission?
...is miscompiling llvm, too.
>
As I understand only one of TCRETURNri64 and RET should be created.
I have sources of rev.112200.
Here is the stack when TCRETURNri64 instruction is created:
#1 0x0000000802c8b4e2 in llvm::MachineFunction::CreateMachineInstr
(this=0x30eb000, TID=@0x803a78940, DL={LineCol = 0, ScopeIdx = 0},
NoImp=false) at /tmp/llvm-svn/llvm/lib/CodeGen/MachineFunction.cpp:153
#2 0x00000008028ea45b in llvm::BuildMI (BB=@0x4b69378,
I={<std::iterator<std::bidirectional_iterator_tag, llvm::MachineInstr,
long int, llvm::MachineInstr*, llvm::MachineInstr&>> = {<No...
2011 Mar 25
2
[LLVMdev] set line number debug info
Thanks for the help.
I thought I'd solved the problem (setting the line number information in the
instruction metadata) by inserting my own function for setting line number
in llvm/Support/DebugLoc.h. I have added a function setLine(unsigned) in
DebugLoc class. The function simply sets the LineCol variable as needed. But
there is a problem.
Whenever I'm checking the line number(calling getLine()) from the function
where I've called setLine(...) function, it returns the changed line number
but whenever I call the getLine() function from other functions then it is
returning the previo...
2010 Aug 27
3
[LLVMdev] What does this error mean: psuedo instructions should be removed before code emission?
On Aug 27, 2010, at 11:00 AMPDT, Eric Christopher wrote:
>>>
>>> For some reason I am getting this error even when I only have an
>>> empty 'main' function. So I couldn't create .ll file reproducing
>>> it and I have to debug myself.
>>>
>>> The function causing the problem is stub created in
>>> JIT::runFunction:
2010 Aug 27
0
[LLVMdev] What does this error mean: psuedo instructions should be removed before code emission?
...stand only one of TCRETURNri64 and RET should be created.
>> I have sources of rev.112200.
>>
>> Here is the stack when TCRETURNri64 instruction is created:
>> #1 0x0000000802c8b4e2 in llvm::MachineFunction::CreateMachineInstr
>> (this=0x30eb000, TID=@0x803a78940, DL={LineCol = 0, ScopeIdx = 0},
>> NoImp=false) at /tmp/llvm-svn/llvm/lib/CodeGen/MachineFunction.cpp:
>> 153
>> #2 0x00000008028ea45b in llvm::BuildMI (BB=@0x4b69378,
>> I={<std::iterator<std::bidirectional_iterator_tag,
>> llvm::MachineInstr,
>> long int, llvm::M...
2011 Mar 25
0
[LLVMdev] set line number debug info
...stake by not using setDebugInfo() function present in the
Instruction class. Now it's working fully.
So, the solution is:-
To set the line number for an instruction -
1. Add a function in DebugLoc class located in llvm/Support/DebugLoc.h. Set
the line number there to the private variable called LineCol.
2. Call the added function. And then pass the modified DebugLoc object to
the seDebugInfo method for the instruction.
Abhirup Ghosh
M. Tech
Department of Computer Science & Engg.
IIT, Bombay
email - abhirupju at gmail.com , abhirup at cse.iitb.ac.in
Contact - 9920735181 / 9434362120
On Fri,...
2010 Aug 27
2
[LLVMdev] What does this error mean: psuedo instructions should be removed before code emission?
...dresses. But it turns out
that these addresses were reused and the second MIs created at these
particular addressed are of interest, not the first ones.
RET creation stack (created first):
#1 0x0000000802c8b4e2 in llvm::MachineFunction::CreateMachineInstr
(this=0x30eb000, TID=@0x803a99240, DL={LineCol = 0, ScopeIdx = 0},
NoImp=false) at /tmp/llvm-svn/llvm/lib/CodeGen/MachineFunction.cpp:153
#2 0x00000008028ea45b in llvm::BuildMI (BB=@0x4b69378,
I={<std::iterator<std::bidirectional_iterator_tag, llvm::MachineInstr,
long int, llvm::MachineInstr*, llvm::MachineInstr&>> = {<No...
2011 Mar 14
0
[LLVMdev] set line number debug info
On Mon, Mar 14, 2011 at 8:56 AM, Abhirup Ghosh <abhirupju at gmail.com> wrote:
> Hi,
> I am new to LLVM infrastructure. Recently I am trying to set the debug
> info for an instruction. The main aim is to set the source line number of an
> instruction. Can anyone please show how to do that?
> I think that setMetadata method in Instruction class is to be used.
>
2011 Mar 14
2
[LLVMdev] set line number debug info
Hi,
I am new to LLVM infrastructure. Recently I am trying to set the debug
info for an instruction. The main aim is to set the source line number of an
instruction. Can anyone please show how to do that?
I think that setMetadata method in Instruction class is to be used.
But how do I create MDNode* consisting of desired source line number. Source
line number can be extracted from the
2009 Apr 26
7
Bumps chart in R
Hi there,
I would like to make a 'bumps chart' like the ones described e.g.
here: http://junkcharts.typepad.com/junk_charts/bumps_chart/
Purpose: I'd like to plot the proportion of people in select countries
living for less then one USD pr day in 1994 and 2004 respectively. I
have already constructed a barplot - but I think a bumps chart would
be better
# The barplot and data
2009 Feb 03
2
ThinkCell type waterfall charts in R?
Hi all,
with PowerPoint and ThinkCell one can draw something they call waterfall
chart and it looks like this:
http://www.think-cell.com/products/images/waterfall.gif
I found discussions on waterfall charts in the archive of this
mailinglist, but unfortunately they looked totally different. Other
names for this type of plot seem to be bridge chart, cascade chart,
stair case chart, etc. but
2011 Jun 16
3
[LLVMdev] ARM support status (GHC/ARM new calling convention)
...pp:126
#6 0x088cb08a in llvm::ARMTargetLowering::LowerCall (this=0x92b4c58, Chain=
{Node = 0x92d1b50, ResNo = 0}, Callee={Node = 0x92d1c60, ResNo = 0},
CallConv=llvm::CallingConv::GHC, isVarArg=false,
isTailCall=@0x804656b, Outs=@0x8046350,
OutVals=@0x8046230, Ins=@0x8045f30, dl={LineCol = 0, ScopeIdx = 0},
DAG=@0x92bdea8,
InVals=@0x80461f0) at ARMISelLowering.cpp:1209
#7 0x08aece19 in llvm::TargetLowering::LowerCallTo (this=0x92b4c58, Chain=
{Node = 0x92d1b50, ResNo = 0}, RetTy=0x92aee1c, RetSExt=false,
RetZExt=false, isVarArg=false,
isInreg=false, NumFixedArgs...
2011 Nov 09
0
[LLVMdev] Start column from DebugLoc of MachineInstr
...ned.
DebugLoc MIDB = First->getDebugLoc();
col_begin = MIDB.getCol();
2. -----------------
If my C block is
{
int t = 10;
}
This gives me value 20, instead of 9.
-----------------
3. In DebugLoc the getCol() method is defined as:
unsigned getCol()const {
return LineCol >> 24;
}
Is the some other shifting required to get the start column number?
4. Though I see the information under DW_TAG_lexical_block in ".ll" file. Can I access this information using DebugLo?
Regards,
Pankaj
-------------- next part --------------
An HTML attachment was scr...
2009 Jul 21
1
problem with heatmap.2 in package gplots generating non-finite breaks
...uot; "distfun" "hcc" "hclustfun"
[21] "hcr" "hline" "iy" "key"
[25] "keysize" "labCol" "labRow" "lhei"
[29] "linecol" "lmat" "lwid" "main"
[33] "margins" "max.breaks" "max.raw" "max.scale"
[37] "min.breaks" "min.raw" "min.scale" "mmat"
[41] "na...