search for: vasudev

Displaying 12 results from an estimated 12 matches for "vasudev".

2007 Jun 27
10
Q on cgi_multipart_eol_fix preqequisite for Mongrel on Win2K
...that but couldn''t find it. (Don''t have net connectivitity for a while - problems with brain-dead ISPs where I live - so can''t do remote gem installs with --include-dependencies- have to download the gem and its prerequisites manually and install them). Any ideas? Thanks Vasudev ========================== "1 person in 100 understand binary. The other 11 don''t." Vasudev Ram http://www.dancingbison.com http://jugad.livejournal.com http://sourceforge.net/projects/xtopdf ========================== -------------- next part -------------- An HTML attachment wa...
2006 Jul 30
1
Pune Ruby web site / blog / wiki and Pune Rails Hackathon
...gad.livejournal.com/2006/07/28/ - about the Pune Ruby User Group''s web site / wiki and blog. Pune is a city in western India near Mumbai. The people behind these also organized a Pune Rails Hackathon - http://punehackathon.pbwiki.com/ - this weekend. Check out the news and the pics ... Vasudev Ram -------------------------------------------------------------- Dancing Bison Enterprises Custom utility development in Ruby/Python/Java/C/UNIX Software consulting and training http://www.dancingbison.com -------------------------------------------------------------- -- Posted via http://www....
2009 Jun 08
3
[LLVMdev] debug information for functions
...sents which function. I am trying to get this information in assembly printer. Proposed solution : llvm.dbg.subprogram.type should have a reference to function is represents. This is in the same way as llvm.dbg.global_variable.type has a reference to global variable it represents. Thanks Vasudev -------------- next part -------------- A non-text attachment was scrubbed... Name: winmail.dat Type: application/ms-tnef Size: 5980 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090608/ac253293/attachment.bin>
2009 Apr 08
2
[LLVMdev] debug stoppoint nodes with -fast option
...t it in ISel. But without -fast option ISD::DECLARE nodes are not created. How can i access the debug info for local variables in that case? Is it available directly somewhere in AsmPrinter like the debug info for global variables? Dale Johannesen wrote: > On Apr 5, 2009, at 11:54 PMPDT, vasudev wrote: > > >> I need to generate line number debug 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...
2009 Apr 08
0
[LLVMdev] debug stoppoint nodes with -fast option
On Apr 7, 2009, at 9:52 PMPDT, vasudev wrote: > Thanks for the info regarding DebugLoc field. Another related > question > that I have is regarding debug info for local variables. With -fast > option, ISD::DECLARE nodes are created in DAG for debug info of local > variables. I am planning to custom handle these node...
2009 Apr 06
2
[LLVMdev] debug stoppoint nodes with -fast option
...f (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 18
1
[LLVMdev] debug stoppoint nodes with -fast option
Can we help in local variable debug info work. Dale Johannesen wrote: > On Apr 7, 2009, at 9:52 PMPDT, vasudev wrote: > > >> Thanks for the info regarding DebugLoc field. Another related >> question >> that I have is regarding debug info for local variables. With -fast >> option, ISD::DECLARE nodes are created in DAG for debug info of local >> variables. I am plan...
2009 Jun 08
0
[LLVMdev] debug information for functions
On Mon, Jun 8, 2009 at 3:25 AM, <Vasudev.Negi at microchip.com> wrote: > > I get .bc files for foo.c and foo.bc through clang. Now I run llvm-ld > with -disable-opt for foo.bc and goo.bc. In the resulting .bc files, one > of the two functions fun, is renamed to fun<number>. There are two > llvm.dbg.subprogram descr...
2009 Aug 10
1
[LLVMdev] wrong debug information for library functions
I am using llvm-ld to make a library using -link-as-library -disable-opt options. Now I create a test case which invokes a function from this library and link the library in llvm-ld. The compilation unit that library function gets is the one in which the test case is defined and not the one where library function is defined. -------------- next part -------------- An HTML attachment was
2009 Apr 06
0
[LLVMdev] debug stoppoint nodes with -fast option
On Apr 5, 2009, at 11:54 PMPDT, vasudev wrote: > I need to generate line number debug 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 b...
2009 Sep 02
0
[LLVMdev] writing an llvm pass
...the root. For each function called from root, I add root to its predecessor list. Then I follow the same using BFS, and for each callee add the caller as well as the predecessors of caller to callee's predecessor list. Any views or suggestions on this will be highly appreciated. Thanks Vasudev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090902/2b70e5ff/attachment.html>
2010 Jan 21
4
[LLVMdev] call graph not complete
...ca i32, align 4 ; <i32*> [#uses=1] store i32 10, i32* %a ret void } My point is why is the call to foo not resolved correctly in llvm-ld. Here if I try to make use of the call graph pass to get the call graph, I do not get the complete call graph. Thanks Vasudev -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100120/cc2eb964/attachment.html>