search for: asam

Displaying 3 results from an estimated 3 matches for "asam".

Did you mean: adam
2012 Aug 28
1
[LLVMdev] [RFC] Resurrecting the C back-end
...translated to C which might not be what the user of a C++ to C compilation flow would like. In short, I'd need to think about how this should work and how much would need to be configurable for the user. My current goal is to be able to use the C backend for my research. I work within the ASAM project [1] on datapath synthesis for application specific processors. I have created some application analysis methods within the LLVM framework and I want to compare their predictions with real-life results on our target architecture. It is difficult for me to implement my analysis within our...
2012 Aug 28
0
[LLVMdev] [RFC] Resurrecting the C back-end
Will this allow users to compile C++ (or some other language that LLVM has a frontend for) to C, which then can be compiled using a C compiler for a target architecture, for which only a C compiler exists? Which use-cases do you have in mind for this backend? Philipp
2012 Aug 27
9
[LLVMdev] [RFC] Resurrecting the C back-end
Hello all, I am in need for a working C back-end for LLVM for my current research. I know that the previous incarnation of this back-end has been kicked out of the tree since the 3.1 release and I have gone through the archives to restore it to it's previous 'glory'. So far, I have restored most of the previous version (excluding some of the parts that needed changes outside of