search for: vcg

Displaying 14 results from an estimated 14 matches for "vcg".

Did you mean: vc
2010 Oct 27
4
[LLVMdev] dump cfg after each pass
A dumb question -- is there a way to dump cfg after each pass, something like: --print-cfg-after=sccp, or is there a standard post-processing script that builds the cfg vcg/dot file from the ir dump? Thanks, David -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101027/a7c69de4/attachment.html>
2004 May 17
1
xapian & debian
...umentation correctly and consistently. That could be achieved more subtlely though... > 2) find a free replacement for dot, and build-depend on it. (there's one for > neato (springgraph), so maybe there's one for dot). > 3) write a free replacement for dot. Take a look at VCG (debian package vcg). It's GPL and the closest thing to a free replacement for dot I know of. Moving on from TODO... I don't think that the queryparser warrants a separate package. It's small compared to the main API, so splitting it off mostly adds package overhead and potential fo...
2010 Oct 27
0
[LLVMdev] dump cfg after each pass
Hi David, > A dumb question -- is there a way to dump cfg after each pass, something like: > --print-cfg-after=sccp, or is there a standard post-processing script that > builds the cfg vcg/dot file from the ir dump? if your IR is dumped to ir.ll, you can do this to see the cfg: opt -disable-output -view-cfg ir.ll You may want to use -view-cfg-only rather than -view-cfg if you are not interested in the instructions, only the cfg. You could probably also do something like the foll...
2010 Oct 27
0
[LLVMdev] dump cfg after each pass
On 10/27/2010 01:59 PM, Xinliang David Li wrote: > A dumb question -- is there a way to dump cfg after each pass, something > like: --print-cfg-after=sccp, or is there a standard post-processing script > that builds the cfg vcg/dot file from the ir dump? You can use to create a dot file of everyfunction for an normal llvm-ir.ll file. opt -dot-cfg llvm-ir.ll If you store the dump in a file and use dot this should achieve what you want. Cheers Tobi
2016 Apr 14
0
journaled quotas in CentOS6?
Hi CentOS 6.7 (kernel 2.6.32-573.el6.x86) ... Wanted to set up group quotas on a new ext4 filesystem. When i was initialising via quotacheck, received this message > quotacheck -vcg /HOMES quotacheck: Your kernel probably supports journaled quota but you are not using it. I liked sound of that, so i brushed up on the procedure and modified the mount line in fstab to: defaults,noatime,grpjquota=aquota.group,jqfmt=vfsv0 on doing a mount /HOMES -o remount, i was met with...
2009 Nov 24
0
[LLVMdev] Intel Corporation - Graphics Software Engineer - 567075 (LLVM)
Please review the job description below and reply if you are interested in a LLVM job at Intel Corporation. Best regards, Larry Gonzales Sourcing Specialist Intel Corporation/VCG larry.z.gonzales at intel.com<mailto:larry.z.gonzales at intel.com> Interested in Graphics at Intel? Visit: <http://www.intel.com/jobs/careers/visualcomputing/> http://www.intel.com/jobs/careers/visualcomputing/<http://www.intel.com/jobs/careers/visualcomputing/> Find out about L...
2003 Oct 23
2
GIS re-mapping / polygon overlap
In Germany the Unemployment Agency uses a sectioning of the german map that is different from the usual Administrative Boundaries. Some demographic data are available in Administrative Boundaries only, some in Unemployment Boundaries only. I would like to generate estimates in one boundary system of data availabe in the other boundary system, and would appreciate advice concerning the following
2011 Jun 13
1
[LLVMdev] Is LLVM expressive enough to represent asynchronous exceptions?
On Jun 13, 2011, at 4:33 PM, John McCall wrote: > On Jun 13, 2011, at 3:43 PM, Andrew Trick wrote: >> Optimizing across an exceptional control edge is not awkward at all because dominance properties hold within an extended basic block. Most current LLVM transforms can be easily adapted to operate on an EBB. You mainly need a slightly smarter local instruction iterator. The same cannot be
2005 Nov 08
2
[LLVMdev] llvm-test configure problem
...usr/dcs/software/supported/bin PATH: /usr/dcs/software/unsupported/bin PATH: /usr/dcs/software/evaluation/bin PATH: /bin PATH: /usr/bin PATH: /usr/X11R6/bin/ PATH: /home/vadve/tbrethou/llvm/utils PATH: /home/vadve/brukman/local/sparc/encap/llvm-gcc/bin/ PATH: /home/vadve/vadve/Research/DynOpt/LaTTe/VCG PATH: /local/bin PATH: /opt/SUNWspro4.2/bin PATH: /usr/ccs/bin PATH: /usr/ucb PATH: /usr/bin PATH: /etc PATH: /usr/etc PATH: /usr/5bin PATH: /usr/openwin/bin PATH: /home/vadve/lattner/local/sparc/bin ## ----------- ## ## Core tests. ## ## ----------- ## configure:1751: checking for g++ configure...
2005 Nov 08
0
[LLVMdev] llvm-test configure problem
What's the config.log from this run? -bw On 11/3/05, Tanya Lattner <tonic at nondot.org> wrote: > > Following the instructions here: > http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run > > I get an error running configure in the llvm-test directory. > > ./configure > --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/ >
2005 Nov 03
4
[LLVMdev] llvm-test configure problem
Following the instructions here: http://llvm.cs.uiuc.edu/docs/TestingGuide.html#run I get an error running configure in the llvm-test directory. ./configure --with-llvmgccdir=/localhome/tbrethou/cfrontend/sparc/llvm-gcc/ --with-f2c=/home/vadve/shared/localtools/sparc --with-llvmsrc=/localhome/tbrethou/llvm --with-llvmobj=/localhome/tbrethou/llvm Error: [cut lots of config output] checking
2014 Jan 28
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
Hi Stepan, Sorry for the delay. It's great that you are working on MergeFunctions as well and I agree, we should definitely try to combine our efforts to improve MergeFunctions. Just to give you some context, the pass (with the similar function merging patch) is already being used in a production setting. From my point of view, it would be better if we focus on improving its capability
2014 Jan 30
3
[LLVMdev] MergeFunctions: reduce complexity to O(log(N))
...1 4937 0 0.01 4910 0 0.01 4910 utrace.ll 9 6657 3 0.01 6196 0 0.01 6633 uudecode.ll 6 23057 0 0.01 23030 0 0.01 23030 uuencode.ll 7 28770 0 0.01 28743 0 0.01 28743 valid.ll 2 13666 0 0.01 13641 0 0.01 13641 vbrquantize.ll 5 67602 0 0.01 67571 0 0.02 67571 VbrTag.ll 8 51601 0 0.01 51570 0 0.01 51570 vcg.ll 18 130799 0 0.02 130776 0 0.02 128377 vcirc.ll 14 15860 0 0.01 15830 0 0.01 15830 vector.ll 7 7822 0 0.01 7799 0 0.01 8727 vehicle.ll 23 44862 0 0.01 44833 0 0.01 44833 verify.ll 0 455 0 0.01 420 0 0.01 420 version.ll 4 4038 0 0.01 4007 0 0.01 4007 VirtThread.ll 5 14767 0 0.01 14735 0 0.01 14735...
2009 Jul 23
1
[PATCH server] changes required for fedora rawhide inclusion.
...8YbMQXi3 at F128tGb+w6B!Fcav?RAQfADcO^kW8NwXXn z4+CxFpp6`4PY{d~1)3z#WPuKHpeZ7TrM8?*6|rdoO*f1yn6aIz#vjw0<r*i|Tw@(( zGB522HTKgyzLd;1fY80AWUh!U6|waKVYgl?y0%nwZK>$mQt9-}H;flqp0R`H84v1t z#?zD=`)E_+5N*mwF2b@}W*8 at FKGYwhT?tqPSPg*dy^gF!WF26=SlW>K3cwqH*Th_d zw$U(7(Pl=MX2y*wAK73uYmRwFr4Ja!w>00lSvCGl`AD3I$b&|+7RD%DHI_hDv-Fn6 z9K9t^$F!%z#-zi#r1#_L4;wuF7;AP37h`bkKm(5g9y6L1VB(Rt3$WWTrs)o2hJLAW z>!rpL1RDX})3I%(8%5~`JQw3OsJ)Ix_ZY@*J>S@?JMQK3A6F*|mH(c6{GST4rXkcc zJ4(!$L=;FB*}6<KR74zFQXPh at TOm3zBZ^ZbfE1V2g05O at 0^EQUE1oJc(=J8?4J!`O zSb9=pnpIl#Ocz`kCXwixRYV6;GDRfwe~c)Z|0Qp<;^;u#BH}j...