search for: calepin

Displaying 4 results from an estimated 4 matches for "calepin".

Did you mean: caledon
2012 Dec 13
0
[LLVMdev] Binutils and LLVM - gathering information
...part of "owning our own toolchain", various people have expressed an interest and have been working on creating various tools that duplicate the functionality of tools available on other systems. I have summarized the information that I've gathered, and put it up at: http://marshall.calepin.co/binutils-replacements-for-llvm.html Comments/updates welcome. Also, if anyone has a suggestion for a place for this to live on llvm.org, I'm all ears… -- Marshall Marshall Clow Idio Software <mailto:mclow.lists at gmail.com> A.D. 1517: Martin Luther nails his 95 Theses to th...
2012 Nov 06
10
[LLVMdev] Binutils and LLVM - gathering information
Binutils and LLVM As part of "owning our own toolchain", various people have expressed an interest and have been working on creating various tools that duplicate the functionality of tools available on other systems. As a start, I'd like to summarize the current status, and ask people for help updating the list. List taken from <http://www.gnu.org/software/binutils/>
2012 Dec 13
1
[LLVMdev] Binutils and LLVM - gathering information
...our own toolchain", various people have expressed an interest and have been working on creating various tools that duplicate the functionality of tools available on other systems. > > I have summarized the information that I've gathered, and put it up at: > http://marshall.calepin.co/binutils-replacements-for-llvm.html > > Comments/updates welcome. > Also, if anyone has a suggestion for a place for this to live on llvm.org, I'm all ears… llvm/docs/BinutilsReplacement.rst? Dmitri -- main(i,j){for(i=2;;i++){for(j=2;j<i;j++){if(!(i%j)){j=0;break;}}if (j){pri...
2015 Jun 06
2
[LLVMdev] LLD use cases and design meeting and discussion
David, I started a discussion yesterday on lld / chunks for ELF as we need relocations to be read when reading the inputs especially for handling comdat. The other way thus can be done is doing symbol resolution while reading which makes the linker less suitable for concurrent operations. Let me know what you think? Shankar Easwaran > On Jun 5, 2015, at 23:35, Davide Italiano <davide