Zou Nan hai
|
db8aedc745
|
use left recursion instead of right recursion to avoid memory exhausted issue when compiling large source files
|
2013-03-04 15:54:27 +00:00 |
|
Zou Nanhai
|
be9bcee15f
|
Add support for labeled and conditional branches
Signed-off-by: Keith Packard <keithp@keithp.com>
|
2013-03-04 15:54:26 +00:00 |
|
Keith Packard
|
ae85b10cf0
|
Add disassembler (intel-gen4disasm).
Decodes most simple instructions. Still needs work on branching and send.
|
2013-03-04 15:54:26 +00:00 |
|
Keith Packard
|
2d4d401d70
|
Add packed vector immediate values
|
2013-03-04 15:54:25 +00:00 |
|
Eric Anholt
|
09d8be4117
|
Use inttypes.h to get at uint32_t instead of sys/types.h.
|
2013-03-04 15:54:25 +00:00 |
|
Eric Anholt
|
74c81af3dd
|
Fix a compiler warning by defining struct {in,}direct_reg at the top level.
|
2013-03-04 15:54:23 +00:00 |
|
Eric Anholt
|
9b40c3724a
|
Add autotools build system, and rearrange directory layout.
|
2013-03-04 15:54:23 +00:00 |
|