search for: llcd

Displaying 3 results from an estimated 3 matches for "llcd".

Did you mean: llc
2004 Aug 04
0
[LLVMdev] Compiler Driver Decisions
...g the file can load a program or library to do JIT compilation), but if it doesn't, then we lose this feature. o Compiler Driver Name I'd vote for either llvmcc (llvm compiler collection) or llvmcd (llvm compiler driver). To be more convenient, we could call it llc (LLvm Compiler) or llcd (LLvm Compiler Driver). Calling it llc would require renaming llc to something else, which might be appropriate since I view llc as a "code generator" and not as a "compiler" (although both terms are technically accurate). Generally, I recommend keeping the name short and n...
2004 Jul 30
4
[LLVMdev] Compiler Driver Decisions
LLVMers, Since there's been little feedback on the design document I sent out, some decisions are being made in order to progress the work. If you have strong feelings about any of these, voice them now! 1. Name = llvmcc 2. The config file format will resemble Microsoft .ini files (name=value in sections) 3. -O set of options will control what gets done and what kind of output is
2004 Aug 04
2
[LLVMdev] Compiler Driver Decisions
...nformation would > duplicate the information already in the bytecode file. Right ;> > o Compiler Driver Name > > I'd vote for either llvmcc (llvm compiler collection) or llvmcd (llvm > compiler driver). To be more convenient, we could call it llc (LLvm > Compiler) or llcd (LLvm Compiler Driver). Calling it llc would require > renaming llc to something else, which might be appropriate since I view > llc as a "code generator" and not as a "compiler" (although both terms > are technically accurate). I'd vote to leave llc alone. How...