search for: dbg_

Displaying 4 results from an estimated 4 matches for "dbg_".

Did you mean: dbg
2009 May 03
2
[LLVMdev] Origin of DEBUG and EH label values
Where do DEBUG and EH label values originate from ? Where's their allocator ? I am looking at some code in X86CodeEmitter.cpp line 574, where a labels value is extraced from an operand. But dont know where to look in the frontend or middle end to find the LabelID allocator. If some kind person could point me in the right direction. Many thanks in advance, Aaron -------------- next part
2009 Jun 01
0
[LLVMdev] Origin of DEBUG and EH label values
...inate from ? > > Where's their allocator ? > > I am looking at some code in X86CodeEmitter.cpp line 574, where a labels > value is extraced from an operand. > > But dont know where to look in the frontend or middle end to find the > LabelID allocator. See how Intrinsic::dbg_* are lowered by SelectionDAGBuild.cpp and FastISel.cpp - Devang
2003 May 16
4
[RFC] report options
...ng and verbosity should be considered separate issues. To facilitate using these two macros are created. Everywhere you have something like "if (verbose)" or "if (verbose >= n)" It would be replaced by something like "if (report(RPT_CREATE))" or "if (debug(1, DBG_CSUM))". That is correct, each subsection of code would have it's own debugging flag(s) and support up to 4(cumulative) levels of debugging. EXAMPLE To facilitate discussion, as well as to do unit testing i have created (attached) a simple example program. It has a small number of examp...
2019 Dec 09
3
Inconsistent behavior for the C AP's R_ParseVector() ?
Le lun. 9 d?c. 2019 ? 05:43, Tomas Kalibera <tomas.kalibera at gmail.com> a ?crit : > On 12/7/19 10:32 PM, Laurent Gautier wrote: > > Thanks for the quick response Tomas. > > The same error is indeed happening when trying to have a zero-length > variable name in an environment. The surprising bit is then "why is this > happening during parsing" (that is why