search for: llvminator

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

Did you mean: eliminator
2004 Aug 04
0
[LLVMdev] Compiler Driver Decisions
...ow 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 gentoo? > llvm-run - runs programs built by llvm-build Wait, is llvm-run the same as lli? Or is it "compile to native, link, run native version"? Or does it not matter? > I'm not thrilled with llvm-build because its dull but from the > dictionary ther...
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 ..
2004 Aug 04
2
[LLVMdev] Compiler Driver Decisions
On Wed, 2004-08-04 at 08:51, Misha Brukman wrote: > llvm-build or llvm-driver are both kinda long but at least they make > sense... Yeah, that's my sense too. > > As an aside, llava and llama are both taken, llvmize? llvminator? > llvm-emerge a la gentoo? Uh. No? > > > llvm-run - runs programs built by llvm-build > > Wait, is llvm-run the same as lli? > Or is it "compile to native, link, run native version"? > Or does it not matter? I've been intending llvm-run (or possibly ju...
2004 Aug 04
0
[LLVMdev] Compiler Driver Decisions
...; llvm-build or llvm-driver are both kinda long but at least they make > > sense... > > Yeah, that's my sense too. I agree, llvm-build or llvm-driver do have the handy effect of actually meaning something. :) -Chris > > As an aside, llava and llama are both taken, llvmize? llvminator? > > llvm-emerge a la gentoo? > > Uh. No? > > > > > > llvm-run - runs programs built by llvm-build > > > > Wait, is llvm-run the same as lli? > > Or is it "compile to native, link, run native version"? > > Or does it not matter? &gt...