search for: 2f5c2c14

Displaying 1 result from an estimated 1 matches for "2f5c2c14".

2006 Apr 16
4
[LLVMdev] Use of LLVM in a Machine Simulator.
Hi, I'm slowly getting to grips with what makes up LLVM. I intend to use it in a machine simulator, e.g. processor, clock, RAM, UART, and other devices, where the processor will be one of several. It would take a block of target instructions, e.g. ARM, and produce LLVM to simulate those on the target machine state, and then JIT them to host instructions and then execute. The peripheral