search for: atomicdog

Displaying 15 results from an estimated 15 matches for "atomicdog".

Did you mean: atomic_op
2011 Apr 11
1
[LLVMdev] [cfe-dev] LLVM/.Clang: 'make install'
Hi, *make install* works for me on Ubuntu. Does the output of *make install* show that it was successful? Was it setup to be installed in a PATH location of Fedora? --John -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110411/8bab1522/attachment.html>
2011 Apr 11
0
[LLVMdev] [cfe-dev] LLVM/.Clang: 'make install'
Hi, Sorry, but I cant seem to repeat the issue anymore. 'make install' works fine now. I have no idea what went wrong the first time. Thanks for the effort, and sorry to have bothered you with this. On Mon, Apr 11, 2011 at 2:25 PM, John Myers <atomicdog.jwm at gmail.com> wrote: > Hi, > > make install works for me on Ubuntu. > Does the output of make install show that it was successful? > Was it setup to be installed in a PATH location of Fedora? > > --John >
2009 Nov 02
0
[LLVMdev] llvm-mc build fails
John Myers <atomicdog.jwm at gmail.com> writes: > I'm looking for some pointers on how to troubleshoot this problem. I'm > trying to write a backend for the AVR. > There is an undefined reference at line 48 which is the line FrameInfo() is > on. I've tried to use the MSP430 and other targets...
2009 Nov 02
4
[LLVMdev] llvm-mc build fails
Hi, I'm looking for some pointers on how to troubleshoot this problem. I'm trying to write a backend for the AVR. There is an undefined reference at line 48 which is the line FrameInfo() is on. I've tried to use the MSP430 and other targets as references so I'm not sure what changes I did would cause a problem on this line? AVRTargetMachine::AVRTargetMachine(const Target &T,
2011 Feb 14
1
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
On Mon, Feb 14, 2011 at 10:39 AM, Talin <viridia at gmail.com> wrote > > >> I'd like to wait until I get some feedback - I don't know yet if anyone is > having trouble building or running the thing... > Hi Talin, This is the build error I get on my ubuntu 64 bit system... john at ubuntu:~/src/build-llbrowse$ make [ 5%] Building CXX object
2011 Apr 10
2
[LLVMdev] LLVM/.Clang: 'make install'
Hi, I just compiled llvm/clang from source on my fedora linux system as specified on the website, but running 'make' and 'make install' does not seem to result in a 'functioning' installation ? I mean, neither 'clang' or 'scan-build' seem to be found ? Are there any other actions I need to perform on my linux system in order to complete the installation
2012 Jul 10
1
[LLVMdev] cmake and setting target triple
Hi, What is the Cmake equivalent to configures target option [ ./configure --target=avr-atmel-none] ? --John -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120710/5405f54b/attachment.html>
2011 Feb 21
0
[LLVMdev] Looking for more LLBrowse testers / users
On Sat, Feb 19, 2011 at 12:27 PM, Talin <viridia at gmail.com> wrote: > LLBrowse - a GUI tool which allows you to inspect the contents of LLVM > modules - now runs on Linux and OS X, and it works with both LLVM 2.8 and > current LLVM head. I've updated the docs to include instructions on checking > out and building the code under several different environments, which you
2011 Feb 19
4
[LLVMdev] Looking for more LLBrowse testers / users
LLBrowse - a GUI tool which allows you to inspect the contents of LLVM modules - now runs on Linux and OS X, and it works with both LLVM 2.8 and current LLVM head. I've updated the docs to include instructions on checking out and building the code under several different environments, which you can read here: http://llvm.org/svn/llvm-project/llbrowse/trunk/doc/LLBrowse.html (the doc also
2011 Feb 23
0
[LLVMdev] LLVMdev Digest, Vol 80, Issue 37-Help to unsubscribe
...pass inside the codegen might have eliminated a virtual register. I carry information abt virtual registers which i would like to update if any virtual register does not exist since. thanks dz ------------------------------ Message: 20 Date: Tue, 22 Feb 2011 15:46:30 -0800 From: John Myers <atomicdog.jwm at gmail.com> Subject: Re: [LLVMdev] Looking for more LLBrowse testers / users To: Talin <viridia at gmail.com>, LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> Message-ID: <AANLkTikB3=ty6x0CY8qFygjbZTgMBtJqdC1DNSri8i8H at mail.gmail.com> Content-Type...
2009 Oct 11
2
[LLVMdev] 2.6 release notes
The PIC16 is an 8-bit target but under the "LLVM IR and Core Improvements"heading it's called a 16-bit target. --John > ---------- Forwarded message ---------- > From: Chris Lattner <clattner at apple.com> > To: LLVM Developers Mailing List <llvmdev at cs.uiuc.edu> > Date: Sat, 10 Oct 2009 15:14:21 -0700 > Subject: [LLVMdev] 2.6 release notes > Hi
2010 Feb 15
0
[LLVMdev] -march=c option not working
On Sun, Feb 14, 2010 at 3:52 PM, kalyan ponnala <ponnala.kalyan at gmail.com>wrote: > I used cmake gui to build the clang/llvm solution file. > llc hello.bc -march=x86 -o hello.s > this above command works. But the c backend thing does not work in place of > x86. > The targets that the llc -version gave me are > x86 -32bit > x86 - 64bit > and the target triple is
2010 Mar 24
1
[LLVMdev] [PATCH] a few minor documentation corrections
This patch corrects the stated location of TargetSelectionDAG.td in the documentation and has a few spelling corrections in the comments and docs. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100323/04c0ffcf/attachment.html> -------------- next part -------------- A non-text attachment was scrubbed...
2010 Oct 15
0
[LLVMdev] Doxygen broken?
Hi, When trying to view the source code through doxygen the src code is missing (It's just blank were the code should be). Also when I tried to look at a previous version the link would bring me to the most recent docs version instead. --John -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Feb 22
0
[LLVMdev] Looking for more LLBrowse testers / users
On Tue, Feb 22, 2011 at 3:30 PM, Talin <viridia at gmail.com> wrote: > This should be fixed now. > -- > -- Talin > Thanks, It compiles and runs now. --John -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110222/167f6951/attachment.html>