search for: pr353

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

Did you mean: pr1353
2004 Aug 03
0
[LLVMdev] Compiler Driver [high-level comments]
Some additional responses (this covers multiple previous messages): > As part of my work on bug 353: Create Front End Framework And Compiler > Driver (http://llvm.cs.uiuc.edu/PR353), I'm starting a discussion on > the > design and requirements of the compiler driver. Thanks very much for taking the lead on this, Reid. I think this will prove to be a valuable thing and, as you noted, the primary interface to LLVM for the end-user. >> >>> Additio...
2004 Aug 03
3
[LLVMdev] Compiler Driver [high-level comments]
On Mon, 2 Aug 2004, Reid Spencer wrote: > I have a very simple XML document type that I use for configuring XPS > systems. There's only four elements and it follows much the same kind of > grouped name/value pairs that Chris is suggesting. Chris' example would > be like: > <configuration name="llvm"> > <group name=".c"> > <item
2004 Jul 28
3
[LLVMdev] Compiler Driver Requrements & Design (Comments Solicited!)
LLVMers, As part of my work on bug 353: Create Front End Framework And Compiler Driver (http://llvm.cs.uiuc.edu/PR353), I'm starting a discussion on the design and requirements of the compiler driver. If you have comments on this, by all means PLEASE chime in. This is by no means cast in stone. The results of the ensuing discussion will be documented in PR353 (and elsewhere) and I'll use it as my guide in...