search for: cbe_reviv

Displaying 5 results from an estimated 5 matches for "cbe_reviv".

Did you mean: cbe_revival
2014 Aug 18
8
[LLVMdev] C Backend Ressurected
...draperlaboratory/llvm-cbe Improvements include recovery of simple for/while loops (instead of goto), better variable naming, inline asm support, and making it work on a more recent version of llvm. I believe they used the repository here as a starting point: https://github.com/glycerine/llvm/tree/cbe_revival Feedback is welcomed. I would like to see this feature put back into LLVM, and any help on how to make that happen would be appreciated. Thanks, -Rick -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/201408...
2013 Jul 18
0
[LLVMdev] Some experiences using LLVM C Backend
...ally: https://github.com/pfalcon/PeripheralTemplateLibrary/blob/master/examples/blink.cpp , the repository also has Makefiles for LLVM). My patches to LLVM 3.0 are available at https://github.com/pfalcon/llvm/commits/release_30-cbackend-fixes . My next step was to try to integrate them into "cbe_revival" patchset as started by Roel Jordans and available as https://github.com/glycerine/llvm/tree/cbe_revival . I found that this branch doesn't build OOB (one header changed its location), and then I was greeted by: "Inline assambler not supported" assertion (note typo in the word...
2014 Aug 19
3
[LLVMdev] C Backend Ressurected
...mple for/while loops (instead of >> goto), better variable naming, inline asm support, and making it work on a >> more recent version of llvm. I believe they used the repository here as a >> starting point: >> >> >> >> https://github.com/glycerine/llvm/tree/cbe_revival >> >> >> >> Feedback is welcomed. I would like to see this feature put back into >> LLVM, and any help on how to make that happen would be appreciated. >> > > would you mind explaining what this backend is for, and its applications? > > i guess it i...
2014 Aug 19
2
[LLVMdev] C Backend Ressurected
...draperlaboratory/llvm-cbe Improvements include recovery of simple for/while loops (instead of goto), better variable naming, inline asm support, and making it work on a more recent version of llvm. I believe they used the repository here as a starting point: https://github.com/glycerine/llvm/tree/cbe_revival Feedback is welcomed. I would like to see this feature put back into LLVM, and any help on how to make that happen would be appreciated. would you mind explaining what this backend is for, and its applications? i guess it is to get the C code at the output of the backend, but dont get why we ne...
2014 Sep 03
2
[LLVMdev] C Backend Ressurected
...of goto), better variable naming, inline asm support, and making > > it work on a more recent version of llvm. I believe they used > > the repository here as a starting point: > > > > > > > > https://github.com/glycerine/llvm/tree/cbe_revival > > > > > > > > Feedback is welcomed. I would like to see this feature put back > > into LLVM, and any help on how to make that happen would be > > appreciated. > > > > > > > > would you mind explaining what t...