Split OrcProgram into Program and Compiler
authorDavid Schleef <ds@schleef.org>
Sun, 15 Mar 2009 23:11:10 +0000 (16:11 -0700)
committerDavid Schleef <ds@schleef.org>
Sun, 15 Mar 2009 23:11:10 +0000 (16:11 -0700)
commit90e0112fb728cd329cbab925eedca25093d9effc
tree4ae2692997232cd737db0b299acb37b24d210257
parent1688c5f7ae71d42aabc33bb17a0433a2f5a00912
Split OrcProgram into Program and Compiler
19 files changed:
examples/simple.c
orc/arm.c
orc/arm.h
orc/opcodes.h [new file with mode: 0644]
orc/orccodemem.c
orc/orccompiler.c
orc/orcprogram-arm.c
orc/orcprogram-c.c
orc/orcprogram-mmx.c
orc/orcprogram-powerpc.c
orc/orcprogram-sse.c
orc/orcprogram.c
orc/orcprogram.h
orc/orcrules-arm.c
orc/orcrules-mmx.c
orc/orcrules-sse.c
orc/x86.c
orc/x86.h
testsuite/test3.c