similar to: [LLVMdev] How to identify loop header

Displaying 20 results from an estimated 2000 matches similar to: "[LLVMdev] How to identify loop header"

2011 May 05
1
[LLVMdev] Get instruction as a string and SSA form
1. I am trying to get the instruction of LLVM intermediate code as a string. How can this be done? 2. Also in the SSA version of the code, how can we come to know which %N (N is any integer) is a version of some variable 'a' and which is just a temporary? Regards, Ashutosh Shukla, 10305052 M. Tech 1 Dept of Computer Science and Engg.
2007 May 08
3
CentOS cutom kernel compilation
Could any one let me know how can I compile & build CentOS kernel. In redhat Linux the kernel source ia available under /usr/src/linux But in CentOS i am getting two directories named as Kernels and redhat under /usr/src the directory /usr/src/redhat is having again four subdirectory without any contents name as BUILD, RPMS, SPECS, SRPM And /usr/src/kenrnels is having the the directory
2007 Mar 30
3
Linux Active Directory Integration Problem
Hi, I am getting the problem to access shared folder when I am using Dual boot operating System. Let say I have two operating system on the same machine. 1) XP and the name of the machine in xp environment is "XYZ" 2)Cent OS (Linux) and the name of the machine in Linux environment is "ABC" both operating system share the same static IP address. the problem appear when I have
2003 Jan 21
2
How to convert jpg into lss format
I would like to to know about conversion from jpg file to lss format. I used ppmtolss16. It is giving following errors. for .jpg file: ppmtolss16: stdin is not a raw PPM file at ppmtolss16 line 105, <STDIN> line 1. for .png files: ppmtolss16: stdin is not a raw PPM file at ppmtolss16 line 105, <STDIN> line 1. from .ppm file: ( I converted .jpg file in to .ppm file using irfanview)
2008 Sep 18
4
I wanna do a project on RoR
Hi..Friends...I m a final yr IT engg student...I wanna learn RoR n use it for my Btech project...Kindly help me in dis regard...My exact query is: 1)Wat project topic to choose 2)How to learn dis technology n implement it in my project --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk"
2008 Jan 02
2
how to ignore or omit somethings while reading the data table
hello respected ppl... am a engg. student...i was trying to use R in statistical calculations now the problem is..i imported a huge tsv file onto R...it has a column which gives cost...and it has "$" with each numerical value in this column...it is something like this..$.05,$.1,$.075...and so on.. R is reading it as "character vector"... i tried using all the arguments but
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
2007 Jun 08
1
Who is domain controller for DHCP, DNS, IIS etc
I am trying te set up a test lab to test my application. In my test lab I need to install Domain Controller (With Active Directory) , DNS server , IIS Server and DHCP server. I have to install each server on different test machine. for example Domain Server(Active Directory) on Machine-1 DNS server on Machine-2 IIS Server on Machine-3 DHCP Server on Machine-4 for example domain name is
2010 Aug 21
1
[Feature Request] Allow options in Host block to override global options in ssh
Hi everyone, For ssh(1) to override global options with the options in "Host" block, the attached diff (w.r.t. the openssh code in FreeBSD 8.1-R) contains the code to do so while parsing ssh configuration file. This is useful for case like following where {d,proj,p,n}cvs.FreeBSD.org is an alias to ncvs.FreeBSD.org hostname, thus connecting to {d,proj,p,n}cvs.FreeBSD.org should utilize
2010 Nov 11
1
Permission denied while running rsync as Superuser
We are running rsync (v3.0.7) as superuser (root), with following options ? /opt/rsync-v3.0.7/bin/rsync --checksum -e rsh --archive --rsync-path=/opt/rsync-v3.0.7/bin/rsync --hard-links --timeout=5184000 --exclude=.snapshot --exclude=../latest --exclude=../previous --delete --compress --stats distuser\@myserver:/source/dir/ /dest/dir Few files are owned by a user ?jim? with following
2012 Jan 16
1
Data Pull Vs Push
Hi, I am trying to gain understanding about which of the two methodologies for rsync operation is better . I don?t have statistical information if there is any performance difference for the same set of data. I also want to build some kind of error handling/control to notify users for failures or interruptions on top of rsync. Can someone please elaborate with details about which of them is
2018 Feb 17
1
GSOC 2018 Introduction
Hello all, My name is Ashish Kumar Gahlot and I am a final year undergraduate student of Engineering College Ajmer(Rajasthan, India) majoring in Computer Science. I am interested in working on project *Integrate with Z3 SMT solver to reduce false positives *for GSOC 2018. I am having experience with SMT solvers as I play CTFs and have used z3 to solve reverse engineering problems. How can I
2011 Jan 17
2
[LLVMdev] File reading in LLVM 2.8
Hi, I am new to LLVM. I am trying to read a plain text file in a llvm pass. But getting an error - llvm[0]: Linking Release Loadable Module LLVMHello.so /usr/bin/ld: /home/abhirup/llvm/llvm2.8_Install/llvm-2.8/lib/Transforms/Hello/Release/Hello.o: relocation R_X86_64_PC32 against undefined symbol `(anonymous namespace)::Hello::update_sec_read(char const*)' can not be used when making a
2006 Jan 06
2
Not Able to Connect Two Asterisk Servers Using IAX2
Hi I have two asterisk servers. I just want to connect two asterisk server using IAX2. But the Asterisk Servers are not able to register each other. If some body have done this then Please send me the configuration they have done in iax.conf and extensions.conf. I simply want to connect and call from one sever to another. Thanks Chandan Kumar Mishra Software Engg. -------------- next part
2015 Mar 27
1
GSOC introduction
hi, i am Mintoo Kumar ,2nd year computer engg. undergraduate at NSIT,delhi unversity, india .i am a beginner to open source and want to contribute for open source community.i am coding in c/c++ since last 2 years.and i have experience of coding in python,java,html,css,php,xml as well.i would like to work on the project "Icecast configuration interface". thank you ! -------------- next
2012 May 29
1
Help needed in wavelet transforming
Hello I am currently working on forecasting hourly electricity prices where I am required to do wavelet transformation. First I need to calculate decomposition coefficients of the wavelet transform, then I need to select wavelet function using multiresolution technique. I would be really grateful if I can find any help in this matter. Thanking You with regards, -- Name : Tarun Trivedi Senior
2012 May 29
1
Help needed in wavelet transformation
Hello I am currently working on forecasting hourly electricity prices where I am required to do wavelet transformation. First I need to calculate decomposition coefficients of the wavelet transform, then I need to select wavelet function using multiresolution technique. I would be really grateful if I can find any help in this matter. Thanking You with regards, -- Name : Tarun Trivedi Senior
2006 Jul 17
3
ROR and MogileFS
I am an engg student looking for project related to ruby and MogileFS... Can anybody suggest me about - use of ruby and MogileFS in application developement regarding - 1.is it efficient enough? 2.any alternate solution available for this? 3.any improvements that are required in MogileFS ? 4.and should i go for it? thank you.. -- Posted via http://www.ruby-forum.com/.
2015 Mar 16
2
[LLVMdev] GSOC:Control Flow integrity for kernal
Hi I want to pursue a project based to improve the existing KCoFI method which is the Control Flow integrity method for commodity os. Since KCoFI is a llvm based project I plan to undertake the project to improve the existing KCoFI method. Following are the improvements that I want to pursue: 1. To improve the call graph used in KCoFI. Implement a stronger call graph. 2. Port the KCoFI to
2010 Jun 16
2
[LLVMdev] Loopinfo Analysis
Hello, I have a question regrading the analysis pass that generates loop info from an .ll code. My previous understanding was there will be just one loop header(in the loop info) for a particular loop. But, when i use isLoopHeader() member function from the loop info class I get 'true' return value for two different basic blocks. Note both basic blocks are loop conditional block(break