Displaying 3 results from an estimated 3 matches for "630eac93".
2004 Aug 04
2
[LLVMdev] Compiler Driver Decisions
...ype-and-understand names. :)
Yeah.
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 189 bytes
Desc: This is a digitally signed message part
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20040804/630eac93/attachment.sig>
2004 Aug 04
0
[LLVMdev] Compiler Driver Decisions
On Wed, Aug 04, 2004 at 08:19:58AM -0700, Reid Spencer wrote:
> How about something along the notion of "build or construct" as in we
> have two primary tools in llvm:
>
> llvm-build - builds programs to be run
llvm-build or llvm-driver are both kinda long but at least they make
sense...
As an aside, llava and llama are both taken, llvmize? llvminator?
llvm-emerge a la
2004 Aug 04
3
[LLVMdev] Compiler Driver Decisions
On Wed, 2004-08-04 at 07:38, Misha Brukman wrote:
> On Wed, Aug 04, 2004 at 01:17:24AM -0500, Chris Lattner wrote:
> > On Tue, 3 Aug 2004, Reid Spencer wrote:
> > > I'm not thrilled with llvm-gen because it has overtones of "code
> > > generation" (which actually isn't far from the truth). But, it
> > > conjures up the wrong kind of tool ..