search for: x86_mmxtyid

Displaying 6 results from an estimated 6 matches for "x86_mmxtyid".

2011 Feb 14
1
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
...llbrowse$ make [ 5%] Building CXX object CMakeFiles/llbrowse.dir/lib/Formatting.cpp.o /home/john/src/llbrowse/lib/Formatting.cpp: In function ‘void printTypeExpansion(wxTextOutputStream&, const llvm::Module*, const llvm::Type*, uint32_t)’: /home/john/src/llbrowse/lib/Formatting.cpp:33: error: ‘X86_MMXTyID’ is not a member of ‘llvm::Type’ make[2]: *** [CMakeFiles/llbrowse.dir/lib/Formatting.cpp.o] Error 1 make[1]: *** [CMakeFiles/llbrowse.dir/all] Error 2 make: *** [all] Error 2 john at ubuntu:~/src/build-llbrowse$ llvm-config --version 2.9svn -------------- next part -------------- An HTML attachmen...
2011 Feb 21
0
[LLVMdev] Looking for more LLBrowse testers / users
...ail me privately. > -- > -- Talin > Hi Talin, I still get the same error... /home/john/src/llbrowse/lib/Formatting.cpp: In function ‘void printTypeExpansion(wxTextOutputStream&, const llvm::Module*, const llvm::Type*, uint32_t)’: /home/john/src/llbrowse/lib/Formatting.cpp:33: error: ‘X86_MMXTyID’ is not a member of ‘llvm::Type’ make[2]: *** [CMakeFiles/llbrowse.dir/lib/Formatting.cpp.o] Error 1 make[1]: *** [CMakeFiles/llbrowse.dir/all] Error 2 make: *** [all] Error 2 john at ubuntu:~/src/build-llbrowse$ uname -a Linux ubuntu 2.6.32-28-generic #55-Ubuntu SMP Mon Jan 10 23:42:43 UTC 2011 x8...
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 14
0
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
On Mon, Feb 14, 2011 at 1:17 AM, Renato Golin <rengolin at systemcall.org>wrote: > I think this deserves a blog post... > > 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... > --renato > -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL:
2011 Feb 14
3
[LLVMdev] Introducing LLBrowse: A graphical browser for LLVM modules
I think this deserves a blog post... --renato -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20110214/7ce81293/attachment.html>
2013 Aug 11
3
[LLVMdev] Are integer types primitive?
The LLVM docs seem to indicate that integer types are considered primitive, however looking at the code I see `FirstDerivedTyID = IntegerTyID`, implying that integers are derived rather than primitive. Should the docs be updated? -------------- next part -------------- An HTML attachment was scrubbed... URL: