similar to: [LLVMdev] How to create a new pass using Visual Studio

Displaying 20 results from an estimated 9000 matches similar to: "[LLVMdev] How to create a new pass using Visual Studio"

2008 Mar 12
3
[LLVMdev] Question about use-def chain
Programmers’ manual says we can iterate over a use-def chain by op_iterator. It works fine except for load and store instruction of stack variables. For example, a simple bitcode is like the below. i = alloca i32 store i32 0, i32* %i, align 4 %tmp1 = load i32* %i, align 4 If I apply a use-def chain to load instruction, I get alloca instruction. I think store instruction is a correct
2007 Oct 31
2
[LLVMdev] how to get the address of operand
Hi, I tried to write code transformation pass using LLVM. But I couldn't find how to get the address of some operand (i.e. '&' operation in C). If an integer type variable is generated by AllocaInst(), is there any method to get the address of that variable? Thanks, Keoncheol -------------- next part -------------- An HTML attachment was scrubbed... URL:
2007 Nov 18
0
[LLVMdev] How to create a new pass using Visual Studio
Hello, > How can I run a new pass on Window? You need to link it to the necessary tools as library (e.g. to opt). -- With best regards, Anton Korobeynikov. Faculty of Mathematics & Mechanics, Saint Petersburg State University.
2011 Aug 16
1
[LLVMdev] not able to run pass on visual studio 2010
I am not able to generate llvmhello.so after compiling llvm on visual studio. I also went through some of your posts related to the same. One of them says that "IIRC, LLVM cannot produce shared library on Windows". So is there any alternate way by which i can run built in passes on visual studio?
2012 Jun 16
1
[LLVMdev] How to build an LLVM pass through visual studio
I tried to build an LLVM pass in visual studio with cmake, but it seems add_LLVM_loadable_module macro doesn't support non-unix and non-cygwin platform. Is loadable module necessary for LLVM pass? Could I just build a static library and pass it to opt? If static library is not supported, is there any way to build an LLVM pass through visual studio? Or through clang with cmake? -- Thanks
2013 Mar 15
1
[LLVMdev] Problems about developing LLVM pass on windows visual studio
hello: recently,I read the document about“getting started with the LLVM system using Microsoft Visual Studio “.And -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20130315/d4537b80/attachment.html>
2011 Apr 20
0
[LLVMdev] Create Visual Studio project without cmake
Hello, I am interested in using (parts) of LLVM/clang in my Visual Studio project. I don't want the resulting VS project file(s) to depend on CMAKE. A (fairly old) thread on CMAKE mailing list says it is not supported by CMAKE to generate CMAKE-independent VS projects (http://www.mail-archive.com/cmake at cmake.org/msg16634.html). So, does anyone here know a better way to achieve this than
1998 Nov 03
0
visual studio + oplocks
Hi, I wonder if anyone else has seen this problem with visual studio 5.0.sp3 We are running NT4.0 sp3 + some updates such as euro etc. The problem is a bit of a surprise as it makes vc++ unusable on a samba share with oplocks on. it is surprising because I have definitely used vc++ in this configuration in the past. It occurs with all versions of samba 1.9.18 from p3 which we use as standard
1999 Oct 08
0
FW: Microsoft Visual Dev Studio
> -----Original Message----- > From: Tony Boucher [mailto:tboucher@abio.com] > Sent: Friday, October 08, 1999 10:57 AM > To: 'samba@samba.org' > Subject: FW: Microsoft Visual Dev Studio > > > > > > Well hello there all, > > > > Thank you all for Samba ! With out it our development > > environment would be much harder to manage.
2008 Aug 19
0
UI Designer needed with (CSS, Visual studio.net, Adobe Photoshop , C#)
SURE SHOT INTERIEW IF THE CANDIDATE MATCHES ALL THE SKILLS******* Please send the exact match.... Must have all skills mentioned Skills: UI Designer (CSS, Visual studio.net, Adobe Photoshop , C#) *Strong skills needed in: MUST HAVES CSS Visual Studio .Net Adobe Photoshop CS Microsoft Visual SourceSafe SQL Server Management tools SQL C# HTML * Location: CT Duration: 6 months+ Rate: Open
2009 May 22
1
Trying to install Visual Studio 2008 pro
Hello ;) i'm using linux opensuse 11.1 , and wine 1.1.9. Is wine able to run Visual Studio 2008 pro ? it does not look so : http://appdb.winehq.org/objectManager.php?bShowAll=true&bIsQueue=false&bIsRejected=false&sClass=version&sTitle=&sReturnTo=&iId=16635 Which option would be the best for a regular use ? : - mount the iso ? - burn the iso and mount the cd ?
2010 May 21
0
Visual Studio 2010 and NET Framework 4 Training Course
*Visual Studio 2010 and NET Framework 4 Training Course http://rapidlinks007.blogspot.com/2010/05/visual-studio-2010-and-net-framework-4.html * *http://rapidlinks007.blogspot.com* <http://rapidlinks007.blogspot.com> thanks -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to
2009 Jul 28
1
Visual Studio support
I'd like to add support for CELT in a C# application. To do so, I'd like to build CELT as a static library using VS which I would then wrap with C++/CLI so I can access the encode/decode funtionality from within C#. Is it possible to compile CELT using Visual Studio? The first issue I ran into was that VS doesn't support the 'restrict' keyword. It does have __restrict which
2013 Oct 29
2
Problem Building opus-1.0.3 on Microsoft Visual Studio 2012
I am using mvs 2012 but the .sln provided is of msv 2010 so on opening .sln it tries to update libraries which is successful but I am unable to build (compile) it as it gives series of errors. I am pretty new to these things so can anyone tell me if I am doing anything wrong or how to create(.lib and .dll) files so I can use them in my project. Please forgive me if I have asked something foolish.
2013 Oct 29
0
Problem Building opus-1.0.3 on Microsoft Visual Studio 2012
On 2013-10-29 2:39 PM, Akshit Jain wrote: > Thanks a lot for replying. This is the output > >>------ Build started: Project: celt, Configuration: Debug Win32 ------ > 1> fatal: No names found, cannot describe anything. > 1> The system cannot find the file C:\Users\user\Desktop\mUOn\Audio. > 1> #define OPUS_VERSION ""=">
2014 Apr 18
1
build opus codec with visual studio 2005
i've downloaded source code from <http://www.opus-codec.org/downloads/> http://www.opus-codec.org/downloads/ but in the tarball there is only one project for visual studio 2010, it builds well but if i use .lib on visual studio 2005 they won't work... Anyone knows how to compile with visual studio 2005? -------------- next part -------------- An HTML attachment was scrubbed...
2014 Apr 18
0
build opus codec with visual studio 2005
i've downloaded source code from <http://www.opus-codec.org/downloads/> http://www.opus-codec.org/downloads/ but in the tarball there is only one project for visual studio 2010, it builds well but if i use .lib on visual studio 2005 they won't work... Anyone knows how to compile with visual studio 2005? -------------- next part -------------- An HTML attachment was scrubbed... URL:
2016 Apr 29
0
[Patch] Add MS Visual Studio 2015 solution, add spaces around some operators
Hi Opus-ers! Could someone with a Windows machine and Microsoft Visual Studio 2015 check the attached patch for me? You can get the free Community Edition (license says we're allowed to use it because we're working on open-source stuff). Let me know if problems/questions :-) Orestes -------------- next part -------------- A non-text attachment was scrubbed... Name:
2004 Oct 14
1
[LLVMdev] Linker problems with Visual Studio
Hi Morten, Thanks for your progress on this subject. I suppose that we all in the LLVM development team is interested in your project files. I think, we should come up with a place in the source tree where they could live, until we are able to generate them ourselfs by some means. Any suggestions? Henrik >There are some other minor things I plan to submit patches for later today,
2004 Nov 01
0
[LLVMdev] Final Visual Studio Patches
If you're getting this error in lib/System/Win32/TimeValue.cpp, then you are not building it correctly. This file is included by lib/System/TimeValue.cpp, which is what you ought to be building. None of the files under Win32 are to be compiled directly; they are all included by files in lib/System. On Mon, 01 Nov 2004 11:14:18 +0100 Morten Ofstad <morten at hue.no> wrote: > Hello,