search for: oirschot

Displaying 8 results from an estimated 8 matches for "oirschot".

2016 Mar 15
2
GSoC, question on open projects
Hello, My name is Janek van Oirschot, currently student premaster embedded systems at the Technical University of Eindhoven and interested in participating in GSoC and contributing to LLVM. I have some experience with development for the GNU Assembler in which I looked into assembly-time relaxation. I have looked at the open projects...
2016 Mar 23
4
[GSoC] First draft project proposal; IR level interpreter debugger
...nterpreter debugger. I have omitted some contact information as it is currently a public document (can be given upon request). Feedback and comments are appreciated. Proposal: https://docs.google.com/document/d/1Rhq0hsc6unMrd1IfxBYd_jdINt_eCAs0dq-dhjtRePo/edit?usp=sharing Kind regards, Janek van Oirschot
2016 Mar 23
0
[GSoC] First draft project proposal; IR level interpreter debugger
I don't quite understand what you mean by "x86 IR code" or "IR level x86 code" -- can you please clarify? On Tue, Mar 22, 2016 at 6:00 PM, Janek van Oirschot via llvm-dev <llvm-dev at lists.llvm.org> wrote: > Hello, > > I have created a first draft GSoC project proposal for a IR level > interpreter debugger. I have omitted some contact information as it is > currently a public document (can be given upon request). > > Feedback...
2016 Mar 25
0
[GSoC] First draft project proposal; IR level interpreter debugger
...tatadata into your IR which describes the IR source, and then compiling it gives you your desired result. For the record, the current interpreter is poorly maintained, known to be somewhat buggy, and I don't believe anyone is actively working on it. Philip On 03/22/2016 06:00 PM, Janek van Oirschot via llvm-dev wrote: > Hello, > > I have created a first draft GSoC project proposal for a IR level > interpreter debugger. I have omitted some contact information as it is > currently a public document (can be given upon request). > > Feedback and comments are appreciated. >...
2016 Mar 25
2
[GSoC] First draft project proposal; IR level interpreter debugger
On 3/25/16 11:58 AM, Janek van Oirschot via llvm-dev wrote: > On Fri, Mar 25, 2016 at 12:45 PM, Tobias Grosser <tobias at grosser.es> wrote: >> On 03/25/2016 03:28 AM, Philip Reames via llvm-dev wrote: >>> >>> I've scanned over your proposal, but am not quite sure I understand your >>> object...
2016 Mar 25
0
[GSoC] First draft project proposal; IR level interpreter debugger
On 03/25/2016 11:00 AM, Jonathan Roelofs via llvm-dev wrote: > > > On 3/25/16 11:58 AM, Janek van Oirschot via llvm-dev wrote: >> On Fri, Mar 25, 2016 at 12:45 PM, Tobias Grosser <tobias at grosser.es> >> wrote: >>> On 03/25/2016 03:28 AM, Philip Reames via llvm-dev wrote: >>>> >>>> I've scanned over your proposal, but am not quite sure I understan...
2016 Mar 25
0
[GSoC] First draft project proposal; IR level interpreter debugger
On Fri, Mar 25, 2016 at 12:45 PM, Tobias Grosser <tobias at grosser.es> wrote: > On 03/25/2016 03:28 AM, Philip Reames via llvm-dev wrote: >> >> I've scanned over your proposal, but am not quite sure I understand your >> objective. Is your intent to be able to step through IR source in a >> debugger and inspect intermediate state? Yes, that is what I had in
2016 Mar 25
2
[GSoC] First draft project proposal; IR level interpreter debugger
On 03/25/2016 03:28 AM, Philip Reames via llvm-dev wrote: > I've scanned over your proposal, but am not quite sure I understand your > objective. Is your intent to be able to step through IR source in a > debugger and inspect intermediate state? If so, you may consider > whether "simply" inserting debug metatadata into your IR which describes > the IR source, and