search for: what_is_drm

Displaying 20 results from an estimated 276 matches for "what_is_drm".

2009 Sep 12
2
[LLVMdev] IDE on *nix
...s to them. So far I'm not doing any modifications to the LLVM and my project is still too small to become a memory black-hole on Eclipse, but putting LLVM itself on it was a bit harsh. cheers, --renato Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
2010 Feb 17
1
[LLVMdev] Incorrect codegen of getelementptr for ARM with JIT
...xactly! The IR is correct, the bug seems to be lower down. I'm no expert in the ARM back-end, though. But your report is detailed enough to help whoever is. ;) cheers, --renato http://systemcall.org/ Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
2010 Nov 24
1
[LLVMdev] Wiki to HTML docs - take 2
...d (older than the wiki), which anyone can contribute once it gets into SVN. It just baffles me that no one thought a simple API for that would be a good idea... -- cheers, --renato http://systemcall.org/ Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20101124/cb8609b7/attachment.html>
2011 Feb 18
2
[LLVMdev] DIFactory
...ugInfo.cpp to get the enums llvm::DIFactory::OpDeref and llvm::DIFactory::OpPlus. Shouldn't this be moved to DIBuilder and remove the dependency completely? -- cheers, --renato http://systemcall.org/ Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
2009 Aug 31
3
[LLVMdev] rdynamic on Mac
...9; which could not be resolved! I've read some posts on the web indicating problems with the -rdynamic option on Mac's GCC, but I'm not sure. What's the Mac-style for that? cheers, --renato Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
2010 Apr 27
0
[LLVMdev] Phoronix: Benchmarking LLVM & Clang Against GCC 4.5
...R, it's still far behind. Is this only because there is no auto vectorization in LLVM? Would be good to know why some programs were not compiled with Clang. -- cheers, --renato http://systemcall.org/ Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
2010 Sep 21
2
[LLVMdev] IR type safety
...e IR (with the same data layout, target triple, etc), and you try to link against it, it will allow you to put apples in place of bananas... Does it make sense? -- cheers, --renato http://systemcall.org/ Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
2009 Nov 05
3
[LLVMdev] create dummy function
...g. > > Try this presentation and let me know if it's helpful: > > http://www.systemcall.org/rengolin/stuff/compiler/download/LLVM-pet-project.pdf > > cheers, > --renato > > Reclaim your digital rights, eliminate DRM, learn more at > http://www.defectivebydesign.org/what_is_drm >
2009 Aug 22
1
[LLVMdev] Having JIT resolve extern "C" functions declared in executible
...I'm getting this error: Assertion `(0 == FTy->getNumParams() || FTy->getParamType(0) == Actual->getType()) && "Calling a function with a bad signature!"' cheers, --renato Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm -------------- next part -------------- A non-text attachment was scrubbed... Name: extern.cpp Type: text/x-c++src Size: 1621 bytes Desc: not available URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20090822/16d57f2b/attachment.cpp>
2009 Nov 15
4
[LLVMdev] Passes dependencies?
...other passes to run afterwards to clean up. Is there any map of dependencies/recommendations for the passes? Does clang/opt cares if the user tries to use one without the other (warning)? cheers, --renato Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
2009 Nov 03
7
[LLVMdev] LLVM + FORTRAN 95
...re expressive (types and everything) than GCC IR, so you probably get everything you want from there. > Longer term, it sure would be nice to have flang.  :) That supports HPF!! Yeah! cheers, --renato Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
2010 Sep 26
3
[LLVMdev] LLVM Exception Handling
...again, I fully agree, and I think that this approach changes nothing semantically about how dwarf exception handling works. > -- > cheers, > --renato > > http://systemcall.org/ > > Reclaim your digital rights, eliminate DRM, learn more at > http://www.defectivebydesign.org/what_is_drm > I will continue my response in your next message. -Nathan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100926/4e9c68b7/attachment.html>
2010 Sep 10
3
[LLVMdev] Cross-compiling the ARM toolchain
...it works, but that's far from ideal. I think the long term solution would be to implement the MC ELF writer for ARM, but you won't get that in the 2.8. -- cheers, --renato http://systemcall.org/ Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
2010 Sep 21
3
[LLVMdev] IR type safety
...afe again. So, assuming all languages conform to the C standard regarding structures, the IR is correct. In any other case, it's not. Am I being too picky? -- cheers, --renato http://systemcall.org/ Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
2010 Sep 26
0
[LLVMdev] LLVM Exception Handling
...gh. ;) I know you're creating the value, but it makes it more difficult when building the PHI node, if you get it wrong with another value of different type. -- cheers, --renato http://systemcall.org/ Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
2010 Sep 07
4
[LLVMdev] Union type, is it really used or necessary?
...that > badly to write the whole back-end for it. > > It's just a matter of priorities, unfortunately... :( > > -- > cheers, > --renato > > http://systemcall.org/ > > Reclaim your digital rights, eliminate DRM, learn more at > http://www.defectivebydesign.org/what_is_drm > _______________________________________________ > LLVM Developers mailing list > LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu > http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev > -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... U...
2010 Sep 26
2
[LLVMdev] LLVM Exception Handling
...t to be anything different. In the end, this a minor parser detail and it is not terribly important to me one way or the other. -- > cheers, > --renato > > http://systemcall.org/ > > Reclaim your digital rights, eliminate DRM, learn more at > http://www.defectivebydesign.org/what_is_drm > thanks, -Nathan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100926/d8aa07f3/attachment.html>
2010 Sep 21
4
[LLVMdev] IR type safety
.... Unions can't rely on them (why we don't have unions any more) and compiler data (RTTI, VT, VTT, etc) are all statically created with the correct size. -- cheers, --renato http://systemcall.org/ Reclaim your digital rights, eliminate DRM, learn more at http://www.defectivebydesign.org/what_is_drm
2010 Sep 07
2
[LLVMdev] More DIFactory questions - still stumped
...DIDescriptor as their type, so there's not a lot of guidance as to which is the right type of DIDescriptor to use. > > -- > cheers, > --renato > > http://systemcall.org/ > > Reclaim your digital rights, eliminate DRM, learn more at > http://www.defectivebydesign.org/what_is_drm > -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100907/f496c8a4/attachment.html>
2010 Sep 06
2
[LLVMdev] More DIFactory questions - still stumped
...putting together some help with using DIFactory, maybe I can turn > that into a proper doc. I'll keep you posted. > > -- > cheers, > --renato > > http://systemcall.org/ > > Reclaim your digital rights, eliminate DRM, learn more at > http://www.defectivebydesign.org/what_is_drm > -- -- Talin -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20100905/64d18182/attachment.html>