search for: getdbgstoppoint

Displaying 5 results from an estimated 5 matches for "getdbgstoppoint".

2009 Apr 06
2
[LLVMdev] debug stoppoint nodes with -fast option
...information for PIC16 target. PIC16 does not support dwarf format. It supports coff format. So I need to custom handle the STOPPOINT nodes. Without -fast option the STOPPOINT nodes are not created in dag because of the below check in SelectionDAGBuild.cpp if (Fast) DAG.setRoot(DAG.getDbgStopPoint(getRoot(), If I give -fast option then the Fast flag is true, but the dag doesn't contain STOPPOINT nodes. If I have simple loads and stores in source code, the dag doesn't contain them too. Why are these nodes not being created? Thanks Vasudev
2009 Apr 08
2
[LLVMdev] debug stoppoint nodes with -fast option
...ormat. It supports coff format. So I >> need >> to custom handle the STOPPOINT nodes. Without -fast option the >> STOPPOINT >> nodes are not created in dag because of the below check in >> SelectionDAGBuild.cpp >> if (Fast) >> DAG.setRoot(DAG.getDbgStopPoint(getRoot(), >> If I give -fast option then the Fast flag is true, but the dag doesn't >> contain STOPPOINT nodes. >> > > Right. Currently, the way we tell whether optimization was requested > at the command line level is to look at -fast; -O0 == -fast. > The...
2009 Apr 06
0
[LLVMdev] debug stoppoint nodes with -fast option
...C16 does not support dwarf format. It supports coff format. So I > need > to custom handle the STOPPOINT nodes. Without -fast option the > STOPPOINT > nodes are not created in dag because of the below check in > SelectionDAGBuild.cpp > if (Fast) > DAG.setRoot(DAG.getDbgStopPoint(getRoot(), > If I give -fast option then the Fast flag is true, but the dag doesn't > contain STOPPOINT nodes. Right. Currently, the way we tell whether optimization was requested at the command line level is to look at -fast; -O0 == -fast. The stoppoint nodes enforce an ordering of l...
2009 Apr 08
0
[LLVMdev] debug stoppoint nodes with -fast option
...f format. So I >>> need >>> to custom handle the STOPPOINT nodes. Without -fast option the >>> STOPPOINT >>> nodes are not created in dag because of the below check in >>> SelectionDAGBuild.cpp >>> if (Fast) >>> DAG.setRoot(DAG.getDbgStopPoint(getRoot(), >>> If I give -fast option then the Fast flag is true, but the dag >>> doesn't >>> contain STOPPOINT nodes. >>> >> >> Right. Currently, the way we tell whether optimization was requested >> at the command line level is to look...
2009 Apr 18
1
[LLVMdev] debug stoppoint nodes with -fast option
...gt; need >>>> to custom handle the STOPPOINT nodes. Without -fast option the >>>> STOPPOINT >>>> nodes are not created in dag because of the below check in >>>> SelectionDAGBuild.cpp >>>> if (Fast) >>>> DAG.setRoot(DAG.getDbgStopPoint(getRoot(), >>>> If I give -fast option then the Fast flag is true, but the dag >>>> doesn't >>>> contain STOPPOINT nodes. >>>> >>>> >>> Right. Currently, the way we tell whether optimization was requested >>&...