search for: c2lang

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

2014 Apr 17
2
[LLVMdev] [lld] LLD's software architecture
...y I see 4 components: - Driver - ReaderWriter - Passes - Core I wonder if this is the order that they're supposed to be in, since there are also code dependencies upwards from: Core -> ReaderWriter Passes -> ReaderWriter ReaderWriter -> Driver For a graphical view check: http://c2lang.org/docs/lld_architecture_96e1b5e02.png I think that with a few surgical patches, the dependency tree can be completely free of circular deps. Bas -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140417/3e31...
2014 Jun 02
2
[LLVMdev] [lld] LLD's software architecture (update)
...sion will happen. This would obviously not be a good thing, since the current design is fresh and clean. I would love to supply patches, but am having issues getting lld to build under Ubuntu 12.04. (but that's another story ;) ). I've posted the updated architecture view here: http://www.c2lang.org/docs/lld_architecture_20140602.png -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20140602/eaa5b5af/attachment.html>
2014 Jun 02
2
[LLVMdev] [lld] LLD's software architecture (update)
...to Core? >>> >>>> I would love to supply patches, but am having issues getting >>>> lld to build under Ubuntu 12.04. (but that's another story ;) ). >>>> >>>> I've posted the updated architecture view here: >>>> http://www.c2lang.org/docs/lld_architecture_20140602.png >>>> >>>> >>>> _______________________________________________ >>>> LLVM Developers mailing list >>>> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >>>> http://lists.cs.uiuc.edu/m...
2014 Jun 02
2
[LLVMdev] [lld] LLD's software architecture (update)
...y suggestion to get rid of it? Just moving the file to Core? > > I would love to supply patches, but am having issues getting >> lld to build under Ubuntu 12.04. (but that's another story ;) ). >> >> I've posted the updated architecture view here: >> http://www.c2lang.org/docs/lld_architecture_20140602.png >> >> >> _______________________________________________ >> LLVM Developers mailing list >> LLVMdev at cs.uiuc.edu http://llvm.cs.uiuc.edu >> http://lists.cs.uiuc.edu/mailman/listinfo/llvmdev >> >> > -...
2014 Jul 10
2
[LLVMdev] [lld] LLD's software architecture (update)
...of LLD's architecture and it appears to be getting cleaner! There are still some upward dependencies however: - core depends on Reader and Writer - passes depend on Reader and Writer - ReaderWriter/PECOFF/ReaderCOFF.cpp depends on Driver.h The updated architecture can be seen here: http://www.c2lang.org/docs/lld_architecture_20140710.png On Tue, Jun 3, 2014 at 3:07 AM, Rui Ueyama <ruiu at google.com> wrote: > I will create a patch to move the files and send it for review. > > > On Mon, Jun 2, 2014 at 1:05 PM, Michael Spencer <bigcheesegs at gmail.com> > wrote: &gt...